about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2021-04-05Declare private api __kern_write for Haikubegasus
2021-04-05Fix undeclared SYS_write on Haikubegasus
2021-04-04fix conflictbegasus
2021-04-04Add -lnetwork to dependencies for Haikubegasus
2021-04-04Fix Haiku references, no <sys/syscall.h> and missing defines for USEMMAPbegasus
2021-03-30add parallel buildshexcoder
2021-03-26-m32 support for docker containervanhauser-thc
2021-03-25try to trigger github actionsvanhauser-thc
2021-03-25try to trigger github actionsvanhauser-thc
2021-03-24Merge pull request #837 from AFLplusplus/dev 3.12cvan Hauser
final pull to stable
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
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-19Merge pull request #831 from AFLplusplus/devvan Hauser
Push to stable
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