
逆向工程
aithinker
空谈误国 实干兴邦
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
android逆向
参考文章 1,android逆向之旅 http://www.wjdiankong.cn/原创 2017-05-12 15:56:04 · 461 阅读 · 0 评论 -
AndroidKiller中smali打包错误解决
使用AndroidKiller打开一款app,修改代码后重新编译打包报错如下 当前 Apktool 使用版本:apktool_2.3.2 正在编译 APK,请稍等... >I: Using Apktool 2.3.2 >I: Smaling smali folder into classes.dex... >I: Building resources... >S: WARN...原创 2019-07-07 14:43:18 · 5175 阅读 · 0 评论 -
混淆还原的那些坑
##############1############### //混淆时按照顺序来的、变量混淆后依次为a、b、c、d public bs(String str, String str2, String str3, String str4) { this.a = str; this.b = str2; this.c = str3; ...原创 2019-07-25 22:18:36 · 2141 阅读 · 2 评论