diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-09-18 10:22:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-18 10:22:55 +0200 |
commit | b55ea6409dfcadf3c43244fb8e72ea660fd4fcc2 (patch) | |
tree | 8c2a81fde3312449b18cff1ab6ce27432db6e3e2 /docs/binaryonly_fuzzing.txt | |
parent | 68b3849d51e94e394334305b8ab7e4f613a8bbb9 (diff) | |
parent | 5e56d3bf368df07d964de769aa5142ad98536330 (diff) | |
download | afl++-b55ea6409dfcadf3c43244fb8e72ea660fd4fcc2.tar.gz |
Merge pull request #60 from vanhauser-thc/wine_mode
Wine mode
Diffstat (limited to 'docs/binaryonly_fuzzing.txt')
-rw-r--r-- | docs/binaryonly_fuzzing.txt | 4 |
1 files changed, 4 insertions, 0 deletions
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 ------- |