Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-30 | still not working | hexcoder- | |
2021-04-30 | fix PCGUARD, build aflpp_driver with fPIC | vanhauser-thc | |
2021-04-28 | Frida 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-28 | work in progress: not working correctly yet | hexcoder- | |
2021-04-19 | drop support for llvm < 6.0 | vanhauser-thc | |
2021-04-17 | Change other LLVM modes to atomic increments | hexcoder- | |
2021-04-17 | use atomic read-modify-write increment for LLVM CLASSIC | hexcoder- | |
2021-04-09 | fix afl_custom_queue_new_entry when syncing | vanhauser-thc | |
2021-04-07 | android: disable sigaction inside debuggerd | Jiangen Jiao | |
check https://github.com/google/AFL/blob/master/docs/INSTALL#L173 | |||
2021-04-05 | Merge pull request #857 from Begasus/haiku | van Hauser | |
Fix Haiku references, no <sys/syscall.h> and missing defines for USEMMAP | |||
2021-04-05 | Declare private api __kern_write for Haiku | begasus | |
2021-04-05 | Fix undeclared SYS_write on Haiku | begasus | |
2021-04-04 | cleanup | vanhauser-thc | |
2021-04-04 | Fix Haiku references, no <sys/syscall.h> and missing defines for USEMMAP | begasus | |
2021-03-29 | remove unneeded var | vanhauser-thc | |
2021-03-26 | fix compilation for llvm 3.8.0 | hexcoder- | |
2021-03-25 | remove InsTrim | vanhauser-thc | |
2021-03-23 | make setting different file permissions easy via config.h | vanhauser-thc | |
2021-03-23 | fix our PCGUARD for llvm 10.0.1 | aflpp | |
2021-03-22 | fix LTO selective instrumentation | vanhauser-thc | |
2021-03-19 | fix for new llvm 13 change | vanhauser-thc | |
2021-03-19 | remove unneeded code | vanhauser-thc | |
2021-03-19 | add header to PCGUARD | vanhauser-thc | |
2021-03-19 | update dynamic list with cmplog | Andrea Fioraldi | |
2021-03-17 | shmem map size in config.h | vanhauser-thc | |
2021-03-17 | when you think you work on a debug branch but it is dev. git sucks so much ... | vanhauser-thc | |
2021-03-16 | debug | vanhauser-thc | |
2021-03-16 | blacklist sanitize and debug in c++ | vanhauser-thc | |
2021-03-16 | rtn fix | vanhauser-thc | |
2021-03-16 | fix cmplog | vanhauser-thc | |
2021-03-16 | fix cmplog rtn | vanhauser-thc | |
2021-03-10 | brackets make dominik happy | vanhauser-thc | |
2021-03-10 | change map_size tests | vanhauser-thc | |
2021-03-10 | correct debug | vanhauser-thc | |
2021-03-10 | fix | vanhauser-thc | |
2021-03-10 | rt debug | vanhauser-thc | |
2021-03-10 | cmplog rtn rt fix | vanhauser-thc | |
2021-03-10 | add version dependency | hexcoder | |
2021-03-09 | mention added support for gcc_plugin mode | hexcoder | |
2021-03-09 | typos, rewording | hexcoder | |
2021-03-09 | typo | hexcoder | |
2021-03-09 | formatting and RedQueen reference added | hexcoder | |
2021-03-09 | md formatting | hexcoder | |
2021-03-09 | documentation correction & formatting | Wyatt 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-09 | fix ctx-1 | vanhauser-thc | |
2021-03-08 | Merge pull request #779 from AFLplusplus/top-k-ctx | Andrea Fioraldi | |
Restore correct CTX behaviour and enable K-CTX coverage for LLVM Classic | |||
2021-03-06 | fix for asan compile rt | vanhauser-thc | |
2021-03-05 | we do not support 80 + 128 bit FP in laf | vanhauser-thc | |
2021-03-05 | fix | vanhauser-thc | |
2021-03-05 | typos | hexcoder | |