about summary refs log tree commit diff
path: root/utils
AgeCommit message (Collapse)Author
2021-03-26simpler argument processinghexcoder
2021-03-24Merge pull request #817 from realmadsci/atat-plusplusvan Hauser
Make @@ handling more flexible
2021-03-21formatvanhauser-thc
2021-03-20close fds when executing one by one. (#835)Josh Bundt (tr0gd0r)
* closes fd when executing one by one. * clean aflpp_driver
2021-03-19libdislocator freebsd 13 update to amke it worksDavid Carlier
with vm.imply_prot_max set.
2021-03-17fix is now closer to original statementhexcoder
2021-03-17Merge branch 'dev' into atat-plusplushexcoder
2021-03-16fix two bugs in error messagehexcoder
$1 and $2 have been modified here by two previous shift commands.
2021-03-16fix cmplog rtnvanhauser-thc
2021-03-15Remove AFL_PRELOAD and AFL_USE_QASAN handlersrealmadsci
These are now processed in afl-qemu-trace so that the "copy+paste" code that is in all of the other AFL tools can be removed. This also allows the AFL_USE_QASAN flag to work the same when used with tools like afl-fuzz as it does with afl-qemu-trace. This is important in situations where loading the QASAN library changes the address of your desired entrypoint, or for crash validation using the same environment that afl-fuzz was using. With this change, the same set of environment variables can be used in exactly the same way between afl-fuzz, afl-showmap, and afl-qemu-trace, and you will get exactly the same guest environment.
2021-03-15triage_crashes.sh: Fix error reportingrealmadsci
2021-03-15triage_crashes.sh: Allow @@ to be part of an argrealmadsci
2021-03-13doc: Clarify default value of N iterations in aflpp_driverMarcoFalke
2021-02-28fix afl-common compilevanhauser-thc
2021-02-26remove debug outputvanhauser-thc
2021-02-15ran black on python scriptsDominik Maier
2021-02-07larger map, stats reload fix, code formatvanhauser-thc
2021-02-06remove compiler warningsvanhauser-thc
2021-02-03afl-untracer: Mac M1 build update proposal.David CARLIER
2021-02-01Merge pull request #721 from GanbaruTobi/patch-1van Hauser
Clarify usage of LD_LIBRARY_PATH in afl_frida
2021-02-01Clarify usage of LD_LIBRARY_PATH in afl_fridaTobias Mayer
This will help not *accidentally* trying to set the variable to the library's binary.
2021-01-31code-formatvan Hauser
2021-01-31fix -Z, remove q->nextaflpp
2021-01-30afl-frida faster for x86_x64van Hauser
2021-01-30remove warningsvan Hauser
2021-01-28Fix dev branch for android (#710)Joey Jiaojg
* android: replace rindex with strrchr * android: support 64bit only due to 128bit integer not supported by 32bit system Co-authored-by: joeyjiaojg@qq.com <joeyjiaojg@163.com>
2021-01-26real fix plus code formatvan Hauser
2021-01-21Merge pull request #689 from AFLplusplus/cmplog_mergevan Hauser
cmplog merge
2021-01-20android: Remove frida-gum packageJoey Jiao
2021-01-20afl_frida: Add AFL_FRIDA_TEST_INPUT env to debug inputJoey Jiao
2021-01-20afl_frida: fix target libJoey Jiao
2021-01-20android: afl_frida: get target lib/function from command lineJoey Jiao
2021-01-20android: port afl_frida for arm64Joey Jiao
2021-01-20Fix build error for AndroidJoey Jiao
- LTO not work yet
2021-01-19fix compilesvan Hauser
2021-01-04code cleanups (from cppcheck mostly)hexcoder-
2021-01-04Revert "code cleanups (from cppcheck)"hexcoder-
This reverts commit 33a7d6f1688856c050b0ac71ac1df4018e4d531c.
2021-01-04code cleanups (from cppcheck)hexcoder-
2021-01-03cmplog cleanupvan Hauser
2021-01-03cleanupvan Hauser
2021-01-01doc updatevan Hauser
2020-12-31libdislocator, ptr algo warning fix on clang/Xcode (m1).David CARLIER
2020-12-28fix CFLAGS for extra libsvan Hauser
2020-12-26more flexible system support for afl-fridavan Hauser
2020-12-26Merge pull request #661 from Manouchehri/devvan Hauser
Fix missing Apple headers for afl_frida
2020-12-26utils/afl_frida is not 5% fastervan Hauser
2020-12-26fixed a few forgotten old afl-llvm-rt referencesvan Hauser
2020-12-26Include Apple headers.David Manouchehri
2020-12-21temporary fix for unusual builds where CC is setvan Hauser
2020-12-18dont fail with ASAN_BUILDvan Hauser