Skip to content

Commit 41ac7d9

Browse files
authored
Merge pull request #54 from TongchengOpenSource/feature-addHook
Feature add hook
2 parents 0361629 + 97aab70 commit 41ac7d9

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

helper/custom.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -278,9 +278,9 @@ function getSystemData() {
278278
hook('android.provider.Settings$System', [
279279
{'methodName': 'getString', 'args': ['android_id'], 'action': action, 'messages': '获取安卓ID'}
280280
]);
281-
hook('android.provider.Settings$NameValueCache', [
282-
{'methodName': 'getStringForUser', 'action': action, 'messages': '获取安卓ID'},
283-
]);
281+
// hook('android.provider.Settings$NameValueCache', [
282+
// {'methodName': 'getStringForUser', 'action': action, 'messages': '获取安卓ID'},
283+
// ]);
284284

285285

286286
hook('android.os.Build', [

helper/default.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -268,9 +268,9 @@ function getSystemData() {
268268
hook('android.provider.Settings$System', [
269269
{'methodName': 'getString', 'args': ['android_id'], 'action': action, 'messages': '获取安卓ID'}
270270
]);
271-
hook('android.provider.Settings$NameValueCache', [
272-
{'methodName': 'getStringForUser', 'action': action, 'messages': '获取安卓ID'},
273-
]);
271+
// hook('android.provider.Settings$NameValueCache', [
272+
// {'methodName': 'getStringForUser', 'action': action, 'messages': '获取安卓ID'},
273+
// ]);
274274

275275

276276

view/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "app-scan",
3-
"version": "2.1.3",
3+
"version": "2.1.4",
44
"description": "自动化隐私检测工具",
55
"productName": "app-scan",
66
"author": "TongchengSecurityTeam <[email protected]>",

0 commit comments

Comments
 (0)