Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-15 | cmplog -l3: disable trimming, forcing input2stage for all | vanhauser-thc | |
2021-04-15 | fix compcovtest | Andrea Fioraldi | |
2021-04-15 | fix compcovtest | Andrea Fioraldi | |
2021-04-15 | fix compcovtest | Andrea Fioraldi | |
2021-04-15 | qemuafl | Andrea Fioraldi | |
2021-04-15 | update readme | vanhauser-thc | |
2021-04-15 | fix ui | vanhauser-thc | |
2021-04-15 | afl-whatsup -d fix | vanhauser-thc | |
2021-04-15 | fix warnings | vanhauser-thc | |
2021-04-15 | remove duplicate plot file write | vanhauser-thc | |
2021-04-15 | fix writing stat file on exit | vanhauser-thc | |
2021-04-14 | allow aflpp_qemu_driver_hook.o to fail | vanhauser-thc | |
2021-04-14 | update readme | vanhauser-thc | |
2021-04-14 | add readme | vanhauser-thc | |
2021-04-14 | conflicts | Andrea Fioraldi | |
2021-04-14 | qemu driver new api | Andrea Fioraldi | |
2021-04-14 | fix aflpp qemu hook | vanhauser-thc | |
2021-04-14 | ui update | vanhauser-thc | |
2021-04-14 | update havoc | vanhauser-thc | |
2021-04-13 | fix alive count in afl-whatsup | vanhauser-thc | |
2021-04-13 | afl-whatsup -d | vanhauser-thc | |
2021-04-13 | add AFL_EXIT_ON_SEED_ISSUES | vanhauser-thc | |
2021-04-13 | ui custom mutator only display | vanhauser-thc | |
2021-04-13 | display dictionary usage in havoc only mode | vanhauser-thc | |
2021-04-09 | Merge pull request #868 from ujjwalkirti/patch-1 | van Hauser | |
Update ideas.md | |||
2021-04-09 | Update ideas.md | Ujjwal Kirti | |
Hey, I noticed there was a spelling error in above documentation for GSOC '21. I have corrected it, you can have a look at it if you want. | |||
2021-04-09 | update grammar-mutator, show better fuzzing strategy yields | vanhauser-thc | |
2021-04-09 | fix afl_custom_queue_new_entry when syncing | vanhauser-thc | |
2021-04-08 | Merge pull request #866 from AFLplusplus/tmp | van Hauser | |
removed -lc++ linking for lto | |||
2021-04-08 | removed -lc++ linking for lto | vanhauser-thc | |
2021-04-07 | fix forkserver timeout error msg | vanhauser-thc | |
2021-04-07 | Merge pull request #860 from joeyjiaojg/dev | hexcoder | |
android: disable sigaction inside debuggerd | |||
2021-04-07 | android: disable sigaction inside debuggerd | Jiangen Jiao | |
check https://github.com/google/AFL/blob/master/docs/INSTALL#L173 | |||
2021-04-06 | Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into dev | hexcoder- | |
2021-04-06 | better understandable directory creation logic | hexcoder- | |
2021-04-06 | add missing env | vanhauser-thc | |
2021-04-06 | Haiku: create directory for debug_server, if not present | hexcoder- | |
2021-04-06 | better MacOs msg | vanhauser-thc | |
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 | fix conflict | begasus | |
2021-04-04 | Add -lnetwork to dependencies for 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-04-04 | revert Heiko's commit | vanhauser-thc | |
2021-04-04 | Merge pull request #855 from MegaManSec/leak-sanitizer | van Hauser | |
Add support for standalone leak-sanitizer | |||
2021-04-04 | Move definition of __AFL_LEAK_CHECK inside ifguards, | Joshua Rogers | |
use LSAN_OPTIONS=print_suppressions=0 | |||
2021-04-03 | Merge pull request #856 from Microsvuln/dev | van Hauser | |
Autodict-QL : Token generation for fuzzing with CodeQL | |||
2021-04-03 | Remove check for exit_code on LSAN and replace it with check for | Joshua Rogers | |
symbolize=0. |