Skip to content
forked from Vex186/PADumper

Dump ELF From Android Process Memory

Notifications You must be signed in to change notification settings

SwaggY699/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

How To Use

  • Run the process

  • 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

  • Result will be in /sdcard/PADumper/[Process]/[startAddress-endAddress-file]

Credits

About

Dump ELF From Android Process Memory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 100.0%