From f40d009ab0fdfc0e31adb17956e7466074a70545 Mon Sep 17 00:00:00 2001 From: ChnMig Date: Sat, 16 Dec 2023 18:04:54 +0800 Subject: [PATCH 1/2] =?UTF-8?q?fix(js):=20=F0=9F=90=9B=20=E5=8E=BB?= =?UTF-8?q?=E9=99=A4=E5=AE=89=E5=8D=93ID=E7=9A=84=E9=94=99=E8=AF=AFhook?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- helper/custom.js | 6 +++--- helper/default.js | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/helper/custom.js b/helper/custom.js index 73d84e7..480476b 100644 --- a/helper/custom.js +++ b/helper/custom.js @@ -278,9 +278,9 @@ function getSystemData() { hook('android.provider.Settings$System', [ {'methodName': 'getString', 'args': ['android_id'], 'action': action, 'messages': '获取安卓ID'} ]); - hook('android.provider.Settings$NameValueCache', [ - {'methodName': 'getStringForUser', 'action': action, 'messages': '获取安卓ID'}, - ]); + // hook('android.provider.Settings$NameValueCache', [ + // {'methodName': 'getStringForUser', 'action': action, 'messages': '获取安卓ID'}, + // ]); hook('android.os.Build', [ diff --git a/helper/default.js b/helper/default.js index 936a7bf..765bf72 100644 --- a/helper/default.js +++ b/helper/default.js @@ -268,9 +268,9 @@ function getSystemData() { hook('android.provider.Settings$System', [ {'methodName': 'getString', 'args': ['android_id'], 'action': action, 'messages': '获取安卓ID'} ]); - hook('android.provider.Settings$NameValueCache', [ - {'methodName': 'getStringForUser', 'action': action, 'messages': '获取安卓ID'}, - ]); + // hook('android.provider.Settings$NameValueCache', [ + // {'methodName': 'getStringForUser', 'action': action, 'messages': '获取安卓ID'}, + // ]); From 97aab706e093c61f5bacb1769efb87849994c721 Mon Sep 17 00:00:00 2001 From: ChnMig Date: Sat, 16 Dec 2023 18:12:15 +0800 Subject: [PATCH 2/2] =?UTF-8?q?ci:=20=F0=9F=94=96=202.1.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/package.json b/view/package.json index 86072df..e207a80 100644 --- a/view/package.json +++ b/view/package.json @@ -1,6 +1,6 @@ { "name": "app-scan", - "version": "2.1.3", + "version": "2.1.4", "description": "自动化隐私检测工具", "productName": "app-scan", "author": "TongchengSecurityTeam ",