Alejandro Parodi
Alejandro Parodi
Hi guys! I having the same issue with a list of 14000 host 1) ulimit is set to unlimited 2) my box have 4 gb ram 2 cores 50 ssd...
Hi Team! I'm having the same issue across different OS... DynamoRIO instrumentation worked but WinAFL just keep failing...
Hi @ifratric, the application also crash without de -debug function applied, as can be seen in the following image: Command: ``` afl-fuzz.exe -i C:\minset -o C:\crashes -D C:\DynamoRIO\bin32 -t 1000+...
Furthermore, I was able to run afl-showmap.exe successfully over the target_offset: ``` C:\winafl\bin32>afl-showmap.exe -o C:\output.txt -D C:\DynamoRIO\bin32 -t 1000+ -- -coverage_module binary.exe -fuzz_iterations 01 -target_module binary.exe -target_offset 0xa06f0 -nargs 3...
Hi @ifratric the error happened during Dry Run!
Hi @ifratric, I was able to create a harness to avoid the above issue, but after a good time of fuzzing (around 1 hs) I got the following error message:...
PD: It is not a OS space problem due that I have 11.5 GB Free at my HD
Hi @ifratric I will check the harness again to check possible solutions to this issue! Thanks for your fast reply!
I'm having the same issue, do you fix it?
WinAFL also Stuck at Attempting dry run: Binary run fine in drrcov...