CreditTone / hooker

🔥🔥hooker是一个基于frida实现的逆向工具包。为逆向开发人员提供统一化的脚本包管理方式、通杀脚本、自动化生成hook脚本、内存漫游探测activity和service、firda版JustTrustMe、disable ssl pinning
Apache License 2.0
3.65k stars 924 forks source link

Error: java.io.FileNotFoundException: /sdcard/Download/client_keystore__2021_11_09_xx_xx_xx_53.p12 (Permission denied) #47

Open cisisustring opened 2 years ago

cisisustring commented 2 years ago

涉及js:keystore_dump.js 设备:小米8屏幕指纹版 安卓版本:9 miui版本:miui10.2 dump出p12文件的时候一直报错说Permission denied,不知道需要给哪个东西权限?frida-server已经chmod 777了,已经给了APP读写手机存储权限. 有需要别的截图或者附件联系我,我一直在线

CreditTone commented 2 years ago

我设置的文件是这个,为什么你的路径是/sdcard/Download? let filePath = '/data/user/0/' + packageName + "/clientkeystore" + "_" + getNowTime() + '.p12';