about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2023-04-08afl-whatsup tputvanhauser-thc
2023-04-08Merge pull request #1693 from hardik05/patch-1van Hauser
display instance name
2023-04-08display instance nameHardik Shah
2023-04-08show custom mutator name in UIvanhauser-thc
2023-04-08hopefully better -z algorithmvanhauser-thc
2023-04-07renamingvanhauser-thc
2023-04-05nitvanhauser-thc
2023-04-05fixvanhauser-thc
2023-04-05better new weightingvanhauser-thc
2023-04-05add -z switchvanhauser-thc
2023-04-05implement switch modevanhauser-thc
2023-04-05fix for clangvanhauser-thc
2023-04-05stack powvanhauser-thc
2023-04-05mut changesvanhauser-thc
2023-04-04mutation listsvanhauser-thc
2023-04-04mode switchvanhauser-thc
2023-04-04nitvanhauser-thc
2023-04-04max_len supportvanhauser-thc
2023-04-04prepare for strategiesvanhauser-thc
2023-04-03preparation for mutation arraysvanhauser-thc
2023-04-03Merge pull request #1692 from nj00001/devvan Hauser
fix getOperand out of range
2023-04-03fix getOperand out of rangenj00001
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-02more fixvanhauser-thc
2023-04-02fixvanhauser-thc
2023-04-02fix ui layout with slow targets in pizza modevanhauser-thc
2023-04-02allow pizza mode to be disabledvanhauser-thc
2023-04-02fix buffer overflow in pizza mode :(vanhauser-thc
2023-03-31nitsvanhauser-thc
2023-03-31nitvanhauser-thc
2023-03-30less mutationvanhauser-thc
2023-03-30fixvanhauser-thc
2023-03-30nitsvanhauser-thc
2023-03-30better aflpp drivervanhauser-thc
2023-03-30prepare new mutation strategiesvanhauser-thc
2023-03-30further magma adaptionvanhauser-thc
2023-03-29final touchesvanhauser-thc
2023-03-29all mutation strategiesvanhauser-thc
2023-03-29magma supportvanhauser-thc
2023-03-29introspectionvanhauser-thc
2023-03-28Merge pull request #1686 from tuliom/minor-fixesvan Hauser
Minor fixes
2023-03-28fix arm64 buildvanhauser-thc
2023-03-28Fix unsupported operands in .custom-format.pyTulio 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 fileTulio 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-28Stop using removed pipeline extensionsTulio Magno Quites Machado Filho
LLVM commit 7ae6838defb21737963b1dd8ff9de7e87052c74f removed the following extensions: - PassManagerBuilder::EP_OptimizerLast - PassManagerBuilder::EP_EnabledOnOptLevel0 - PassManagerBuilder::EP_FullLinkTimeOptimizationLast
2023-03-28nitsvanhauser-thc
2023-03-27time_wo_finds in fuzzer_statsvanhauser-thc
2023-03-27Merge pull request #1683 from cdown/cdown/2023-03-26/vervan Hauser
Clarify confusing version message
2023-03-26Clarify confusing version messageChris 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-26Merge pull request #1682 from AFLplusplus/devvan Hauser
push to stable
2023-03-26fix frida modevanhauser-thc