De3mond
De3mond
> I'm new to fuzzing and was trying to understand how your fuzzer works. When I try to Fuzz the 7z (trying to recreate on of the applications mentioned in...
Thanks for your response. I've tested these flags and found that using `-patch_return_addresses` can solve my current issue. I wander if i can get a brief explanation about this, in...
[attachment.zip](https://github.com/googleprojectzero/TinyInst/files/14618177/attachment.zip) I am using a 32-bit build of flac. Additionally, this issue(run normal using DynamoRIO) also occurred when I fuzzed jp2klib.dll. I used these three flags, but the problem still...
For the jp2klib.dll issue, i believe the reason causing the issue is Detours. But I rebuilt the harness(also from https://github.com/ronwai/jp2k_fuzz) and winafl(with latest TinyInst commit), both using 32 bit build....