Tutorial How to Dump libil2cpp.so and global-metadata.dat with PMT Dumper

Mika Cybertron

PMT Elite Modder
Original poster
Staff member
Modding-Team
Mar 24, 2017
911
65,404
1,213
24
Indonesia
PMT Dumper is an Android application that can Dump Files from Android Process Memory based on NoxDumper and PADumper for Rooted Devices.

for devices with android 12 or higher it may work and some may not work due to permission issue, so i suggest you to use VM Apps (Virtual Machine) like VMOS, VPhoneGaga or X86 Sandbox to make it work.

Source code: GitHub - MikaCybertron/PMT-Dumper

How to Use:
- Run the games.

- Download the release version in here PMT-Dumper.apk and then install it.

- Grant Root Permission and Storage Permission for PMT Dumper.

- Enter process name manually or you can click button Select Apps to select running apps.

- Enter the ELF Name or you can leave it with default name libil2cpp.so

- [Optional] Check ELF Fixer if you want fix the ELF files.

- [Optional] Check ELF Architectures if you want use 64 Bit of ELF Fixer and Uncheck if you want use 32 Bit of ELF Fixer.

- [Optional] Check Dump global-metadata.dat if you want dump unity metadata from memory.

- [Optional] Check Dump Maps file if you want dump the maps of process memory.

- Dump and wait until finish.


Custom Output Directory: /CustomPath/PlatinmodsDumper/[ProcessName]/[startAddress-endAddress-file]


Credits:


Video Preview:
 
Last edited:

Mika Cybertron

PMT Elite Modder
Original poster
Staff member
Modding-Team
Mar 24, 2017
911
65,404
1,213
24
Indonesia
Thanks for fast respond
storage permission is still disabled
But dumper was successfully

I also hope you make the process list look simple like in PADumper
Thanks.
that simple list process only for android 11 and below, because i though that code not work for android 12 and higher, but if list process in PADumper work for you too, then i will make it back again


and does dump file saved to your phone?
 

acamboy

Platinian
Dec 9, 2020
7
1
3
36
Indonesia
that simple list process only for android 11 and below, because i though that code not work for android 12 and higher, but if list process in PADumper work for you too, then i will make it back again


and does dump file saved to your phone?
Yes.. file dump saved in /data/local/tmp
and /sdcard/PlatinmodsDumper/[ProcessName]/ <-folder only.
Can you make it back to /sdcard/PlatinmodsDumper/[ProcessName]/
 

Mika Cybertron

PMT Elite Modder
Original poster
Staff member
Modding-Team
Mar 24, 2017
911
65,404
1,213
24
Indonesia
Source Code + APK Updated!
Changelog:
  • Add Custom Dialog for Dump Option.
  • Add New Option Show All Running Process.
  • Add New Text Field for Custom Output Directory.
  • Add SharedPreferences to save Custom Output Directory.
  • Add Runtime Status and Message.
 
  • Like
Reactions: hamdihameedo