You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Hooking Libraries and Templates](https://github.com/jbro129/android-modding#hooking-libraries-and-templates)
16
17
-[Modding Projects and Tutorials](https://github.com/jbro129/android-modding#modding-projects-and-tutorials)
@@ -137,6 +138,53 @@ A collection of github repositories related to android modding.
137
138
[dexdump](https://github.com/smartdone/dexdump) by smartdone : Xposed plug-in for quick release of the first generation shell.
138
139
139
140
141
+
# Packing and Protection
142
+
143
+
[Obfuscapk](https://github.com/ClaudiuGeorgiu/Obfuscapk) by ClaudiuGeorgiu : An automatic obfuscation tool for Android apps.
144
+
145
+
[ApkEncryptor](https://github.com/espmihacker/ApkEncryptor) by espmihacker : A android app for encrypting apk.
146
+
147
+
[AndResGuard](https://github.com/shwenzhang/AndResGuard) by shwenzhang : Proguard resource for Android by wechat team.
148
+
149
+
[AabResGuard](https://github.com/bytedance/AabResGuard) by bytedance : Android app bundle resource obfuscation tool.
150
+
151
+
[ApkToolPlus](https://github.com/linchaolong/ApkToolPlus) by linchaolong : An apk reverse analysis tool (a apk analysis tools).
152
+
153
+
[dexknife-wj](https://github.com/godlikewangjun/dexknife-wj) by godlikewangjun : APK reinforcement plug-in with signature verification, dex encryption, resource obfuscation.
154
+
155
+
[anti_Android](https://github.com/TUGOhost/anti_Android) by TUGOhost : Protect Android App anti any attacks and environments.
156
+
157
+
[AntiDebugandMemoryDump](https://github.com/darvincisec/AntiDebugandMemoryDump) by darvincisec : Anti-Debug and Anti-Memory Dump for Android.
158
+
159
+
[DetectFrida](https://github.com/darvincisec/DetectFrida) by darvincisec : Detect Frida for Android.
160
+
161
+
[Oo0Proguard](https://github.com/L-JINBIN/Oo0Proguard) by L-JINBIN : Modified version of Proguard, the obfuscated class name is Oo0 combination.
162
+
163
+
[KiwiApkProtect](https://github.com/iKiwiSec/KiwiApkProtect) by iKiwiSec : encryption for mobile android applications.
164
+
165
+
[Bangcle](https://github.com/woxihuannisja/Bangcle) by woxihuannisja : The second generation Android Hardening Protection.
166
+
167
+
[StormJiagu](https://github.com/codingsf/StormJiagu) by codingsf : Android Dex Protector.
168
+
169
+
[BlackObfuscator](https://github.com/CodingGay/BlackObfuscator) by CodingGay : An obfuscator for Android APK DexFile.
170
+
171
+
[BlackObfuscator-ASPlugin](https://github.com/CodingGay/BlackObfuscator-ASPlugin) by CodingGay : This project is an Android Studio plugin version of BlackObfuscator, it supports obfuscating code automatically.
172
+
173
+
[skidfuscator-java-obfuscator](https://github.com/terminalsin/skidfuscator-java-obfuscator) by terminalsin : Public proof-of-concept obfuscator using the MapleIR framework designed by cts & bibl.
174
+
175
+
[yGuard](https://github.com/yWorks/yGuard) by yWorks : The open-source Java obfuscation tool working with Ant and Gradle.
176
+
177
+
[paranoid](https://github.com/MichaelRocks/paranoid) by MichaelRocks : String obfuscator for Android applications.
[Obfuscate](https://github.com/adamyaxley/Obfuscate) by adamyaxley : Guaranteed compile-time string literal obfuscation header-only library for C++14.
182
+
183
+
[cpp11-compile-time-string-obfuscation](https://github.com/Rednick16/cpp11-compile-time-string-obfuscation) by Rednick16 : a mini project to obfuscate strings/hex and const char strings/objective c strings.
184
+
185
+
[nmmp](https://github.com/maoabc/nmmp) by maoabc : dex-vm used to protect the android classes.dex file.
186
+
187
+
140
188
# C++ Libraries
141
189
142
190
@@ -424,10 +472,6 @@ A collection of github repositories related to android modding.
424
472
425
473
[Android-Mem-Edit](https://github.com/mrcang09/Android-Mem-Edit) by mrcang09 : Android memory plug-in, a memory modification tool for application processes.
426
474
427
-
[Obfuscapk](https://github.com/ClaudiuGeorgiu/Obfuscapk) by ClaudiuGeorgiu : An automatic obfuscation tool for Android apps.
428
-
429
-
[KiwiApkProtect](https://github.com/iKiwiSec/KiwiApkProtect) by iKiwiSec : encryption for mobile android applications.
430
-
431
475
[DLGMemor](https://github.com/DeviLeo/DLGMemor) by DeviLeo : A memory editor and viewer for iOS (Jailed or not Jailed).
432
476
433
477
[AssetStudio](https://github.com/Perfare/AssetStudio) by Perfare : A tool for exploring, extracting and exporting assets and assetbundles.
@@ -484,10 +528,6 @@ A collection of github repositories related to android modding.
484
528
485
529
[tinker](https://github.com/Tencent/tinker) by Tencent : A hot-fix solution library for Android, it supports dex, library and resources update without reinstall apk.
486
530
487
-
[AndResGuard](https://github.com/shwenzhang/AndResGuard) by shwenzhang : Proguard resource for Android by wechat team.
488
-
489
-
[ApkToolPlus](https://github.com/linchaolong/ApkToolPlus) by linchaolong : An apk reverse analysis tool (a apk analysis tools).
490
-
491
531
[AutoAPKTool](https://github.com/TheArmKing/AutoAPKTool) by TheArmKing : A bash based script that helps you decompile, recompile, signs apks.
492
532
493
533
[AutoSmali](https://github.com/TheArmKing/AutoSmali) by TheArmKing : A simple script that automatically adds your smali popup code for your APK Mods.
@@ -520,8 +560,6 @@ A collection of github repositories related to android modding.
520
560
521
561
[intellij-java2smali](https://github.com/ollide/intellij-java2smali) by ollide : A plugin for IntelliJ IDEA & Android Studio to easily compile Java & Kotlin files to smali.
522
562
523
-
[ApkEncryptor](https://github.com/espmihacker/ApkEncryptor) by espmihacker : A android app for encrypting apk.
524
-
525
563
[XAPKDetector](https://github.com/horsicq/XAPKDetector) by horsicq : APK/DEX detector for Windows, Linux and MacOS.
526
564
527
565
[CppDLL](https://github.com/Rprop/CppDLL) by Rprop : A small tool that will help you generate Cpp Header(.h) and Import Library(.lib) from Dynamic Link Library(.dll).
@@ -696,8 +734,6 @@ A collection of github repositories related to android modding.
696
734
697
735
[apkeep](https://github.com/EFForg/apkeep) by EFForg : A command-line tool for downloading APK files from various sources.
698
736
699
-
[cpp11-compile-time-string-obfuscation](https://github.com/Rednick16/cpp11-compile-time-string-obfuscation) by Rednick16 : a mini project to obfuscate strings/hex and const char strings/objective c strings.
700
-
701
737
[MobileApp-Pentest-Cheatsheet](https://github.com/tanprathan/MobileApp-Pentest-Cheatsheet) by tanprathan : The Mobile App Pentest cheat sheet was created to provide concise collection of high value information on specific mobile application penetration testing topics.
702
738
703
739
[GGInjector](https://github.com/saiaapiz14/GGInjector) by saiaapiz14 : Inject shared library by using GameGuardian.
0 commit comments