Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-08 | afl-whatsup tput | vanhauser-thc | |
2023-04-08 | Merge pull request #1693 from hardik05/patch-1 | van Hauser | |
display instance name | |||
2023-04-08 | display instance name | Hardik Shah | |
2023-04-08 | show custom mutator name in UI | vanhauser-thc | |
2023-04-08 | hopefully better -z algorithm | vanhauser-thc | |
2023-04-07 | renaming | vanhauser-thc | |
2023-04-05 | nit | vanhauser-thc | |
2023-04-05 | fix | vanhauser-thc | |
2023-04-05 | better new weighting | vanhauser-thc | |
2023-04-05 | add -z switch | vanhauser-thc | |
2023-04-05 | implement switch mode | vanhauser-thc | |
2023-04-05 | fix for clang | vanhauser-thc | |
2023-04-05 | stack pow | vanhauser-thc | |
2023-04-05 | mut changes | vanhauser-thc | |
2023-04-04 | mutation lists | vanhauser-thc | |
2023-04-04 | mode switch | vanhauser-thc | |
2023-04-04 | nit | vanhauser-thc | |
2023-04-04 | max_len support | vanhauser-thc | |
2023-04-04 | prepare for strategies | vanhauser-thc | |
2023-04-03 | preparation for mutation arrays | vanhauser-thc | |
2023-04-03 | Merge pull request #1692 from nj00001/dev | van Hauser | |
fix getOperand out of range | |||
2023-04-03 | fix getOperand out of range | nj00001 | |
This commit fixes a sloppy function call that should normally check the number of insn's Operand before calling insn's getOperand method. The fix is that if it is 0 it should continue the loop. I solved problem https://github.com/AFLplusplus/AFLplusplus/issues/1688#issue-1648543691 using this modification | |||
2023-04-02 | more fix | vanhauser-thc | |
2023-04-02 | fix | vanhauser-thc | |
2023-04-02 | fix ui layout with slow targets in pizza mode | vanhauser-thc | |
2023-04-02 | allow pizza mode to be disabled | vanhauser-thc | |
2023-04-02 | fix buffer overflow in pizza mode :( | vanhauser-thc | |
2023-03-31 | nits | vanhauser-thc | |
2023-03-31 | nit | vanhauser-thc | |
2023-03-30 | less mutation | vanhauser-thc | |
2023-03-30 | fix | vanhauser-thc | |
2023-03-30 | nits | vanhauser-thc | |
2023-03-30 | better aflpp driver | vanhauser-thc | |
2023-03-30 | prepare new mutation strategies | vanhauser-thc | |
2023-03-30 | further magma adaption | vanhauser-thc | |
2023-03-29 | final touches | vanhauser-thc | |
2023-03-29 | all mutation strategies | vanhauser-thc | |
2023-03-29 | magma support | vanhauser-thc | |
2023-03-29 | introspection | vanhauser-thc | |
2023-03-28 | Merge pull request #1686 from tuliom/minor-fixes | van Hauser | |
Minor fixes | |||
2023-03-28 | fix arm64 build | vanhauser-thc | |
2023-03-28 | Fix unsupported operands in .custom-format.py | Tulio Magno Quites Machado Filho | |
Python 3.11 complains that int and str are unsupported operand types for operator +. | |||
2023-03-28 | [afs-as] Allow debugging arguments after the input file | Tulio Magno Quites Machado Filho | |
Clang may call as with extra debugging arguments after the input file, e.g. as --64 -o /tmp/hello-617ff5.o /tmp/hello-6b6f52.s -g -gdwarf-4 | |||
2023-03-28 | Stop using removed pipeline extensions | Tulio Magno Quites Machado Filho | |
LLVM commit 7ae6838defb21737963b1dd8ff9de7e87052c74f removed the following extensions: - PassManagerBuilder::EP_OptimizerLast - PassManagerBuilder::EP_EnabledOnOptLevel0 - PassManagerBuilder::EP_FullLinkTimeOptimizationLast | |||
2023-03-28 | nits | vanhauser-thc | |
2023-03-27 | time_wo_finds in fuzzer_stats | vanhauser-thc | |
2023-03-27 | Merge pull request #1683 from cdown/cdown/2023-03-26/ver | van Hauser | |
Clarify confusing version message | |||
2023-03-26 | Clarify confusing version message | Chris Down | |
When running, the following gets printed in quick succession on startup: afl-fuzz++4.00c based on afl by Michal Zalewski and a large online community [...] [+] NOTE: This is v3.x which changes defaults and behaviours - see README.md Don't assert that this is v3, just that v3+ changes defaults and behaviours. | |||
2023-03-26 | Merge pull request #1682 from AFLplusplus/dev | van Hauser | |
push to stable | |||
2023-03-26 | fix frida mode | vanhauser-thc | |