lizhangqu / retraceLinks
基于mapping.txt文件,根据原始class名或方法名获取混淆后的class名或方法名,根据混淆后的class名或方法名获取原始class名或方法名,堆栈还原等
☆51Updated 6 years ago
Alternatives and similar repositories for retrace
Users that are interested in retrace are comparing it to the libraries listed below
Sorting:
- android 私有api调用检测☆58Updated 6 years ago
- 查看dex中class, field, method内部与外部依赖☆27Updated 6 years ago
- Android Sync Binder☆32Updated 5 years ago
- Obfuscate the int index of R.id/R.string/R.layout… in the classes.dex of Android project☆62Updated 5 years ago
- Android JNI接口混淆方案☆30Updated 6 years ago
- Xposed版UETool插件☆42Updated 5 years ago
- 增强型apk analyzer,支持ap_, ap, aar, aab, jar, so, awb, aab, apks等zip文件使用apk analyzer打开, android studio插件☆62Updated 5 years ago
- 脱离Android模拟器,在Java程序中使用Android下的Canvas、Paint、Bitmap等Graphics类(提取自Android Studio)☆39Updated 5 years ago
- maven发布插件和bintray发布插件☆17Updated 5 years ago
- 通过精简Smali语法细节来增强反编译代码阅读性,自定义了一种简单语法☆73Updated 8 years ago
- Android方法调用跟踪 ; 方法耗时统计 ; 方法调用参数以及返回值跟踪 ; 方法调用替换;方法hook☆99Updated 4 years ago
- Bypassing java heap to operate images,will 100% avoid OOM (Maintenance stopped)绕过java heap操作图片,100%避开OOM☆42Updated 2 years ago
- Library and standalone CLI tool for apk/dex merging, repackaging and signing. Can also get used as a dex analyzer framework.☆49Updated 5 years ago
- 允许自启动与电量设置跳转☆80Updated 3 years ago
- ⚽️ ASM 的简单案例使用☆32Updated 4 years ago
- 适用于Android项目的IDEA插件,用来自动生成DexMaker代码,类似『ASM Bytecode Viewer』☆26Updated 3 years ago
- 解析oat的odex文件☆11Updated 7 years ago
- Android 编译期方法扫描、替换的插件工具。An Android plugin, which can scan method & proxy it in compile time.