about summary refs log tree commit diff
AgeCommit message (Collapse)Author
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
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-19Merge pull request #824 from fuzzah/devvan Hauser
add AFL_TARGET_ENV to afl-fuzz
2021-03-19Merge branch 'dev' into devvan Hauser
2021-03-20add AFL_TARGET_ENV to afl-fuzzfuzzah
2021-03-19Merge pull request #830 from richinseattle/devvan Hauser
preserve plot_data for in-place resume
2021-03-19Merge pull request #834 from devnexen/libdislocator_fbsd_13_updvan Hauser
libdislocator freebsd 13 update to amke it works
2021-03-19update plot_data timestamps to be relativerichinseattle@gmail.com
2021-03-19libdislocator freebsd 13 update to amke it worksDavid Carlier
with vm.imply_prot_max set.
2021-03-19fix for new llvm 13 changevanhauser-thc
2021-03-19refactor finding binariesvanhauser-thc
2021-03-19remove unneeded codevanhauser-thc
2021-03-19add header to PCGUARDvanhauser-thc
2021-03-19update test-dlopen tuples numberAndrea Fioraldi
2021-03-19update dynamic list with cmplogAndrea Fioraldi
2021-03-19fix dynamic list usage error in afl-ccAndrea Fioraldi
2021-03-18check test-dlopen return codeAndrea Fioraldi
2021-03-18test-dlopen llvm testAndrea Fioraldi
2021-03-18The official casing is AFLplusplusDominik Maier
2021-03-18typohexcoder
2021-03-18better installation examplevanhauser-thc
2021-03-18afl-fuzz cleanupvanhauser-thc
2021-03-18Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into devrichinseattle@gmail.com
2021-03-18preserve plot_data for in-place resumerichinseattle@gmail.com
2021-03-17better map variabilityvanhauser-thc
2021-03-17fix dynamic listAndrea Fioraldi
2021-03-17shared linking fixvanhauser-thc
2021-03-17fix m32/m64vanhauser-thc
2021-03-17shmem map size in config.hvanhauser-thc
2021-03-17fix is now closer to original statementhexcoder
2021-03-17deepclean no longer removes submodulesDominik Maier
2021-03-17bring back unicornaflDominik Maier
2021-03-17when you think you work on a debug branch but it is dev. git sucks so much ...vanhauser-thc
2021-03-17debugvanhauser-thc
2021-03-17fixvanhauser-thc
2021-03-17lto testvanhauser-thc
2021-03-17fix attemptvanhauser-thc
2021-03-16debugvanhauser-thc
2021-03-16fix two bugs in error messagehexcoder
$1 and $2 have been modified here by two previous shift commands.
2021-03-16no runtime for shared linkingvanhauser-thc
2021-03-16Merge branch 'dev' of github.com:AFLplusplus/AFLplusplus into devAndrea Fioraldi
2021-03-16changelogAndrea Fioraldi
2021-03-16blacklist sanitize and debug in c++vanhauser-thc
2021-03-16qemuaflAndrea Fioraldi
2021-03-16rtn fixvanhauser-thc
2021-03-16update qemuaflAndrea Fioraldi
2021-03-16fix cmplogvanhauser-thc
2021-03-16fix cmplog rtnvanhauser-thc
2021-03-16Merge pull request #816 from realmadsci/add-more-qasan-checksAndrea Fioraldi
Add more qasan checks
2021-03-16Merge pull request #819 from realmadsci/qemu-consistent-preloadAndrea Fioraldi
Remove AFL_PRELOAD and AFL_USE_QASAN handlers