pangliang / android-hook-demo
dexposed原理学习
☆9Updated 9 years ago
Alternatives and similar repositories for android-hook-demo:
Users that are interested in android-hook-demo are comparing it to the libraries listed below
- 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
- 通过精简Smali语法细节来增强反编译代码阅读性,自定义了一种简单语法☆73Updated 8 years ago
- 一个给apk加壳的工程☆15Updated 9 years ago
- A dex tool which ensures the specified class in the specified secondary dex☆8Updated 9 years ago
- 这是一个演示使用DexClassLoader加载apk中的class的例子☆17Updated 8 years ago
- AndroidStudio NDK开 发最佳入门实践☆25Updated 8 years ago
- Build android‘s layout drawable to jar, 构建Android布局、图片资源到jar包中,适用于用来封装带界面的jar包SDK☆24Updated 9 years ago
- 多Dex分包异步加载方案Demo☆42Updated 9 years ago
- A service manager for android which like android.os.ServiceManager, but root is not necessary☆31Updated 9 years ago
- xposed的hook案例☆24Updated 8 years ago
- 美团Robust框架自动 插入代码工具☆23Updated 8 years ago
- BSPatch Java implement with android (based on bspatch by Joe Desbonnet, joe@galway.net (JBPatch))☆10Updated 8 years ago
- Apk parser lib with java☆39Updated 7 years ago
- ☆11Updated 5 years ago
- 将zip文件以文件粒度快速拆分成多个zip文件☆26Updated 8 years ago
- Android利用插件化进行程序扩展 : 1.apk做为插件的实现方式 2.dex作为插件的实现方式☆41Updated 6 years ago
- Android 下的增量更新☆37Updated 11 years ago
- android view demos☆25Updated 7 years ago
- Native IO Redirect implementation for Android.☆27Updated 9 years ago
- easy to hook onClick event.☆22Updated 8 years ago
- Android动态加载dex,apk文件☆11Updated 10 years ago
- Android plugin framework☆23Updated 10 years ago
- (废弃)集 成360加固,apk签名,美团walle打包工具实现自动化构建(由于美团签名不兼容P,请参考最新美团库)☆12Updated 7 years ago
- 首先为什么要用C++写android程序呢?主要是因为java写的android程序太容易被发编译,相对于java编译后的dex文件,底层的native so更加不容易被反编译,所以为了安全起见,可以将一些程序的逻辑写到C++里面,下面我们就写一个activity,其中核心…☆41Updated 6 years ago
- Decompile the APK files to Android project with only one step.☆17Updated 11 years ago
- android-7.0.0_r1 source code mirror, ISO package http://pan.baidu.com/s/1kT7hgAr☆43Updated 5 years ago
- 带中文注释的Android 4.2.2 Google Launcher2,写了一半己荒废……☆33Updated 10 years ago
- android通过ndk加解密和防apk反编译。☆17Updated 7 years ago
- ☆11Updated 7 years ago
- BitmapLoader是根据Android开发文档中介绍如何高效地展示图片的课程中看到的源码例子bitmapfun修改而来, 详情访问:http://developer.android.com/training/displaying-bitmaps/index.html …☆15Updated 9 years ago