摘要: requestPermissions(new String[]{Manifest.permission.CAMERA}, 1); 阅读全文
posted @ 2019-07-11 17:09 sSimpleCoder 阅读(2703) 评论(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 阅读(808) 评论(0) 推荐(0) 编辑
摘要: a) 若电脑安装了AndroidSDK则不需要再次下载(位置:androidSDK\platform-tools\adb.exe) b) 从百度或下面链接下载(https://pan.baidu.com/s/1zviygmQclS_sA39_4p02Ug,rg15) a) 按Win+R打开运行窗口, 阅读全文
posted @ 2018-12-05 14:50 sSimpleCoder 阅读(786) 评论(0) 推荐(0) 编辑
摘要: 最简单的案例代码,备后需使用 using System.Collections;using System.Collections.Generic;using System.Xml;using UnityEngine;using System.Reflection;using System.IO;us 阅读全文
posted @ 2018-01-29 11:10 sSimpleCoder 阅读(322) 评论(0) 推荐(0) 编辑