Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-26 | simpler argument processing | hexcoder | |
2021-03-24 | Merge pull request #817 from realmadsci/atat-plusplus | van Hauser | |
Make @@ handling more flexible | |||
2021-03-21 | format | vanhauser-thc | |
2021-03-20 | close fds when executing one by one. (#835) | Josh Bundt (tr0gd0r) | |
* closes fd when executing one by one. * clean aflpp_driver | |||
2021-03-19 | libdislocator freebsd 13 update to amke it works | David Carlier | |
with vm.imply_prot_max set. | |||
2021-03-17 | fix is now closer to original statement | hexcoder | |
2021-03-17 | Merge branch 'dev' into atat-plusplus | hexcoder | |
2021-03-16 | fix two bugs in error message | hexcoder | |
$1 and $2 have been modified here by two previous shift commands. | |||
2021-03-16 | fix cmplog rtn | vanhauser-thc | |
2021-03-15 | Remove AFL_PRELOAD and AFL_USE_QASAN handlers | realmadsci | |
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-15 | triage_crashes.sh: Fix error reporting | realmadsci | |
2021-03-15 | triage_crashes.sh: Allow @@ to be part of an arg | realmadsci | |
2021-03-13 | doc: Clarify default value of N iterations in aflpp_driver | MarcoFalke | |
2021-02-28 | fix afl-common compile | vanhauser-thc | |
2021-02-26 | remove debug output | vanhauser-thc | |
2021-02-15 | ran black on python scripts | Dominik Maier | |
2021-02-07 | larger map, stats reload fix, code format | vanhauser-thc | |
2021-02-06 | remove compiler warnings | vanhauser-thc | |
2021-02-03 | afl-untracer: Mac M1 build update proposal. | David CARLIER | |
2021-02-01 | Merge pull request #721 from GanbaruTobi/patch-1 | van Hauser | |
Clarify usage of LD_LIBRARY_PATH in afl_frida | |||
2021-02-01 | Clarify usage of LD_LIBRARY_PATH in afl_frida | Tobias Mayer | |
This will help not *accidentally* trying to set the variable to the library's binary. | |||
2021-01-31 | code-format | van Hauser | |
2021-01-31 | fix -Z, remove q->next | aflpp | |
2021-01-30 | afl-frida faster for x86_x64 | van Hauser | |
2021-01-30 | remove warnings | van Hauser | |
2021-01-28 | Fix 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-26 | real fix plus code format | van Hauser | |
2021-01-21 | Merge pull request #689 from AFLplusplus/cmplog_merge | van Hauser | |
cmplog merge | |||
2021-01-20 | android: Remove frida-gum package | Joey Jiao | |
2021-01-20 | afl_frida: Add AFL_FRIDA_TEST_INPUT env to debug input | Joey Jiao | |
2021-01-20 | afl_frida: fix target lib | Joey Jiao | |
2021-01-20 | android: afl_frida: get target lib/function from command line | Joey Jiao | |
2021-01-20 | android: port afl_frida for arm64 | Joey Jiao | |
2021-01-20 | Fix build error for Android | Joey Jiao | |
- LTO not work yet | |||
2021-01-19 | fix compiles | van Hauser | |
2021-01-04 | code cleanups (from cppcheck mostly) | hexcoder- | |
2021-01-04 | Revert "code cleanups (from cppcheck)" | hexcoder- | |
This reverts commit 33a7d6f1688856c050b0ac71ac1df4018e4d531c. | |||
2021-01-04 | code cleanups (from cppcheck) | hexcoder- | |
2021-01-03 | cmplog cleanup | van Hauser | |
2021-01-03 | cleanup | van Hauser | |
2021-01-01 | doc update | van Hauser | |
2020-12-31 | libdislocator, ptr algo warning fix on clang/Xcode (m1). | David CARLIER | |
2020-12-28 | fix CFLAGS for extra libs | van Hauser | |
2020-12-26 | more flexible system support for afl-frida | van Hauser | |
2020-12-26 | Merge pull request #661 from Manouchehri/dev | van Hauser | |
Fix missing Apple headers for afl_frida | |||
2020-12-26 | utils/afl_frida is not 5% faster | van Hauser | |
2020-12-26 | fixed a few forgotten old afl-llvm-rt references | van Hauser | |
2020-12-26 | Include Apple headers. | David Manouchehri | |
2020-12-21 | temporary fix for unusual builds where CC is set | van Hauser | |
2020-12-18 | dont fail with ASAN_BUILD | van Hauser | |