有办法检查尝试写入sdcard数据的行为吗? 小米应用市场会检查这块,目前最新版的好像无法检测到这里
LiuXinzhi94 opened this issue · 5 comments
LiuXinzhi94 commented
有办法检查尝试写入sdcard数据的行为吗? 小米应用市场会检查这块,目前最新版的好像无法检测到这里
zhengjim commented
hook('java.io.FileOutputStream', [
{'methodName': '$init', 'action': action, 'messages': 'FileOutputStream写文件'}
]);
hook('java.io.FileInputStream', [
{'methodName': '$init', 'action': action, 'messages': 'FileInputStream读文件'}
]);
zhengjim commented
可以自行添加上面的,就是会有太多结果了。所以没加进去
LiuXinzhi94 commented
function customHook() {
var action = '用户自定义hook';
hook('java.io.File', [
{'methodName': 'mkdirs', 'action': action, 'messages': '尝试写入sdcard创建小米市场审核可能不通过'},
{'methodName': 'mkdir', 'action': action, 'messages': '尝试写入sdcard创建小米市场审核可能不通过'}
//{'methodName': 'createNewFile', 'action': action, 'messages': '尝试写入sdcard创建'}
]);
感谢回答,目前我是这样解决的 ,和小米市场监控的方法一样
zhengjim commented
👍🏻,那我加进工具,可以吧?
LiuXinzhi94 commented
可以的
心丶智
***@***.***
…------------------ 原始邮件 ------------------
发件人: ***@***.***>;
发送时间: 2022年11月3日(星期四) 中午11:43
收件人: ***@***.***>;
抄送: ***@***.***>; ***@***.***>;
主题: Re: [zhengjim/camille] 有办法检查尝试写入sdcard数据的行为吗? 小米应用市场会检查这块,目前最新版的好像无法检测到这里 (Issue #30)
👍🏻,那我加进工具,可以吧?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>