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 · 0 comments
Open

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

turbocool3r opened this issue Sep 27, 2023 · 0 comments

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?

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

1 participant