Ivan Fratric
Ivan Fratric
Hmm, I'm using vs 2017 myself for the bundled binaries, though I'm not sure about the SDK version. Do you get the same error with the prebuilt binaries (in bin32...
One thing to try as well is disable any antivirus/antimalware software you have running. DR often doesn't play nicely with it.
I added the -DUSE_DRSYSMS flag for explicitly enabling the Drsyms module. Note that, when building with drsysms enabled and with recent DynamoRIO versions, I saw errors where the linker couldn't...
One thing that wold cause this is the target function "returning" via `exit()` or similar (instead of `return`). Or another function within the binary terminating the process before the main...
Hi, can you tell me what happens after you get that error, does fuzzing continue normally, does it get stuck, does afl-fuzz exit (with what message?) etc. "Nudging" a process...
Adding @mxmssh who wrote the network fuzzing parts, in case he has any ideas.
I can also reproduce this on a clean VM with 32-bit Windows 10, version 2004 and Visual Studio 2019. I also see /Hostx86/x64/ in the compiler / linker path and...
Thank you for reporting! I increased the constant values for now, but I agree this could be implemented in a better way.
If the target is heavy on initialization, which uses up memory needed by the code buffer, `-instrument_modules_on_load` could help.
It seems all of your samples got discarded samples: 65 (65 discarded) The samples can currently be discarded for 2 reasons: causing too many hangs (over 1 percent of runs...