hackoooo / ApkDebugConnectionLinks
一条命令搞定本地端口映射到设备中某个运行的apk的jdwp对应的端口。
☆30Updated 7 years ago
Alternatives and similar repositories for ApkDebugConnection
Users that are interested in ApkDebugConnection are comparing it to the libraries listed below
Sorting:
- 解析Android中的arsc文件格式☆83Updated 8 years ago
- 通过Xposed框架hook android的敏感函数,具体参考https://github.com/halfkiss/ZjDroid, 并添加了相应的函数☆73Updated 6 years ago
- VirtualApp的技术文档和各个技术点拆解demo☆174Updated 9 years ago
- Cydia Substrate demo, hook getExternalStorageState, always return MOUNTED status.☆143Updated 11 years ago
- 基于YAHFA和dexposed 结合的hook框架 支持4.0-7.0☆88Updated 8 years ago
- xposed的hook案例☆24Updated 9 years ago
- Android中增量更新工具☆46Updated 8 years ago
- Android APK 加壳保护☆167Updated 8 years ago
- Lua 5.3.3 and LuaJava ported to Android example☆116Updated 8 years ago
- A library for check whether your app run in a virtual project.☆84Updated 7 years ago
- Native IO Redirect implementation for Android.☆75Updated 9 years ago
- Android 下的增量更新☆38Updated 12 years ago
- 任意位置下获取应用context☆32Updated 9 years ago
- AndroidUltimateEncrypt AndroidJNI Encrypt ,运用JNI读取公钥、包名、设备号,然后把结果进行自定义加密,得到一个密码,可以将该密码作为AES的密钥。☆208Updated 8 years ago
- Android plugin framework☆23Updated 10 years ago
- 使用360加固应用并重签名☆20Updated 9 years ago
- ☆69Updated 9 years ago
- 从 fb 的 profilo 项目里提取出来的hook 库,自己用☆126Updated 5 years ago
- 破解Android版微信qq数据库☆64Updated 7 years ago
- 通过精简Smali语法细节来增强反编译代码阅读性,自定义了一种简单语法☆73Updated 8 years ago
- Android Studio+LLDB调试内核Binder☆134Updated 9 years ago
- make dex patch based on the structure of dex file☆72Updated 9 years ago
- Android apk包res 资源混淆工具☆96Updated 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…☆25Updated 10 years ago
- Native IO Redirect implementation for Android.☆27Updated 9 years ago
- ☆25Updated 9 years ago
- Android安全实践☆164Updated 8 years ago
- 从oat文件中dump出来dex的工具☆140Updated 9 years ago
- 美团热修复框架实现原理案例☆121Updated 8 years ago
- 首先为什么要用C++写android程序呢?主要是因为java写的android程序太容易被发编译,相对于java编译后的dex文件,底层的native so更加不容易被反编译,所以为了安全起见,可以将一些程序的逻辑写到C++里面,下面我们就写一个activity,其中核心…☆40Updated 7 years ago