headshog
headshog
Hi! We've been fuzzing openjpeg with [sydr-fuzz](https://github.com/ispras/oss-sydr-fuzz) security predicates and we found integer overflow error in `t2.c:1234`. In function opj_t2_read_packet_header at line 1234 integer overflow occurs (in our case it...
Hi! I am using [Casr](https://github.com/ispras/casr) to analyze program crashes found with Sharpfuzz. But the problem is that Casr analyzes stacktraces reproduced by crashes, but the debug-info in target binary disappears...
Hi! Im trying to write a simple fuzz target and then to compile it using `mcs` (or `csc`) to mono .exe, but i don't know how to link Sharpfuzz library....
Hi! I've tried to fuzz CppSharp with [sydr-fuzz](https://github.com/ispras/oss-sydr-fuzz) (based on [SharpFuzz](https://github.com/Metalnem/sharpfuzz) core) and found some crashes that i don't know how to fix. Maybe my issue is related to https://github.com/mono/CppSharp/pull/1819....