Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Make AFL-Unicorn install script executable
|
|
|
|
Port for Android
|
|
|
|
|
|
compcov levels to enable the instrumentation of only comparisons with immediates
|
|
|
|
|
|
|
|
system-config: making it more compatible with BSD systems.
|
|
The following knobs are Linux specifics but have few counterparts
in those systems.
|
|
|
|
Use arc4random(3) on *BSD/macOS
|
|
|
|
|
|
|
|
|
|
llvm-mode: Get the clang version correctly
|
|
When using clang-8.0, The previous command in the
Makefile will get two 8.0.0, thus a warning message print.
|
|
|
|
|
|
|
|
|
|
Workaround patch for QEMU
|
|
Solution not involving file descriptors, seeded upon fork and on
a regular basis.
Signed-off-by: Tobias Kortkamp <t@tobik.me>
|
|
|
|
|
|
|
|
|
|
https://lists.sr.ht/~philmd/qemu/patches/6224#%3C20190617114005.24603-1-berrange@redhat.com%3E+linux-user/syscall.c in QEMU with ubuntu 19.10
|
|
Unset AFL_CC
|
|
will fail (eg. when later installing QEMU but AFL_CC was already set)
|
|
|
|
|
|
map size fixes
|
|
|
|
|
|
Custom mutator
|
|
# Conflicts:
# Makefile
# afl-fuzz.c
|
|
|
|
|
|
|
|
|
|
|
|
|