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
/
src
/
afl-fuzz-globals.c
Age
Commit message (
Expand
)
Author
2020-04-01
src doku is now markdown
Dominik Maier
2020-04-01
more custom mutator remodelling
Dominik Maier
2020-04-01
not allocating paths anymore
Dominik Maier
2020-04-01
almost
Dominik Maier
2020-03-21
remove debug code
van Hauser
2020-03-21
test.sh with -no-pie
van Hauser
2020-03-20
add RARE schedule. also fixes doc_path
van Hauser
2020-03-19
50% less globals
Dominik Maier
2020-03-17
added mmopt power schedule
van Hauser
2020-03-17
fix reading env vars in afl-fuzz
van Hauser
2020-03-16
fix broken MOpt mode that was broken by Dominiks no-global patch :p
van Hauser
2020-03-15
print a completed UI screen on exit without bugs :)
van Hauser
2020-03-15
Just compute the current len once.
David Carlier
2020-03-15
fix errors in last commit (u8)afl_get_env
van Hauser
2020-03-15
Move afl-fuzz related env variables into afl_state_t (#252)
Rishi Ranjan
2020-03-14
fix some compiler warnings from Open/FreeBSD
hexcoder-
2020-03-09
fix leaks
van Hauser
2020-03-09
code-format
van Hauser
2020-03-09
AFL without globals (#220)
Dominik Maier
2020-03-09
more code format
van Hauser
2020-03-03
Finish refactoring APIs for the custom mutator and Python module
h1994st
2020-03-02
Uniform API for both Python and custom mutator
h1994st
2020-03-02
Merge branch 'master' of https://github.com/vanhauser-thc/AFLplusplus
h1994st
2020-03-02
Add new APIs for the custom mutator
h1994st
2020-03-01
migrated autoresume to use get_afl_env
Dominik Maier
2020-02-29
print OKF if an environment variable is successfully loaded - feebdack to thi...
van Hauser
2020-02-07
afl qemu persistent hook
Andrea Fioraldi
2020-02-01
AFL_ALIGNED_ALLOC in libdislocator
Andrea Fioraldi
2020-01-30
Merge branch 'master' into CmpLog
Andrea Fioraldi
2020-01-30
cmplog runtime for LLVM
Andrea Fioraldi
2020-01-20
fixed Heiko's global search-replace :)
van Hauser
2019-12-31
v2.60d and year 2020 init
van Hauser
2019-12-30
critical bugfix for afl-tmin
van Hauser
2019-12-02
added -N no_unlink option
van Hauser
2019-12-02
code format (contributors, do it!)
Andrea Fioraldi
2019-11-11
Merge branch 'master' into radamsa
Andrea Fioraldi
2019-11-11
libradamsa dlopen
Andrea Fioraldi
2019-11-05
test unicorn && AFL_DISABLE_TRIM env var
Andrea Fioraldi
2019-10-19
Remove lcamtuf's old email from Google (not valid anymore), also remove maint...
hexcoder-
2019-10-19
add gcc_plugin to code formatter and run it
hexcoder-
2019-10-10
radamsa mutator as havoc cycle replacement with probability 1/24
Andrea Fioraldi
2019-10-08
added afl-fuzz -I cmdline option
van Hauser
2019-10-04
general maintance
van Hauser
2019-09-22
afl-fuzz mutation documentation feature
van Hauser
2019-09-17
wine mode first commit
Andrea Fioraldi
2019-09-16
added afl_custom_mutator_only
van Hauser
2019-09-04
fix typo in custom format
Andrea Fioraldi
2019-09-04
credits and license header for src/* and include/*
Andrea Fioraldi
2019-09-02
run code formatter
Andrea Fioraldi
2019-09-02
afl-fuzz-src/* -> src/afl-fuzz* rename
van Hauser