We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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).
S_SYMBOL_STUBS
I propose adding reserved1-3 fields to the Section type. Should I submit a PR?
Section
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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?The text was updated successfully, but these errors were encountered: