摘要: requestPermissions(new String[]{Manifest.permission.CAMERA}, 1); 阅读全文
posted @ 2019-07-11 17:09 sSimpleCoder 阅读(2704) 评论(0) 推荐(0) 编辑
摘要: 先将apk解压得到classes.dex cmd: D:\反编译工具\dex2jar>d2j-dex2jar classes.dexdex2jar classes.dex -> .\classes-dex2jar.jar 阅读全文
posted @ 2019-07-11 16:23 sSimpleCoder 阅读(195) 评论(0) 推荐(0) 编辑
摘要: 提取apk使用 adb shell dumpsys window | findstr mCurrentFocus adb shell pm path com.tartinestudio.pirate adb pull /data/app/com.tartinestudio.pirate-rHJGVN 阅读全文
posted @ 2019-07-11 15:39 sSimpleCoder 阅读(817) 评论(0) 推荐(0) 编辑