kp7742 / MemDumper

Dump Memory of Process in Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ghidra won't disassemble

AndnixSH opened this issue · comments

Ghidra won't disassemble dumped lib at all. Just like this and done.
IDA disassemble fine but some functions can't create pseduocode
Can it be fixed? or Ghidra should fix it?

image

did you dump raw lib or let it rebuilding?

I let it rebuild so I can XREF the strings

try raw dump, it might work

That worked, thanks!