Skip to content

ReverseFeng/PADumper

 
 

Repository files navigation

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

About

Process Android Memory Dumper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 100.0%