Android process memory file dumper, especially for the il2cpp game at runtime.
- Support Fix ELF dump
- Support global-metadata.dat searching
- Support detects ELF arch
- Support root or non-root with virtual space
- Run Game
- Open PADumper
- Put the process name manually or you can click
Select Appsto select running apps - Put the ELF Name or you can leave it with the default name
libil2cpp.so - [Optional] Check
Fix ELFif you want to fix the ELF - [Optional] Check
global-metadata.datif you want to dump unity metadata from memory - Dump and wait until the dumping finish
- Output:
- Root Method:
/sdcard/PADumper/[Process]/[startAddress-endAddress-file] - Non Root Method:
{HOME}/Download/PADumper/[Process]/[startAddress-endAddress-file]
- Root Method: