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
- Obfuscate the int index of R.id/R.string/R.layout… in the classes.dex of Android project☆61Updated 6 years ago
- Android Sync Binder☆32Updated 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插件☆61Updated 6 years ago
- 脱离Android模拟器,在Java程序中使用Android下的Canvas、Paint、Bitmap等Graphics类(提取自Android Studio)☆39Updated 5 years ago
- 通过精简Smali语法细节来增强反编译代码阅读性,自定义了一种简单语法☆74Updated 8 years ago
- Android方法调用跟踪 ; 方法耗时统计 ; 方法调用参数以及返回值跟踪 ; 方法调用替换;方法hook☆99Updated 4 years ago
- 解析oat的odex文件☆11Updated 8 years ago
- 适用于Android项目的IDEA插件,用来自动生成DexMaker代码,类似『ASM Bytecode Viewer』☆27Updated 3 years ago
- Bypassing java heap to operate images,will 100% avoid OOM (Maintenance stopped)绕过java heap操作图片,100%避开OOM