Open
Description
Hey, i found an issue when parsing with ModuleDefinition.ReadModule
using
this assembly which causes the parser to throw StackOverflowException which will also cause the whole process to crash.
you can reproduce the same issue by doing this:
-
Extract the zip file and get the dll inside
-
Try to parse the assembly with the following code:
ModuleDefinition.ReadModule(path_to_dll, new ReaderParameters(ReadingMode.Immediate));
and the process will crash.
Found via BinarySploit Framework, the fuzzing component. (A project i'm still working on)
Metadata
Metadata
Assignees
Labels
No labels