m4b / bingrep

like ~~grep~~ UBER, but for binaries
MIT License
1.71k stars 67 forks source link

Support printing ELF .relr relocations #42

Open bjorn3 opened 2 months ago

bjorn3 commented 2 months ago

https://maskray.me/blog/2021-10-31-relative-relocations-and-relr has an explanation of the format.

m4b commented 2 months ago

Neat thanks for posting the link! If someone is interested in printing them, as long as they're in goblin, I suspect it won't be very much work :shrug: probably mostly will be deciding how to render it :)