Closed hxm-cpp closed 10 months ago
fixed : the error was on windows version.
actually no, even on vmware on newer windows i still got same dam error. weird part is : when i give random offset afl-fuzz.exe -i in -o out -D E:\dev\DynamoRIO-Windows-10.0.19683\bin64 -t 20000 -- -coverage_module test.exe -fuzz_iterations 5000 -target_module test.exe -target_offset 0x1000 -nargs 2 -- test.exe @@ it works.
but when giving the fucntion offset i'm targeting it ends up on
[-] 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(), E:\dev\winafl\afl-fuzz.c:3254
i see where i misunderstood it, stop calling it offset and instead write RVA.
i tested with almost all dynamoRio versions i get same output error. winafl got compiled correctly tho and debug mode using drrun works too, here is a debug example afl.test_gdiplus.exe.16724.0000.proc.log