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

Add support for Android compressed rel/rela sections #41

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

hxzhao527
Copy link

@hxzhao527 hxzhao527 commented Aug 22, 2024

@hxzhao527 hxzhao527 changed the title feat: Add support for Android compressed rel/rela sections WIP: Add support for Android compressed rel/rela sections Aug 23, 2024
@hxzhao527 hxzhao527 force-pushed the feature/android_relocation branch 3 times, most recently from 9769970 to 17036f2 Compare August 25, 2024 07:41
@hxzhao527 hxzhao527 changed the title WIP: Add support for Android compressed rel/rela sections Add support for Android compressed rel/rela sections Aug 25, 2024
@hxzhao527 hxzhao527 force-pushed the feature/android_relocation branch from 17036f2 to c02757b Compare August 25, 2024 07:49
@hxzhao527
Copy link
Author

@cole14 could you review this? thanks

@cole14
Copy link
Owner

cole14 commented Aug 28, 2024

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>;
Copy link
Author

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(...)

@hxzhao527 hxzhao527 force-pushed the feature/android_relocation branch from c02757b to 27e7827 Compare December 5, 2024 03:18
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

Successfully merging this pull request may close these issues.

2 participants