Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 1.03 KB

README.md

File metadata and controls

24 lines (21 loc) · 1.03 KB

PADumper (Process Android Dumper)

This dumper is made for dumping libil2cpp.so but you can use it to dump any ELF from an Android Process

Feature

  • Support detect ELF arch
  • Support Fix ELF dump
  • Support root & non root with Virtual Space

How To Use

  • Run Game
  • Open PADumper
  • Put process name manually or you can click Select Apps to select running apps
  • Put the ELF Name or you can leave it with default name libil2cpp.so
  • [Optional] Un-check Check flag address if you want to skip check address permission (r-xp)
  • [Optional] Check Fix ELF if you want fix the ELF
  • [Optional] Check global-metadata.dat if you want dump unity metadata from memory
  • Dump and wait until finish
  • Output:
    • Root Method: /sdcard/PADumper/[Process]/[startAddress-endAddress-file]
    • Non Root Method: {HOME}/Download/PADumper/[Process]/[startAddress-endAddress-file]

Credits