BryanGIG / PADumper

Process Android Memory Dumper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dump lib result not valid elf header

AKNoryx28 opened this issue · comments

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

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 👍🏻