diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-09-17 16:17:39 +0200 |
---|---|---|
committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-09-17 16:17:39 +0200 |
commit | 5e56d3bf368df07d964de769aa5142ad98536330 (patch) | |
tree | 99353aa1bd0539b649fb5a55c8d55ad4b9579d17 | |
parent | e2dfac08c0925295507f7d62ca3d4300cfe9e021 (diff) | |
download | afl++-5e56d3bf368df07d964de769aa5142ad98536330.tar.gz |
bit of doc
-rw-r--r-- | docs/ChangeLog | 1 | ||||
-rw-r--r-- | docs/binaryonly_fuzzing.txt | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/docs/ChangeLog b/docs/ChangeLog index c1b401c9..4ea4e4b2 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -27,6 +27,7 @@ Version ++2.54d (dev): - removed compile warnings from python internal stuff - added man page for afl-clang-fast[++] - updated documentation + - Wine mode to run Win32 binaries with the QEMU instrumentation (-W) -------------------------- diff --git a/docs/binaryonly_fuzzing.txt b/docs/binaryonly_fuzzing.txt index 53361f5f..239fb4b0 100644 --- a/docs/binaryonly_fuzzing.txt +++ b/docs/binaryonly_fuzzing.txt @@ -26,6 +26,10 @@ It is the easiest to use alternative and even works for cross-platform binaries. As it is included in afl++ this needs no URL. +WINE+QEMU +--------- +Wine mode can run Win32 PE with the QEMU instrumentation. +It needs Wine, python3 and the pefile python package installed. UNICORN ------- |