index
:
~cnx/afl++
this commit
dataflow
dev
run
stable
Security-oriented fuzzer
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
afl-fuzz.c
Age
Commit message (
Expand
)
Author
2019-08-27
include and src folders
Andrea Fioraldi
2019-08-19
seperated the forkserver from afl-fuzz and afl-tmin
van Hauser
2019-08-12
signedness in print formats corrected
hexcoder-
2019-08-11
several code cleanups: avoid #if in macro parameters
hexcoder-
2019-08-11
performance optimization predecrement instead of postdecrement
hexcoder-
2019-08-10
performance tuning prefer preincrement over postincrement
hexcoder-
2019-08-01
Merge remote-tracking branch 'github/master' into custom_mutator
Khaled Yakdan
2019-07-27
Only execute the mutated input when it is not empty
Khaled Yakdan
2019-07-26
Unbreak build on FreeBSD
Tobias Kortkamp
2019-07-26
incorporated most of the 2.53b changes
van Hauser
2019-07-25
filenames should not have spaces
van Hauser
2019-07-25
Added AFL-Unicorn mode
Dominik Maier
2019-07-20
warn on calling the target binary without an explicit path
van Hauser
2019-07-20
updated docs and crash issues with gcc_plugin
van Hauser
2019-07-19
this closes #23
Andrea Fioraldi
2019-07-19
show selected core and code cleanup
van Hauser
2019-07-18
code cleanup and documented secret cmdline option
van Hauser
2019-07-18
cpu scaling updated for newer kernels
van Hauser
2019-07-17
test case files with time information
van Hauser
2019-07-16
added gcc_plugin
van Hauser
2019-07-14
fix merge artefact (check_binary)
Heiko Eißfeldt
2019-07-14
fix
van Hauser
2019-07-14
Merge branch 'master' into shared_memory_mmap_refactor
van Hauser
2019-07-13
portability fix: getcwd(NULL, 0) is a non-POSIX glibc extension. Refactor
hexcoder-
2019-07-12
-E fix
van Hauser
2019-07-12
-E option and docu update
van Hauser
2019-07-10
Merge pull request #12 from vanhauser-thc/MOpt
van Hauser
2019-07-10
updated references
van Hauser
2019-07-08
fix
van Hauser
2019-07-08
fix
van Hauser
2019-07-08
imported MOpt and worked around the collisions with other patches
van Hauser
2019-07-06
Update the interface of the custom_mutator to handle cases where the mutation...
Khaled Yakdan
2019-07-04
Added two hooks that are necessary for the grammar fuzzer
Khaled Yakdan
2019-07-01
Define AFLCustomMutator hook that can be implemented by implemented by extern...
Khaled Yakdan
2019-06-30
Refactor to use an alternative method for shared memory.
Heiko Eißfeldt
2019-06-23
display power schedule in status screen
van Hauser
2019-06-23
better power schedule documentation
van Hauser
2019-06-22
friendly power schedule names
van Hauser
2019-06-20
added -s fixed_seed feature
van Hauser
2019-06-19
Python 2.7 mutator module support added
van Hauser
2019-06-07
Fix typos
practicalswift
2019-06-05
fix gui misalignment in show_stats()
Andrea Fioraldi
2019-05-30
fixed incomplete 79x24 patch, thanks heiko
van Hauser
2019-05-29
added AFLfast power schedules from Marcel Boehme and updated the documenation
van Hauser
2019-05-29
remove an unnecessary linefeed
van Hauser
2019-05-28
afl++ 2.52c initial commit
van Hauser