Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add parsing for IMAGE_DEBUG_TYPE_EX_DLLCHARACTERISTICS #365

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

aursulis
Copy link

@aursulis aursulis commented Feb 6, 2023

@erocarrera I've had a go at doing something for #303. This parses the IMAGE_DEBUG_TYPE_EX_DLLCHARACTERISTICS debug directory entry type according to what I've seen from self-built and Microsoft's own PE files. Their documentation at https://learn.microsoft.com/en-us/windows/win32/debug/pe-format#debug-type is a bit lacking so I've had to invent names for fields etc.

What this doesn't do is pretty print the flags from dump_info. I have another commit for that here: aursulis@0ca80ed however looking at the full output it is really out of place.

Let me know what you think.

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.

None yet

1 participant