AdvDebug
Results
2
issues of
AdvDebug
Hey, i found a parsing issue in the `PdfReader.Parse` which causes the parser to hang indefinitely, specifically in the `Parser.ReadTrailer` and more specifically in the ReadSize call, didn't really dig...
bug
Hey, i found an issue when parsing with `ModuleDefinition.ReadModule` using [this](https://github.com/user-attachments/files/20374695/StackOverflowException.zip) assembly which causes the parser to throw StackOverflowException which will also cause the whole process to crash. you can...