-
Notifications
You must be signed in to change notification settings - Fork 163
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
elf: Allow parsing SectionHeader from raw bytes #391
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
might be good to review other names for this function, perhaps parse_lossy
, i'm not sure if it does what the mach-o PR does, but otherwise this LGTM
8e53202
to
ea7aacf
Compare
@m4b The lossy Mach-O PR seems to do a few different things, whereas here we just avoid checking the offset on the |
ea7aacf
to
822d679
Compare
edb96f6
to
df91ad6
Compare
@m4b Gentle ping for re-reviewing ? Thanks ! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just the name change (again, sorry!) then ready to go, thank you for your patience!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you!
release note: non-breaking |
released in 0.8.1 |
Fixes #390