git clone https://github.com/googleprojectzero/winafl.git
git submodule update --init --recursive
- Open Visual Studio
- Go to Tools -> Get Tools and Features
- In the "Workloads" tab enable "Desktop development with C++"
- Click Modify at the bottom right
https://github.com/DynamoRIO/dynamorio/releases
What I used: https://github.com/DynamoRIO/dynamorio/releases/download/cronbuild-7.91.18278/DynamoRIO-Windows-7.91.18278-0.zip
Place the unzipped folder into the cloned winafl directory.
-
cd into cloned winafl directory
-
mkdir build64
-
cmake -G"Visual Studio 15 2017 Win64" .. -DDynamoRIO_DIR=C:\Users\B3nac\Documents\winafl\DynamoRIO-Windows-7.91.18278-0\cmake -DINTELPT=1
-
cmake --build . --config Release
- cd into build64\bin\Release
afl-fuzz.exe -i in -o out -D C:\Users\B3nac\Documents\winafl\DynamoRIO-Windows-7.91.18278-0\bin64 -t 20000 -- -coverage_module test.exe -fuzz_iterations 5000 -target_module test.exe -target_offset 0x1000 -nargs 2 -- test.exe @@
afl-fuzz.exe -i in -o out -D C:\Users\B3nac\Documents\winafl\DynamoRIO-Windows-7.91.18278-0\bin64 -t 100+ -- -coverage_module test.exe -fuzz_iterations 5000 -target_module test.exe -target_offset 0x1000 -persistence_mode in_app -- test.exe @@ loop
C:\Users\B3nac\Documents\winafl\DynamoRIO-Windows-7.91.18278-0\bin64\drrun.exe -c C:\Users\B3nac\Documents\winafl\build64\bin\Release\winafl.dll -debug -target_module C:\Users\B3nac\Documents\winafl\bin64\bin\Release\test.exe -target_offset 0x13a0 -- test.exe