|
1 | | -# Il2cppDumpDroidGUI |
| 1 | +# Il2CppDumperGUI |
2 | 2 | This is [@Perfare's](https://github.com/Perfare/Il2CppDumper) Modified version of il2cppDumper (GUI) for Android |
3 | 3 |
|
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 |
8 | 7 |
|
9 | 8 | # 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> |
12 | 17 |
|
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) |
17 | 71 |
|
18 | 72 | # 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) |
21 | 75 |
|
22 | 76 | # Communication |
23 | 77 | * bisbaas89@gmail.com |
| 78 | + * [Discord](https://discord.gg/XxBYZztJdE) |
0 commit comments