You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created a custom dll for sending fuzz over the network to my target. I can see the target receiving the fuzz (through wireshark and also having the target prints results) however the winafl results in a timeout. Below is the command line and result.
C:\winafl-master\build32\bin\Release>afl-fuzz.exe -d -l C:\Dll1\Dll1.dll -i in -o outdec -D C:\winafl-master\DynamoRIO-Windows-9.0.1\bin32 -t 20000 -- -coverage_module FakeIPMSWin.exe -target_offset 0x400 -fuzz_iterations 5000 -- FakeIPMSWin.exe
WinAFL 1.16b by <ifratric@google.com>
Based on AFL 2.43b by <lcamtuf@google.com>
Loading custom winAFL server library
dll_init is defined.
dll_run_ptr is defined.
dll_run_target isn't defined.
dll_write_to_testcase isn't defined.
dll_mutate_testcase isn't defined.
dll_trim_testcase isn't defined.
dll_mutate_testcase_with_energy isn't defined.
Sucessfully loaded and initalized
[+] You have 2 CPU cores with average utilization of 5%.
[+] 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 'in'...
[+] No auto-generated dictionary tokens to reuse.
[*] Creating hard links for all input files...
[*] Attempting dry run with 'id_000000'...
1 processes nudged
[-] The program took more than 20000 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:\winafl-master\afl-fuzz.c:3232
afl-fuzz.c:3232 directly me to the dry run but I dont see other possible debugging information.
I have also run with -debug where I sent the messages from an independent source as I am not sure if -debug has a networking mode
I created a custom dll for sending fuzz over the network to my target. I can see the target receiving the fuzz (through wireshark and also having the target prints results) however the winafl results in a timeout. Below is the command line and result.
afl-fuzz.c:3232 directly me to the dry run but I dont see other possible debugging information.
I have also run with -debug where I sent the messages from an independent source as I am not sure if -debug has a networking mode
Wondering if any one has come across a similar issue or has some insight into what the cause could be?
The text was updated successfully, but these errors were encountered: