degjeg / AndroidDexLoaderLinks
Android动态加载dex,apk文件
☆11Updated 10 years ago
Alternatives and similar repositories for AndroidDexLoader
Users that are interested in AndroidDexLoader are comparing it to the libraries listed below
Sorting:
- Android利用插件化进行程序扩展 : 1.apk做为插件的实现方式 2.dex作为插件的实现方式☆41Updated 6 years ago
- 一个给apk加壳的工程☆15Updated 9 years ago
- android通过ndk加解密和防apk反编译。☆17Updated 8 years ago
- (废弃)集成360加固,apk签名,美团walle打包工具实现自动化构建(由于美团签名不兼容P,请参考最新美团库)☆12Updated 7 years ago
- Extract the part of JavaHook in the Xposed. Usage: Inject one process to load libtest.so, then enter the Java world and hook the java fun…☆23Updated 9 years ago
- Android 下的增量更新☆37Updated 12 years ago
- ☆11Updated 5 years ago
- 多Dex分包异步加载方案Demo☆43Updated 9 years ago
- A service manager for android which like android.os.ServiceManager, but root is not necessary☆31Updated 9 years ago
- 基于Mina的android通信框架,通过封装实现RPC通信,功能仍在完善中。☆8Updated 10 years ago
- AndroidStudio NDK开发最佳入门实践☆25Updated 9 years ago
- A dex tool which ensures the specified class in the specified secondary dex☆8Updated 9 years ago
- 一个基于dynamic-load-apk框架实现的android应用动态加载示例。☆13Updated 10 years ago
- 通过精简Smali语法细节来增强反编译代码阅读性,自定义了一种简单语法☆73Updated 8 years ago
- multidex debug 构建提速☆12Updated 7 years ago
- 首先为什么要用C++写android程序呢?主要是因为java写的android程序太容易被发编译,相对于java编译后的dex文件,底层的native so更加不容易被反编译,所以为了安全起见,可以将一些程序的逻辑写到C++里面,下面我们就写一个activity,其中核心…☆40Updated 6 years ago
- Demo to show Android aapt overlay and gradle resource merge☆23Updated 9 years ago
- Android 通过JNI实现守护进程☆19Updated 8 years ago
- Android手机屏幕助手,用来替换NavigationBar虚拟导航按键。由于涉及到系统按键消息。 所以需要在源码环境下编译,需要系统签名,需要声明android:sharedUserId="android.uid.system"☆24Updated 7 years ago