winafl
winafl copied to clipboard
A fork of AFL for fuzzing Windows binaries
Are there any other options to restart fuzzing sessions apart from -i - at each fuzzer?
I have installed NVDIA GeForce 1050ti on my system. i want to know that how can i utilize it for fuzzing.
I referred to [https://github.com/googleprojectzero/winafl/blob/master/readme_syzygy.md](url) ,but an error occurred: ``` D:\FuzzTools\winafl\bin32>instrument.exe --mode=afl --input-image=test_static.exe --output-image=test_static.instr.exe --force-decompose --multithread --cookie-check-hook [0824/142620:INFO:application_impl.h(46)] Syzygy Instrumenter Version 0.8.32.0 (190dbfe). [0824/142620:INFO:application_impl.h(48)] Copyright (c) Google Inc. All rights reserved....
During a parallel fuzz session, i want to see the status of all fuzzers, hence use your python tool, but even when the fuzzers are running, the output it is...
Sir, can you please provide me a example of using afl-showmap.exe ??? I have tried it using the syntax and everytime it is exiting showing the same help commands, just...
env: using pre-built binaries and DynamoRIO release 7.1.0-1 issue: Follow the readme_dr.md operation drrun.exe -c winafl.dll -debug -target_module test_gdiplus.exe -target_offset 0x16e0 -fuzz_iterations 10 -nargs 2 -- test_gdiplus.exe input.bmp 
Hi, I'm trying to fuzz-test my program using the instrumentation mode of DynamoRIO. However, it looks like my program is NOT running correctly under DynamoRIO. I'm Running: ` drrun.exe -c...
Hi, I currently fuzzing the windows icm module with winafl,with the following command line afl-fuzz.exe -M fuzzer01 -t 2000+ -D .\DynamoRIO-Windows-8.0.0-1\bin64\ -i .\icm -o Z:\R\Temp\icm -- -coverage_module icm32.dll -target_module icm.exe...
Hello, sorry, it isn't an issue but i can't find any answer on these questions anywhere, i have two questions: 1: Is it possible to fuzz inside a virtual machine...
Hi, Trying to fuzz a binary. It runs fine in drrun: `C:\dynamorio\bin64\drrun.exe -c C:\winafl\build64\bin\Release\winafl.dll -debug -coverage_module binary.exe -target_module binary.exe -target_offset 0x293c -fuzz_iterations 10 -nargs 4 -- binary.exe test1.txt test2.txt /M`...