Skip to content

Commit d0c8b27

Browse files
committed
patch v2.0.1
1 parent f890502 commit d0c8b27

File tree

8 files changed

+79
-43
lines changed

8 files changed

+79
-43
lines changed

ChangeLogs/ch-logs.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<details open>
2+
<summary> v2.0.1</summary>
3+
4+
* Android 10 crash fixed [[#issue-1](https://github.com/Poko-Apps/Il2cppDumpDroidGUI/issues/1)]
5+
* Now resetting config automatically saved
6+
* Multiple permission window fixed in android 11 or up
7+
* App icon changed
8+
* Support for android 12L & 13
9+
* Overall stability and bug fixes
10+
</details>
11+
12+
<details>
13+
<summary> v2.0.0</summary>
14+
15+
* Major Update of GUI
16+
* changed package name for better access
17+
* added support for all executable that original dumper supports
18+
* ELF 32 / 64
19+
* PE
20+
* MACH-O FAT / 32 / 64
21+
* NSO
22+
* WEB-ASSEMBLY
23+
* reduced overall size
24+
* optimised performance
25+
* Fixed Bugs
26+
</details>
27+
28+
<details>
29+
<summary> v1.0</summary>
30+
31+
* Initial release
32+
* Supported Binary
33+
* ELF 32 /64
34+
</details>

Images/config.jpg

20.3 KB
Loading

Images/done.jpg

15 KB
Loading

Images/error.jpg

4.82 KB
Loading

Images/home.jpg

-1.72 KB
Loading

Images/input.jpg

-959 Bytes
Loading

README.md

Lines changed: 42 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
# Il2CppDumperGUI
22
This is [@Perfare's](https://github.com/Perfare/Il2CppDumper) Modified version of il2cppDumper (GUI) for Android
33

4-
# WARNING
5-
* Don't download v1.0 release anymore , cause it have some major bugs
6-
* If you're using v1.0 then uninstall it immediately and download newer version
7-
84
# Preview
5+
<img src="Images/home.jpg" width="300" height= "580"/>
96
<details>
10-
<summary>ScreenShots</summary>
7+
<summary>More ScreenShots</summary>
118
<br>
12-
<img src="Images/home.jpg" width="300" height= "580"/>
139
<img src="Images/config.jpg" width="300" height= "580"/>
1410
<img src="Images/done.jpg" width="300" height= "580"/>
1511
<img src="Images/input.jpg" width="300" height= "580"/>
@@ -19,32 +15,26 @@ This is [@Perfare's](https://github.com/Perfare/Il2CppDumper) Modified version o
1915

2016

2117
# Supported Versions
22-
* Android 5 - Android 12
23-
* API Level 21 - API Level 31
18+
* Android 5 - Android 13
19+
* API Level 21 - API Level 33
2420

2521
# Tested
26-
> Tested in Android 6, 9, 11 physical device
27-
28-
# Installation
29-
While installation process , play protect might warn you . Like this :
30-
> <img src="Images/error.jpg" width="300" height= "300"/>
31-
If so then click 'Install Anyway'
32-
33-
# Often Asked Question
34-
* Does it supports dumping with address of memory ?
35-
> Yes , Dumper will ask you in runtime .
36-
* What about forse dump Version ?
37-
> Yes it's available , in configaration setting !
38-
* What about user input CodeRegistration & MetadataRegistration offset ?
39-
> Yes , Dumper will ask you in runtime .
40-
41-
# Environment
42-
* Project shifted to Visual Studio 2022
43-
* Used Xamarin
22+
> Tested in Android 6, 10, 11, 12L physical device
4423
4524

46-
# Change Log
25+
# Recent Change Log
4726
<details open>
27+
<summary> v2.0.1</summary>
28+
29+
* Android 10 crash fixed [[#issue-1](https://github.com/Poko-Apps/Il2cppDumpDroidGUI/issues/1)]
30+
* Now resetting config automatically saved
31+
* Multiple permission window fixed in android 11 or up
32+
* App icon changed
33+
* Support for android 12L & 13
34+
* Overall stability and bug fixes
35+
</details>
36+
37+
<details>
4838
<summary> v2.0.0</summary>
4939

5040
* Major Update of GUI
@@ -59,28 +49,40 @@ This is [@Perfare's](https://github.com/Perfare/Il2CppDumper) Modified version o
5949
* optimised performance
6050
* Fixed Bugs
6151
</details>
52+
<br>
53+
<hr>
6254

63-
<details>
64-
<summary> v1.0</summary>
55+
For all change logs [[Click here]](ChangeLogs/ch-logs.md)
6556

66-
* Initial release
67-
* Supported Binary
68-
* ELF 32 /64
69-
</details>
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>
7062

7163

7264
# Notes
7365
* Protected Target's can't be dump by this dumper (same as [@Perfare's](https://github.com/Perfare/Il2CppDumper) one)
74-
* If you find any bug or problem then please kindly report it I'll try my best to resolve it.
66+
* If you find any bug or problem then please kindly report it with proper information, I'll try my best to resolve it.
7567
* In low-end devices it take a while to dump .
76-
* output files directory is under 'DumpDroid' folder
68+
* 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
81+
<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 aren't taking any responsibility for misuse of this app .
83+
</i></b>
7784
# Credits
7885
* [Il2CppDumper](https://github.com/Perfare/Il2CppDumper)
7986

80-
# Download
81-
>> Download : [Latest Release](https://github.com/Poko-Apps/Il2cppDumpDroidGUI/releases/tag/v2.0.0)
82-
>> Download : [Direct Link[apk]](https://github.com/Poko-Apps/Il2cppDumpDroidGUI/releases/download/v2.0.0/Il2CppDumperGUI_v2.0.0.apk)
83-
8487
# Communication
85-
* bisbaas89@gmail.com
8688
* [Discord](https://discord.gg/XxBYZztJdE)

Update.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version" : "2.0.0" ,
3-
"description" : "Major update of GUI" ,
4-
"url" : "https://github.com/Poko-Apps/Il2cppDumpDroidGUI/releases/download/v2.0.0/Il2CppDumperGUI_v2.0.0.apk"
2+
"version" : "2.0.1" ,
3+
"description" : "A10 and other bug fixes & stability" ,
4+
"url" : "https://github.com/Poko-Apps/Il2cppDumpDroidGUI/releases/download/v2.0.1/Il2CppDumperGUI_v2.0.1.apk"
55
}

0 commit comments

Comments
 (0)