Skip to content

Conversation

@iPower
Copy link
Contributor

@iPower iPower commented Dec 18, 2023

Context

A friend of mine was trying this library because he needs to parse some minidumps for a private project. Everything worked fine, except for the MINIDUMP_EXCEPTION parsing. Since the code wasn't actually considering the size of ExceptionInformation, it was leading to incorrect parsing of ThreadContext from MINIDUMP_EXCEPTION_STREAM.

Solution

Very simple! Just read the entire field and then copy the actual parameters, which is what this PR achieves.

@skelsec skelsec merged commit 04113f5 into skelsec:main Dec 18, 2023
@skelsec
Copy link
Owner

skelsec commented Dec 18, 2023

Cool! Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants