Dump lib result not valid elf header
AKNoryx28 opened this issue ยท 1 comments
AKNoryx28 commented
looks like you can see it here sometimes both r--p and r-xp could have a valid elf header.
I think it's better to check if the map start address is an elf header, like this KittyMemory implementation in c++.
(i actually want to contribute but i know nothing about kotlin ๐)
Thanks..
BryanGIG commented
Thank you for making this issue, this was really helpful.
I had this issue since I start working on this project and didn't really find any useful fix to this issue.
Luckily you found it, really appreciate it ๐๐ป