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: Add base relocation parser #444

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

kkent030315
Copy link
Contributor

@kkent030315 kkent030315 commented Jan 17, 2025

It was a little bit surprise for me that goblin does not have a parser for base relocations in PE besides COFF relocations.

  • Added parser for IMAGE_DIRECTORY_ENTRY_BASERELOC directory.
  • Added COFF relocation type constants for ARM, ARM64 and IA64.
  • Added PE generic relocations type constants. (COFF and PE relocations are different things)

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.

1 participant