Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
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 | Merge pull request #824 from fuzzah/dev | van Hauser | |
add AFL_TARGET_ENV to afl-fuzz | |||
2021-03-19 | Merge branch 'dev' into dev | van Hauser | |
2021-03-20 | add AFL_TARGET_ENV to afl-fuzz | fuzzah | |
2021-03-19 | Merge pull request #830 from richinseattle/dev | van Hauser | |
preserve plot_data for in-place resume | |||
2021-03-19 | Merge pull request #834 from devnexen/libdislocator_fbsd_13_upd | van Hauser | |
libdislocator freebsd 13 update to amke it works | |||
2021-03-19 | update plot_data timestamps to be relative | richinseattle@gmail.com | |
2021-03-19 | libdislocator freebsd 13 update to amke it works | David Carlier | |
with vm.imply_prot_max set. | |||
2021-03-19 | fix for new llvm 13 change | vanhauser-thc | |
2021-03-19 | refactor finding binaries | vanhauser-thc | |
2021-03-19 | remove unneeded code | vanhauser-thc | |
2021-03-19 | add header to PCGUARD | vanhauser-thc | |
2021-03-19 | update test-dlopen tuples number | Andrea Fioraldi | |
2021-03-19 | update dynamic list with cmplog | Andrea Fioraldi | |
2021-03-19 | fix dynamic list usage error in afl-cc | Andrea Fioraldi | |
2021-03-18 | check test-dlopen return code | Andrea Fioraldi | |
2021-03-18 | test-dlopen llvm test | Andrea Fioraldi | |
2021-03-18 | The official casing is AFLplusplus | Dominik Maier | |
2021-03-18 | typo | hexcoder | |
2021-03-18 | better installation example | vanhauser-thc | |
2021-03-18 | afl-fuzz cleanup | vanhauser-thc | |
2021-03-18 | Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into dev | richinseattle@gmail.com | |
2021-03-18 | preserve plot_data for in-place resume | richinseattle@gmail.com | |
2021-03-17 | better map variability | vanhauser-thc | |
2021-03-17 | fix dynamic list | Andrea Fioraldi | |
2021-03-17 | shared linking fix | vanhauser-thc | |
2021-03-17 | fix m32/m64 | vanhauser-thc | |
2021-03-17 | shmem map size in config.h | vanhauser-thc | |
2021-03-17 | fix is now closer to original statement | hexcoder | |
2021-03-17 | deepclean no longer removes submodules | Dominik Maier | |
2021-03-17 | bring back unicornafl | Dominik Maier | |
2021-03-17 | when you think you work on a debug branch but it is dev. git sucks so much ... | vanhauser-thc | |
2021-03-17 | debug | vanhauser-thc | |
2021-03-17 | fix | vanhauser-thc | |
2021-03-17 | lto test | vanhauser-thc | |
2021-03-17 | fix attempt | vanhauser-thc | |
2021-03-16 | debug | vanhauser-thc | |
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 | no runtime for shared linking | vanhauser-thc | |
2021-03-16 | Merge branch 'dev' of github.com:AFLplusplus/AFLplusplus into dev | Andrea Fioraldi | |
2021-03-16 | changelog | Andrea Fioraldi | |
2021-03-16 | blacklist sanitize and debug in c++ | vanhauser-thc | |
2021-03-16 | qemuafl | Andrea Fioraldi | |
2021-03-16 | rtn fix | vanhauser-thc | |
2021-03-16 | update qemuafl | Andrea Fioraldi | |
2021-03-16 | fix cmplog | vanhauser-thc | |
2021-03-16 | fix cmplog rtn | vanhauser-thc | |
2021-03-16 | Merge pull request #816 from realmadsci/add-more-qasan-checks | Andrea Fioraldi | |
Add more qasan checks | |||
2021-03-16 | Merge pull request #819 from realmadsci/qemu-consistent-preload | Andrea Fioraldi | |
Remove AFL_PRELOAD and AFL_USE_QASAN handlers |