degjeg / AndroidDexLoaderLinks
Android动态加载dex,apk文件
☆12Updated 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通过ndk加解密和防apk反编译。☆18Updated 8 years ago
- (废弃)集成360加固,apk签名,美团walle打包工具实现自动化构建(由于美团签名不兼容P,请参考最新美团库)☆12Updated 7 years ago
- Android JNI接口混淆方案☆30Updated 6 years ago
- 利用动态加载技术实现APK加壳(分别使用Java和JNI的方式实现加壳)☆16Updated 7 years ago
- 一个给apk加壳的工程☆15Updated 10 years ago
- Apk 加固源码示例☆33Updated 8 years ago
- AndroidStudio NDK开发最佳入门实践☆25Updated 9 years ago
- 通过加载其他应用的 .dex 文件破解关键数据。☆24Updated 8 years ago
- 360的Xposed Hook框架, 支持Android P☆15Updated 7 years ago
- 任意位置下获取应用context☆32Updated 9 years ago
- 查看dex中class, field, method内部与外部依赖☆27Updated 6 years ago
- curl 移植到andorid ,支持https和http2.0☆16Updated 8 years ago
- ndk双进程守护,包括C++的详细说明☆14Updated 7 years ago
- ☆11Updated 6 years ago
- Android 下的增量更新☆38Updated 12 years ago
- Bypassing java heap to operate images,will 100% avoid OOM (Maintenance stopped)绕过java heap操作图片,100%避开OOM☆42Updated 2 years ago
- 首先为什么要用C++写android程序呢?主要是因为java写的android程序太容易被发编译,相对于java编译后的dex文件,底层的native so更加不容易被反编译,所以为了安全起见,可以将一些程序的逻辑写到C++里面,下面我们就写一个activity,其中核心…☆40Updated 7 years ago
- 通过JNI实现验证App签名获取公钥☆89Updated 8 years ago
- 基于mapping.txt文件,根据原始class名或方法名获取混淆后的class名或方法名,根据混淆后的class名或方法名获取原始class名或方法名,堆栈还原等☆51Updated 6 years ago
- 通过精简Smali语法细节来增强反编译代码阅读性,自定义了一种简单语法☆74Updated 8 years ago
- Android利用插件化进行程序扩展 : 1.apk做为插件的实现方式 2.dex作为插件的实现方式☆42Updated 6 years ago
- A service manager for android which like android.os.ServiceManager, but root is not necessary☆32Updated 9 years ago
- Android 通过JNI实现守护进程☆19Updated 8 years ago
- xposed的hook案例☆24Updated 9 years ago
- ndk进行简单的签名校验,密钥保护demo,android应用签名校验☆29Updated 7 years ago
- Android apk包res 资源混淆工具☆96Updated 8 years ago
- 乐视TV Android客户端源代码☆47Updated 8 years ago
- Mars is a cross-platform network component developed by WeChat.(添加注释分析)☆16Updated 8 years ago
- 混淆助手☆20Updated 8 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…☆26Updated 10 years ago