1- # Il2CppDumperGUI
2- This is [ @Perfare 's] ( https://github.com/Perfare/Il2CppDumper ) Modified version of il2cppDumper (GUI) for Android
3-
4- # Preview
1+ <p align =" center " >
2+ <img src =" Images/icon.png " alt =" Il2CppDumperGUI " width =" 80 " height =" 80 " />
3+ </p >
4+
5+ <h2 align =" center " ><b >Il2CppDumperGUI</b ></h2 >
6+ <p align =" center " >
7+ This is <a href =" https://github.com/Perfare/Il2CppDumper " >@Perfare 's</a > Modified version of Il2CppDumper (GUI) for Android
8+ <p ><br >
9+
10+ <p align =" center " >
11+ <!-- Latest release -->
12+ <a href =" https://github.com/Poko-Apps/Il2cppDumpDroidGUI/releases/tag/v2.1.0 " >
13+ <img src =" https://img.shields.io/github/v/release/Poko-Apps/Il2cppDumpDroidGUI?label=Latest%20Release " alt =" Latest release " >
14+ </a >
15+ <!-- Total Downloads -->
16+ <a href =" https://github.com/Poko-Apps/Il2cppDumpDroidGUI/releases/tag/v2.1.0 " >
17+ <img src =" https://img.shields.io/github/downloads/Poko-Apps/Il2cppDumpDroidGUI/total?label=Total%20Downloads " alt =" Total Downloads " >
18+ </a >
19+ <!-- License -->
20+ <a href =" https://github.com/Poko-Apps/Il2cppDumpDroidGUI/blob/master/LICENSE " >
21+ <img src =" https://img.shields.io/badge/License-GPLv3-8A2BE2.svg " alt =" License " >
22+ </a >
23+ </p >
24+
25+
26+
27+ ## Preview
528<img src =" Images/home.jpg " width =" 300 " height = " 580 " />
629<details >
730<summary >More ScreenShots</summary >
@@ -14,16 +37,32 @@ This is [@Perfare's](https://github.com/Perfare/Il2CppDumper) Modified version o
1437</details >
1538
1639
17- # Supported Versions
18- * Android 5 - Android 13
19- * API Level 21 - API Level 33
40+ ## Supported Devices
41+ * Android 6 - Android 14
42+ * API Level 23 - API Level 34
43+ * Apk shipped with only ** armeabi-v7a** and ** arm64-v8a** architecture
2044
21- # Tested
22- > Tested in Android 6, 10, 11, 12L physical device
45+ ## Tested
46+ > Tested in Android 6 & 13 physical device
2347
2448
25- # Recent Change Log
49+ ## Recent Change Log
2650<details open >
51+ <summary > v2.1.0</summary >
52+
53+ * Merged latest [ commit] ( https://github.com/Perfare/Il2CppDumper/commit/217f1d4737cd9d9d16ab5bef355156bcbc44f9e0 ) from upstream
54+ * Fixed [[ #issue-2] ( https://github.com/Poko-Apps/Il2cppDumpDroidGUI/issues/2 )]
55+ * Project Migration Xamarin.Android -> .NET Android
56+ * Support for Android 14
57+ * Minimum android set to 6
58+ * Saving and Resetting configuration now saved as preferences for next time .
59+ * Output directory log color changed to a bit more bright
60+ * Unused Dump** N** folder inside "DumpDroid" folder now reused in next dump .
61+ * In Configaration Dialog, DumpProperty by default disabled
62+ * Some Code improvements
63+ </details >
64+
65+ <details >
2766<summary > v2.0.1</summary >
2867
2968* Android 10 crash fixed [[ #issue-1] ( https://github.com/Poko-Apps/Il2cppDumpDroidGUI/issues/1 )]
@@ -33,56 +72,37 @@ This is [@Perfare's](https://github.com/Perfare/Il2CppDumper) Modified version o
3372* Support for android 12L & 13
3473* Overall stability and bug fixes
3574</details >
36-
37- <details >
38- <summary > v2.0.0</summary >
39-
40- * Major Update of GUI
41- * changed package name for better access
42- * added support for all executable that original dumper supports
43- * ELF 32 / 64
44- * PE
45- * MACH-O FAT / 32 / 64
46- * NSO
47- * WEB-ASSEMBLY
48- * reduced overall size
49- * optimised performance
50- * Fixed Bugs
51- </details >
5275<br >
5376<hr >
5477
5578For all change logs [[ Click here]] ( ChangeLogs/ch-logs.md )
5679
57- # Installation
58- While installation process , play protect might warn you . Like this :
59- > <img src =" Images/error.jpg " width =" 300 " height = " 300 " />
60- If so then click 'Install Anyway'.
61- <i >If installation <b >failed</b > for any reason, uninstall the previous version and try again !!</i >
80+ ## Installation/update
81+ If you're updating the app from previous version, then please uninstall previous one first .
82+ As I've signed new apks with different keystore (lost previous one 🥲)
6283
84+ <i >If installation <b >failed</b > for any reason, uninstall the previous version and try again !!</i >
6385
64- # Notes
86+ ## Notes
6587* Protected Target's can't be dump by this dumper (same as [ @Perfare 's] ( https://github.com/Perfare/Il2CppDumper ) one)
6688* If you find any bug or problem then please kindly report it with proper information, I'll try my best to resolve it.
6789* In low-end devices it take a while to dump .
6890* Output files directory is under 'DumpDroid' folder
69- * <b >App is on active devlopment</b >
70- # Download
71- >> Download : [ Latest Release] ( https://github.com/Poko-Apps/Il2cppDumpDroidGUI/releases/tag/v2.0.1 )
72- >> Download : [ Direct Link[ apk]] ( https://github.com/Poko-Apps/Il2cppDumpDroidGUI/releases/download/v2.0.1/Il2CppDumperGUI_v2.0.1.apk )
73-
74- # Q/A
75- * Does it supports dumping with address of memory ?
76- > Yes , It does!
77- * What about user input CodeRegistration & MetadataRegistration offset ?
78- > Dumper will ask you in runtime .
79-
80- # This Repo
91+ * Visit Perfare's [ Dumper] ( https://github.com/Perfare/Il2CppDumper ) , To know more about it .
92+
93+ ## Download
94+ >> Download : [ Latest Release] ( https://github.com/Poko-Apps/Il2cppDumpDroidGUI/releases/tag/v2.1.0 )
95+ >> Download : [ Direct Link[ apk]] ( https://github.com/Poko-Apps/Il2cppDumpDroidGUI/releases/download/v2.1.0/Il2CppDumperGUI_v2.1.0_Performance_AOT+LLVM.apk )
96+
97+ In Latest Release section two variants of apk provided . Performance one is compiled with AOT (Ahead of Time) + LLVM configaration and provides 15-40% faster speed when dumping . classic one is just like old releases and less in size . ** Recommend one is Performance apk**
98+
99+ ## This Repo
81100<b ><i >This repo is just to distribute the application (apk) and doesn't contain any code at all ,
82- hence all tags is dummy & have no use . Make your business with just the release section. I 'm not taking any responsibility for misuse of this app .
101+ hence all tags is dummy & have no use . Make your business with just the release section. And not to mention i 'm not taking any responsibility for misuse of this app .
83102</i ></b >
84- # Credits
103+
104+ ## Credits
85105 * [ Il2CppDumper] ( https://github.com/Perfare/Il2CppDumper )
86106
87- # Communication
88- * [ Discord] ( https://discord.gg/XxBYZztJdE )
107+ ## Communication
108+ * [ Discord] ( https://discord.gg/XxBYZztJdE )
0 commit comments