about summary refs log tree commit diff
path: root/instrumentation
AgeCommit message (Collapse)Author
2021-06-01threadsafe doc fixes, code formatvanhauser-thc
2021-05-31Merge branch 'dev' into going_atomichexcoder
2021-05-30add support for AFL_LLVM_THREADSAFE_INST to other LLVM passeshexcoder-
2021-05-30add documentation for AFL_LLVM_THREADSAFE_INSThexcoder-
2021-05-30support new env var AFL_LLVM_THREADSAFE_INST to enable atomic counters.hexcoder-
add new test case for that.
2021-05-21fix llvm-dict2filevanhauser-thc
2021-05-10typohexcoder
2021-05-07add some commentshexcoder-
2021-05-06first working NeverZero implementationhexcoder-
2021-05-06instrumentation further move to C++11 (#900)David CARLIER
2021-04-30still not workinghexcoder-
2021-04-30fix PCGUARD, build aflpp_driver with fPICvanhauser-thc
2021-04-28Frida persistent (#880)WorksButNotTested
* Added x64 support for persistent mode (function call only), in-memory teest cases and complog * Review changes, fix NeverZero and code to parse the .text section of the main executable. Excluded ranges TBC * Various minor fixes and finished support for AFL_INST_LIBS * Review changes Co-authored-by: Your Name <you@example.com>
2021-04-28work in progress: not working correctly yethexcoder-
2021-04-19drop support for llvm < 6.0vanhauser-thc
2021-04-17Change other LLVM modes to atomic incrementshexcoder-
2021-04-17use atomic read-modify-write increment for LLVM CLASSIChexcoder-
2021-04-09fix afl_custom_queue_new_entry when syncingvanhauser-thc
2021-04-07android: disable sigaction inside debuggerdJiangen Jiao
check https://github.com/google/AFL/blob/master/docs/INSTALL#L173
2021-04-05Merge pull request #857 from Begasus/haikuvan Hauser
Fix Haiku references, no <sys/syscall.h> and missing defines for USEMMAP
2021-04-05Declare private api __kern_write for Haikubegasus
2021-04-05Fix undeclared SYS_write on Haikubegasus
2021-04-04cleanupvanhauser-thc
2021-04-04Fix Haiku references, no <sys/syscall.h> and missing defines for USEMMAPbegasus
2021-03-29remove unneeded varvanhauser-thc
2021-03-26fix compilation for llvm 3.8.0hexcoder-
2021-03-25remove InsTrimvanhauser-thc
2021-03-23make setting different file permissions easy via config.hvanhauser-thc
2021-03-23fix our PCGUARD for llvm 10.0.1aflpp
2021-03-22fix LTO selective instrumentationvanhauser-thc
2021-03-19fix for new llvm 13 changevanhauser-thc
2021-03-19remove unneeded codevanhauser-thc
2021-03-19add header to PCGUARDvanhauser-thc
2021-03-19update dynamic list with cmplogAndrea Fioraldi
2021-03-17shmem map size in config.hvanhauser-thc
2021-03-17when you think you work on a debug branch but it is dev. git sucks so much ...vanhauser-thc
2021-03-16debugvanhauser-thc
2021-03-16blacklist sanitize and debug in c++vanhauser-thc
2021-03-16rtn fixvanhauser-thc
2021-03-16fix cmplogvanhauser-thc
2021-03-16fix cmplog rtnvanhauser-thc
2021-03-10brackets make dominik happyvanhauser-thc
2021-03-10change map_size testsvanhauser-thc
2021-03-10correct debugvanhauser-thc
2021-03-10fixvanhauser-thc
2021-03-10rt debugvanhauser-thc
2021-03-10cmplog rtn rt fixvanhauser-thc
2021-03-10add version dependencyhexcoder
2021-03-09mention added support for gcc_plugin modehexcoder
2021-03-09typos, rewordinghexcoder