-
Notifications
You must be signed in to change notification settings - Fork 536
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Win afl crash immediately after start fuzzing : : : PROGRAM ABORT : CreateProcess failed, GLE=193 #183
Comments
Most likely an error in your command line, e.g. does the path to the target .exe contain spaces (if so, you need to quote it). |
I wrote it like this : |
-coverage_model ? |
Ok I will try thanks, i have to put one of this Parma’s to instrumentation’s sector. Note I use CMD it will not cause an issue ? |
cmd is ok , |
I have a last question 😅. |
can someone show me how he write that command ? please I stuck.. :(. |
afl-fuzz.exe -i in -o out -D .......\DynamoRIO-Windows-7.1.17963-0\bin64 -t 20000 -- -coverage_module test.exe -fuzz_iterations 5000 -target_module test.exe -target_offset 0x13a0 -nargs 2 -- test.exe @@ |
You need to read the documentation and readme.txt carefully. |
Hey, I try to Fuzz some program with ( WIN-AFL ) and i got an issue that look like that :
The text was updated successfully, but these errors were encountered: