about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2023-04-05better new weightingvanhauser-thc
2023-04-05add -z switchvanhauser-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-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-30better aflpp drivervanhauser-thc
2023-03-30further magma adaptionvanhauser-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-26fix frida modevanhauser-thc
2023-03-25disable frida in the ci for the moment it is working nowherevanhauser-thc
2023-03-25reduce CI resourcesvanhauser-thc
2023-03-25Merge pull request #1680 from yuawn/add_check_for_n_fuzz_updatevan Hauser
add check for n_fuzz update
2023-03-25add likely() to cksum checkyuawn
2023-03-25add check for n_fuzz updateyuawn
2023-03-21ci testvanhauser-thc
2023-03-21Merge pull request #1678 from dmitris/patch-1van Hauser
nit: fix minor typos
2023-03-21nit: fix minor typosDmitry Savintsev
change "cannot be build" to "cannot be built"
2023-03-17Merge pull request #1668 from AFLplusplus/devvan Hauser
push to stable
2023-03-17Merge pull request #1677 from AFLplusplus/classifyvan Hauser
Classify
2023-03-15improve ci timevanhauser-thc
2023-03-15more ci repair attemptsvanhauser-thc
2023-03-15fix civanhauser-thc
2023-03-15fix civanhauser-thc
2023-03-13fix qemu_modevanhauser-thc
2023-03-10macos ci debugvanhauser-thc
2023-03-10macos ci debugvanhauser-thc
2023-03-10macos ci debugvanhauser-thc
2023-03-10debug macos civanhauser-thc
2023-03-10enhance tests for macosvanhauser-thc
2023-03-10enhance tests for macosvanhauser-thc
2023-03-10Merge pull request #1672 from AFLplusplus/devvan Hauser
Dev
2023-03-09code formatvanhauser-thc
2023-03-09various fixesvanhauser-thc
2023-03-09fix attempt at lsanvanhauser-thc
2023-03-09fix qemuafl name rangevanhauser-thc
2023-03-09fast schedules n_fuzz update after classifyvanhauser-thc
2023-03-09support LLVMFuzzerTestOneInput -1 returnvanhauser-thc