Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-05 | Declare private api __kern_write for Haiku | begasus | |
2021-04-05 | Fix undeclared SYS_write on Haiku | begasus | |
2021-04-04 | fix conflict | begasus | |
2021-04-04 | Add -lnetwork to dependencies for Haiku | begasus | |
2021-04-04 | Fix Haiku references, no <sys/syscall.h> and missing defines for USEMMAP | begasus | |
2021-03-30 | add parallel builds | hexcoder | |
2021-03-26 | -m32 support for docker container | vanhauser-thc | |
2021-03-25 | try to trigger github actions | vanhauser-thc | |
2021-03-25 | try to trigger github actions | vanhauser-thc | |
2021-03-24 | Merge pull request #837 from AFLplusplus/dev 3.12c | van Hauser | |
final pull to stable | |||
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 | |||
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 | Merge pull request #831 from AFLplusplus/dev | van Hauser | |
Push to stable | |||
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 | |