about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2021-03-27add introspectionvanhauser-thc
2021-03-27restructure havocvanhauser-thc
2021-03-26Merge pull request #848 from AFLplusplus/stablevan Hauser
-m32 support for docker container
2021-03-26-m32 support for docker containervanhauser-thc
2021-03-26simpler argument processinghexcoder
2021-03-26typoshexcoder
2021-03-26pass lib -ldl only on Linux platformshexcoder-
2021-03-26fix compilation for llvm 3.8.0hexcoder-
2021-03-26Merge pull request #847 from zouyonghao/patch-1van Hauser
Update custom_mutators.md
2021-03-26Merge pull request #845 from joeyjiaojg/devvan Hauser
Dev
2021-03-26Update custom_mutators.mdYong-Hao Zou
2021-03-25update READMEvanhauser-thc
2021-03-25integrate frida_mode, code-formatvanhauser-thc
2021-03-25Merge pull request #833 from WorksButNotTested/fridavan Hauser
Frida
2021-03-25Fix support for afl-cmin and updated READMEYour Name
2021-03-25remove InsTrimvanhauser-thc
2021-03-25android: support host and target 32bit buildJiangen Jiao
2021-03-25try to trigger github actionsvanhauser-thc
2021-03-25try to trigger github actionsvanhauser-thc
2021-03-25update changelogvanhauser-thc
2021-03-25update dynamic listvanhauser-thc
2021-03-25Merge pull request #844 from AFLplusplus/replayvan Hauser
AFL_PERSISTENT_RECORD support
2021-03-25remove warningsvanhauser-thc
2021-03-24support libraries for find_afl_binaryvanhauser-thc
2021-03-24Add support for FRIDA modeYour Name
2021-03-24AFL_PERSISTENT_RECORD not a defaultvanhauser-thc
2021-03-24changelog infovanhauser-thc
2021-03-24Merge pull request #843 from AFLplusplus/tmpvan Hauser
Tmp
2021-03-24Merge branch 'replay' into tmpvan Hauser
2021-03-24ifdef for recordvanhauser-thc
2021-03-24Merge pull request #817 from realmadsci/atat-plusplusvan Hauser
Make @@ handling more flexible
2021-03-24Merge pull request #837 from AFLplusplus/dev 3.12cvan Hauser
final pull to stable
2021-03-24v3.13a initvanhauser-thc
2021-03-24v3.12c ready to govanhauser-thc
2021-03-24fix counting favoritesvanhauser-thc
2021-03-243.12cvanhauser-thc
2021-03-24better forkserver error help and code formatvanhauser-thc
2021-03-24v3.12c releasevanhauser-thc
2021-03-24update qemuaflAndrea Fioraldi
2021-03-24update qemuaflAndrea Fioraldi
2021-03-23make setting different file permissions easy via config.hvanhauser-thc
2021-03-23fixed tiny nitpicksDominik Maier
2021-03-23fix our PCGUARD for llvm 10.0.1aflpp
2021-03-22Merge pull request #836 from jtpereyda/doc-update-missing-crashesvan Hauser
add details to AFL_I_DONT_CARE_ABOUT_MISSING_CRASHES doc
2021-03-22add details to AFL_I_DONT_CARE_ABOUT_MISSING_CRASHES docJoshua Pereyda
2021-03-22fix LTO selective instrumentationvanhauser-thc
2021-03-22show afl-cc NATIVE when auto usedvanhauser-thc
2021-03-21formatvanhauser-thc
2021-03-20add missing links for afl-clang-fast*.8 man pageshexcoder-
2021-03-20IDA 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