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

PE: Support section names via string table, symbols via COFF header #546

Merged
merged 17 commits into from
Jan 15, 2025

Conversation

mborgerson
Copy link
Member

@mborgerson mborgerson commented Jan 14, 2025

Support some unconventional things done by mingw32:

  • Long section names given in string table
  • Symbols via COFF header

todo:

  • Test case

cle/backends/pe/pe.py Outdated Show resolved Hide resolved
cle/backends/pe/pe.py Outdated Show resolved Hide resolved
cle/backends/pe/pe.py Outdated Show resolved Hide resolved
cle/backends/pe/regions.py Show resolved Hide resolved
cle/backends/pe/pe.py Outdated Show resolved Hide resolved
@ltfish
Copy link
Member

ltfish commented Jan 14, 2025

Fantastic!

@mborgerson mborgerson force-pushed the fix/mingw-sections-and-syms branch from 42f9886 to dabdd9a Compare January 14, 2025 22:04
@mborgerson mborgerson marked this pull request as ready for review January 15, 2025 00:23
@mborgerson mborgerson merged commit 030757f into angr:master Jan 15, 2025
18 checks passed
@mborgerson mborgerson deleted the fix/mingw-sections-and-syms branch January 15, 2025 00:26
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