-
Notifications
You must be signed in to change notification settings - Fork 56
Add support for Android compressed rel/rela sections #41
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
base: master
Are you sure you want to change the base?
Conversation
9769970 to
17036f2
Compare
17036f2 to
c02757b
Compare
|
@cole14 could you review this? thanks |
|
Thanks for the PR! I can probably take a deeper look some time in the next few days |
| } | ||
|
|
||
| impl<'data> Iterator for ParsingIterator<'data, false> { | ||
| type Item = Result<Rel, ParseError>; |
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.
here, a different return value style from other iterators in the project.
when &[8] got unexpected eof, parsing .rel got rela and etc will get Err(...)
c02757b to
27e7827
Compare
7c2b409 to
6afb4e4
Compare
|
It would be nice to see this supported |
6afb4e4 to
bca3bb3
Compare
|
kinda curious when will this pr merge to the main branch. quite need this for my personal project. or is there other library that can parse ELF easily? |
Uh oh!
There was an error while loading. Please reload this page.