about summary refs log tree commit diff
path: root/instrumentation/afl-compiler-rt.o.c
AgeCommit message (Collapse)Author
2022-02-08add AFL_EARLY_FORKSERVER supportvanhauser-thc
2022-02-08import mozilla afl-cc patchvanhauser-thc
2022-01-25nitvanhauser-thc
2022-01-25fix atexit for rtvanhauser-thc
2022-01-12better ignore problem handlingvanhauser-thc
2022-01-01welcome 2022vanhauser-thc
2021-12-17allow ignore dlopen issuesvanhauser-thc
2021-12-03change dlopen solutionvanhauser-thc
2021-12-03what to do with dlopen libs?vanhauser-thc
2021-12-02fixesvanhauser-thc
2021-11-22better string length countingvanhauser-thc
2021-11-22better string length countingvanhauser-thc
2021-11-20enhance cmplog rtn hooksvanhauser-thc
2021-11-19cmplog fixvanhauser-thc
2021-11-19fork server: restore SIGCHLD handler for child processKuang-che Wu
2021-11-18ensure default sigchild handler in afl-compiler-rtvanhauser-thc
2021-11-17Add __afl_set_persistent_modeYour Name
2021-11-15cmplog fixvanhauser-thc
2021-11-07Merge pull request #1141 from AFLplusplus/afl4van Hauser
cmplog enhancement variant
2021-11-0630% faster hashing speedvanhauser-thc
2021-11-06http->httpsvanhauser-thc
2021-11-03remove old varvanhauser-thc
2021-11-03fix unneeded ifdefvanhauser-thc
2021-11-03remove overflow wipingvanhauser-thc
2021-11-02fixvanhauser-thc
2021-10-31wipe overflow datavanhauser-thc
2021-10-31add cmplog compatability checkvanhauser-thc
2021-10-28variant 6vanhauser-thc
2021-10-18try fixvanhauser-thc
2021-10-17fixvanhauser-thc
2021-10-17new rtn cmplog: instrumentation side + supporting functionsvanhauser-thc
2021-08-19fix shared linking on macosvanhauser-thc
2021-07-30fix format stringyuawn
2021-07-14update documentationvanhauser-thc
2021-06-24fix fridavanhauser-thc
2021-06-22cmplog fix for qemu and fridavanhauser-thc
2021-06-16correct map size for small targetsvanhauser-thc
2021-06-16make afl-cmin actually work with subdirectoriesvanhauser-thc
2021-06-07more info for error logginghexcoder-
2021-06-07write target errors to out_dir/error.txtvanhauser-thc
2021-06-03dynamic_list and afl-compiler-rt reworkvanhauser-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-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-04Fix Haiku references, no <sys/syscall.h> and missing defines for USEMMAPbegasus
2021-03-29remove unneeded varvanhauser-thc
2021-03-23make setting different file permissions easy via config.hvanhauser-thc
2021-03-19fix for new llvm 13 changevanhauser-thc