Sebastian Voigt

Results 3 issues of Sebastian Voigt

I'm completely new on this topic and want to get some examples running first. My setup: - Windows 11 running in Hyper-V (cannot use my machine directly due to security...

I compiled WinAfl (1.17) with TinyInst on same machine, where fuzzing is executed. Fuzzing itself works well. For corpus minimization I called: `python winafl-cmin.py -Y -t 1000 -i origin_test_data -o...

Hello, following on https://github.com/googleprojectzero/winafl/issues/473: First, this project looks like an excellent alternative for WinAFL. I tried corpus minimization by using dry_run flag: `fuzzer.exe -in "C:\fuzzing\workspaces\XYZ\testdata" -out ..\out -t 1000 -instrument_module...