rust-elf icon indicating copy to clipboard operation
rust-elf copied to clipboard

Add support for Android compressed rel/rela sections

Open hxzhao527 opened this issue 1 year ago • 2 comments

https://chromium.googlesource.com/chromium/src/+/refs/tags/104.0.5112.129/docs/native_relocations.md

Relocations are stored in sections of type: REL, RELA, APS2, or RELR.

hxzhao527 avatar Aug 22 '24 14:08 hxzhao527

@cole14 could you review this? thanks

hxzhao527 avatar Aug 25 '24 07:08 hxzhao527

Thanks for the PR! I can probably take a deeper look some time in the next few days

cole14 avatar Aug 28 '24 02:08 cole14

It would be nice to see this supported

DCNick3 avatar Aug 15 '25 10:08 DCNick3

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?

qwq233 avatar Oct 30 '25 15:10 qwq233