Skip to content

Commit f9df16a

Browse files
committed
update v2.0.0
1 parent f32f13c commit f9df16a

11 files changed

Lines changed: 764 additions & 14 deletions

File tree

IMG_20220428_143313.jpg

-147 KB
Binary file not shown.

IMG_20220428_152338.jpg

-274 KB
Binary file not shown.

Il2CppDumper/LICENCE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2016 Perfare
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

Images/config.jpg

259 KB
Loading

Images/done.jpg

250 KB
Loading

Images/error.jpg

79.9 KB
Loading

Images/home.jpg

121 KB
Loading

Images/input.jpg

212 KB
Loading

LICENSE

Lines changed: 674 additions & 0 deletions
Large diffs are not rendered by default.

README.md

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

4-
# Note
5-
Before Downloading the apk file , you should know
6-
1) this app may have one or multiple bugs , that i can't guarantee I'll fix in future 🙄
7-
2) maybe your device not compatible for this app
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
87

98
# Preview
10-
<img src="IMG_20220428_143313.jpg" width="300" height= "580"/>
11-
<img src="IMG_20220428_152338.jpg" width="300" height= "580"/>
9+
<details>
10+
<summary>ScreenShots</summary>
11+
<br>
12+
<img src="Images/home.jpg" width="300" height= "580"/>
13+
<img src="Images/config.jpg" width="300" height= "580"/>
14+
<img src="Images/done.jpg" width="300" height= "580"/>
15+
<img src="Images/input.jpg" width="300" height= "580"/>
16+
<br><br>
1217

13-
# Some Features
14-
1) You can choose what you need by clicking 'CONFIG' button
15-
2) You can add additional information like il2cpp Dump address by clicking 'EXTRA INFO' button
16-
3) Protected Target's can't be dump by this dumper (same as [@Perfare's](https://github.com/Perfare/Il2CppDumper) one)
18+
</details>
19+
20+
21+
# Supported Versions
22+
* Android 5 - Android 12
23+
* API Level 21 - API Level 31
24+
25+
# 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+
# Environment
34+
* Project shifted to Visual Studio 2022
35+
* Used Xamarin
36+
37+
38+
# Change Log
39+
<details open>
40+
<summary> v2.0.0</summary>
41+
42+
* Major Update of GUI
43+
* changed package name for better access
44+
* added support for all executable that original dumper supports
45+
* ELF 32 / 64
46+
* PE
47+
* MACH-O FAT / 32 / 64
48+
* NSO
49+
* WEB-ASSEMBLY
50+
* reduced overall size
51+
* optimised performance
52+
* Fixed Bugs
53+
</details>
54+
55+
<details>
56+
<summary> v1.0</summary>
57+
58+
* Initial release
59+
* Supported Binary
60+
* ELF 32 /64
61+
</details>
62+
63+
64+
# Notes
65+
* Protected Target's can't be dump by this dumper (same as [@Perfare's](https://github.com/Perfare/Il2CppDumper) one)
66+
* If you find any bug or problem then please kindly report it I'll try my best to resolve it.
67+
* In low-end devices it take a while to dump .
68+
* output files directory is under 'DumpDroid' folder
69+
# Credits
70+
* [Il2CppDumper](https://github.com/Perfare/Il2CppDumper)
1771

1872
# Download
19-
>> Download : [Latest Release](https://github.com/Poko-Apps/Il2cppDumpDroidGUI/releases/tag/il2cppDumper)
20-
>> Download : [Direct Link[apk]](https://github.com/Poko-Apps/Il2cppDumpDroidGUI/releases/download/il2cppDumper/Il2CppDumperGUI.v1.0.apk)
73+
>> Download : [Latest Release](https://github.com/Poko-Apps/Il2cppDumpDroidGUI/releases/tag/v2.0.0)
74+
>> Download : [Direct Link[apk]](https://github.com/Poko-Apps/Il2cppDumpDroidGUI/releases/download/v2.0.0/Il2CppDumperGUI_v2.0.0.apk)
2175
2276
# Communication
2377
* bisbaas89@gmail.com
78+
* [Discord](https://discord.gg/XxBYZztJdE)

0 commit comments

Comments
 (0)