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

Mach-O parser does not expose reserved section fields #380

Open
turbocool3r opened this issue Sep 27, 2023 · 1 comment
Open

Mach-O parser does not expose reserved section fields #380

turbocool3r opened this issue Sep 27, 2023 · 1 comment

Comments

@turbocool3r
Copy link

There seems to be no way to get the reserved fields of a section without manually processing load commands.

Reserved fields have meanings for some section types like S_SYMBOL_STUBS (https://github.com/qyang-nj/llios/blob/main/macho_parser/docs/LC_DYSYMTAB.md#indirect-symbol-table).

I propose adding reserved1-3 fields to the Section type. Should I submit a PR?

@m4b
Copy link
Owner

m4b commented Jul 28, 2024

is this still an issue? if yes, and it's a valid public field of a struct, then yes, I'd suggest to push a PR

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

No branches or pull requests

2 participants