David Fadida

Results 6 comments of David Fadida

The command is: C:\Storage\WinAFL\POC> ..\DynamoRIO\bin64\drrun.exe -msgbox_mask 0x0 -c ..\build64\bin\Release\winafl.dll -debug -target_module WinAFL_POC.exe -coverage_module SketchUpAPI.dll -target_method fuzz -fuzz_iterations 100 -nargs 2 -- WinAFL_POC.exe "Files\id_000082,src_000000,op_flip1,pos_179,+cov.jpg" Yes I took the latest version of...

Thanks! I see an error using the Event Viewer.

I solved the error in the harness, but I still get the same failure in drrun.exe.

C:\Storage\WinAFL\POC> WinAFL_POC.exe "Files\id_000082,src_000000,op_flip1,pos_179,+cov.jpg" - works fine, (DLL function returns with no errors or crashes. C:\Storage\WinAFL\POC> ..\DynamoRIO\bin64\drrun.exe -- WinAFL_POC.exe "Files\id_000082,src_000000,op_flip1,pos_179,+cov.jpg" - SAME error. (Out of memory. Program aborted. Source I, type...

I saw this answer for the exactly same problem: It seems that your error is due to failure to reserve memory at init time. The code (0x00000000c000001c) is a bit...