about summary refs log tree commit diff
path: root/instrumentation
AgeCommit message (Collapse)Author
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
2021-03-09typohexcoder
2021-03-09formatting and RedQueen reference addedhexcoder
2021-03-09md formattinghexcoder
2021-03-09documentation correction & formattingWyatt Neal
* fixed up manual define for `__AFL_LOOP()` * added the code language formaters to the various blocks * fixed a couple of missing backticks
2021-03-09fix ctx-1vanhauser-thc
2021-03-08Merge pull request #779 from AFLplusplus/top-k-ctxAndrea Fioraldi
Restore correct CTX behaviour and enable K-CTX coverage for LLVM Classic
2021-03-06fix for asan compile rtvanhauser-thc
2021-03-05we do not support 80 + 128 bit FP in lafvanhauser-thc
2021-03-05fixvanhauser-thc
2021-03-05typoshexcoder