Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-27 | add introspection | vanhauser-thc | |
2021-03-27 | restructure havoc | vanhauser-thc | |
2021-03-26 | Merge pull request #848 from AFLplusplus/stable | van Hauser | |
-m32 support for docker container | |||
2021-03-26 | -m32 support for docker container | vanhauser-thc | |
2021-03-26 | simpler argument processing | hexcoder | |
2021-03-26 | typos | hexcoder | |
2021-03-26 | pass lib -ldl only on Linux platforms | hexcoder- | |
2021-03-26 | fix compilation for llvm 3.8.0 | hexcoder- | |
2021-03-26 | Merge pull request #847 from zouyonghao/patch-1 | van Hauser | |
Update custom_mutators.md | |||
2021-03-26 | Merge pull request #845 from joeyjiaojg/dev | van Hauser | |
Dev | |||
2021-03-26 | Update custom_mutators.md | Yong-Hao Zou | |
2021-03-25 | update README | vanhauser-thc | |
2021-03-25 | integrate frida_mode, code-format | vanhauser-thc | |
2021-03-25 | Merge pull request #833 from WorksButNotTested/frida | van Hauser | |
Frida | |||
2021-03-25 | Fix support for afl-cmin and updated README | Your Name | |
2021-03-25 | remove InsTrim | vanhauser-thc | |
2021-03-25 | android: support host and target 32bit build | Jiangen Jiao | |
2021-03-25 | try to trigger github actions | vanhauser-thc | |
2021-03-25 | try to trigger github actions | vanhauser-thc | |
2021-03-25 | update changelog | vanhauser-thc | |
2021-03-25 | update dynamic list | vanhauser-thc | |
2021-03-25 | Merge pull request #844 from AFLplusplus/replay | van Hauser | |
AFL_PERSISTENT_RECORD support | |||
2021-03-25 | remove warnings | vanhauser-thc | |
2021-03-24 | support libraries for find_afl_binary | vanhauser-thc | |
2021-03-24 | Add support for FRIDA mode | Your Name | |
2021-03-24 | AFL_PERSISTENT_RECORD not a default | vanhauser-thc | |
2021-03-24 | changelog info | vanhauser-thc | |
2021-03-24 | Merge pull request #843 from AFLplusplus/tmp | van Hauser | |
Tmp | |||
2021-03-24 | Merge branch 'replay' into tmp | van Hauser | |
2021-03-24 | ifdef for record | vanhauser-thc | |
2021-03-24 | Merge pull request #817 from realmadsci/atat-plusplus | van Hauser | |
Make @@ handling more flexible | |||
2021-03-24 | Merge pull request #837 from AFLplusplus/dev 3.12c | van Hauser | |
final pull to stable | |||
2021-03-24 | v3.13a init | vanhauser-thc | |
2021-03-24 | v3.12c ready to go | vanhauser-thc | |
2021-03-24 | fix counting favorites | vanhauser-thc | |
2021-03-24 | 3.12c | vanhauser-thc | |
2021-03-24 | better forkserver error help and code format | vanhauser-thc | |
2021-03-24 | v3.12c release | vanhauser-thc | |
2021-03-24 | update qemuafl | Andrea Fioraldi | |
2021-03-24 | update qemuafl | Andrea Fioraldi | |
2021-03-23 | make setting different file permissions easy via config.h | vanhauser-thc | |
2021-03-23 | fixed tiny nitpicks | Dominik Maier | |
2021-03-23 | fix our PCGUARD for llvm 10.0.1 | aflpp | |
2021-03-22 | Merge pull request #836 from jtpereyda/doc-update-missing-crashes | van Hauser | |
add details to AFL_I_DONT_CARE_ABOUT_MISSING_CRASHES doc | |||
2021-03-22 | add details to AFL_I_DONT_CARE_ABOUT_MISSING_CRASHES doc | Joshua Pereyda | |
2021-03-22 | fix LTO selective instrumentation | vanhauser-thc | |
2021-03-22 | show afl-cc NATIVE when auto used | vanhauser-thc | |
2021-03-21 | format | vanhauser-thc | |
2021-03-20 | add missing links for afl-clang-fast*.8 man pages | hexcoder- | |
2021-03-20 | IDA script for loading unicorn AFL context dumps (#812) | Brandon Miller | |
* IDA script for loading unicorn AFL context dumps This script can be used to load context dumps into an IDA database for analysis. It requires that you first open the main executable into IDA directly. Then, you can run the script and select the _index.json file. From there, the script will rebase the main executable and map in all the other dumped vmem from the context dump directory * Modified ida_context_loader.py header comment No specifies the full URL for the unicon_dumper_gdb.py script |