-
Notifications
You must be signed in to change notification settings - Fork 554
Description
C:\Users\wtf\Desktop\winafl\buildx64\bin\Release>afl-fuzz.exe -i C:\demo_fuzz\input -o C:\demo_fuzz\output -t 30000 -D C:\Users\wtf\Desktop\DynamoRIO-Windows-11.90.20452\bin64 -- C:\Users\wtf\Desktop\DynamoRIO-Windows-11.90.20452\bin64\drrun.exe -c C:\Users\wtf\Desktop\winafl\buildx64\bin\Release\winafl.dll -coverage_module small.exe -target_module small.exe -target_offset 0x1000 -fuzz_iterations 5000 -persist -nargs 2 -- "C:\Users\wtf\source\repos\small\x64\Release\small.exe" "@@"
WinAFL 1.17 by ifratric@google.com
Based on AFL 2.43b by lcamtuf@google.com
[+] You have 8 CPU cores with average utilization of 3%.
[+] Try parallel jobs - see afl_docs\parallel_fuzzing.txt.
[] Checking CPU core loadout...
[+] Found a free CPU core, binding to #0.
[+] Process affinity is set to 1.
[] Setting up output directories...
[+] Output directory exists but deemed OK to reuse.
[] Deleting old session data...
[+] Output dir cleanup successful.
[] Scanning 'C:\demo_fuzz\input'...
[+] No auto-generated dictionary tokens to reuse.
[] Creating hard links for all input files...
[] Attempting dry run with 'id_000000'...
[-] The program took more than 30000 ms to process one of the initial test cases.
In WinAFL, this error could also mean incorrect instrumentation params.
Please make sure instrumentation runs correctly using the debug mode
(see the README) before attempting to run afl-fuzz.
[-] PROGRAM ABORT : Test case 'id_000000' results in a timeout
Location : perform_dry_run(), C:\Users\wtf\Desktop\winafl\afl-fuzz.c:3254