Ivan Fratric

Results 256 comments of Ivan Fratric

Linux version is planned but not in development currently.

There is (experimental) Linux support now! :)

Hmm wait, that was not the intended way to build. How does your directory structure looks like? The idea was to run all of these commands starting from the Jackalope...

> Is there a possibility of adding TinyInst as a module to the repo so just one clone is needed? The problem with submodules is that (AFAIK) a submodule ends...

Thanks for letting me know this was findable by Domato. The Domato CVE list in the README is unmaintained and contains just the bugs I found before Domato or some...

Thanks for looking into this. Unfortunately, it seems that doing a proper deepcopy is too slow in practice (you can try `python3 generator.py --output_dir test --no_of_files 100` with and without...

That is because WinAFL uses persistent mode, meaning it does not restart the target process between iterations. WinAFL uses dynamic binary instrumentation to get coverage. Instrumenting the process initially is...

Thanks for reporting! Looks like how we compute cpu_core_count (https://github.com/googleprojectzero/winafl/blob/master/afl-fuzz.c#L7821) would need to change. And I'm not currently sure if bind_to_free_cpu (https://github.com/googleprojectzero/winafl/blob/master/afl-fuzz.c#L475) would also need to be changed. In any...

Hi, I just built WinAFL on a new machine and verified everything's building correctly (Windows 11, VS 2022, DynamoRIO 10.0.0). winafl.dll should be output in the same directory as the...

Normally, I'd except this error to trigger: https://github.com/googleprojectzero/winafl/blob/master/CMakeLists.txt#L153 Not sure why it didn't in your case.