diff --git a/README.md b/README.md index a10066b..9f4a5bf 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,9 @@ AppScan 这款隐私合规检测工具, 它是一款基于动态分析, 可以 ## 关于暂时停止发布MacOs官方安装包的公告 https://github.com/TongchengOpenSource/AppScan/discussions/51 +## [重要] appScan运行需要清空手机 /data/local/tmp/ 下所有文件 +因运行需要, 目前appScan在初始化过程中需要清空手机目录 /data/local/tmp/ 下的所有文件, 如您有重要文件在此目录下, 请先自行备份, 防止丢失, 感谢理解 + ## 安装指南 ⬇️[下载地址](https://github.com/tongcheng-security-team/AppScan/releases) @@ -39,10 +42,9 @@ https://github.com/TongchengOpenSource/AppScan/discussions/51 - app: 64位/未加固(有时候引入的第三方sdk也会自带一些反检测功能) ## 模拟器 -根据 https://github.com/TongchengOpenSource/AppScan/discussions/29 的投票结果, 我们对MuMu和雷神进行了适配工作 -目前模拟器支持未完全上线, 用户可在 release 中下载pre版本进行测试 +根据 https://github.com/TongchengOpenSource/AppScan/discussions/29 的投票结果, 我们对MuMu和雷电进行了适配工作调研 目前支持的模拟器 -- 雷神模拟器9(需要在 设置-其他设置 中开启root权限, 设置ADB调试为'开启本地连接') +- 雷电模拟器9(需要在 设置-其他设置 中开启root权限, 设置ADB调试为'开启本地连接') 目前暂不支持的模拟器 - MuMu模拟器12(通过remote adb链接, 功能正在开发中) diff --git a/change-demo.md b/change-demo.md index b2c5bc5..7387c7b 100644 --- a/change-demo.md +++ b/change-demo.md @@ -1,3 +1,4 @@ +> release版本更新说明包括以往的pre版本更新日志 ## 🆕新功能 - XXXXXX - XXXXXX @@ -6,4 +7,4 @@ - XXXXXX ## 🐛修复 - XXXXXX -- XXXXXX \ No newline at end of file +- XXXXXX diff --git a/helper/README.md b/helper/README.md index 281adc7..f8c1781 100644 --- a/helper/README.md +++ b/helper/README.md @@ -14,7 +14,7 @@ > -RC34.0.5 +35.0.2 # powered by diff --git a/helper/custom.js b/helper/custom.js index 480476b..2dc934f 100644 --- a/helper/custom.js +++ b/helper/custom.js @@ -431,7 +431,7 @@ function getGSP() { {'methodName': 'getProvider', 'action': action, 'messages': action}, {'methodName': 'getSpeed', 'action': action, 'messages': action}, {'methodName': 'getSpeedAccuracyMetersPerSecond', 'action': action, 'messages': action}, - {'methodName': 'getTime', 'action': action, 'messages': action}, + // {'methodName': 'getTime', 'action': action, 'messages': action}, {'methodName': 'getVerticalAccuracyMeters', 'action': action, 'messages': action}, ]); diff --git a/helper/default.js b/helper/default.js index 765bf72..1d4eebb 100644 --- a/helper/default.js +++ b/helper/default.js @@ -421,7 +421,7 @@ function getGSP() { {'methodName': 'getProvider', 'action': action, 'messages': action}, {'methodName': 'getSpeed', 'action': action, 'messages': action}, {'methodName': 'getSpeedAccuracyMetersPerSecond', 'action': action, 'messages': action}, - {'methodName': 'getTime', 'action': action, 'messages': action}, + // {'methodName': 'getTime', 'action': action, 'messages': action}, {'methodName': 'getVerticalAccuracyMeters', 'action': action, 'messages': action}, ]); diff --git a/helper/sdk.js b/helper/sdk.js index 14c8d81..be79a64 100644 --- a/helper/sdk.js +++ b/helper/sdk.js @@ -408,7 +408,7 @@ function getGSP() { {'methodName': 'getProvider', 'action': action, 'messages': action}, {'methodName': 'getSpeed', 'action': action, 'messages': action}, {'methodName': 'getSpeedAccuracyMetersPerSecond', 'action': action, 'messages': action}, - {'methodName': 'getTime', 'action': action, 'messages': action}, + // {'methodName': 'getTime', 'action': action, 'messages': action}, {'methodName': 'getVerticalAccuracyMeters', 'action': action, 'messages': action}, ]); diff --git a/helper/static/darwin/adb b/helper/static/darwin/adb index a826255..9a617f3 100644 Binary files a/helper/static/darwin/adb and b/helper/static/darwin/adb differ diff --git a/helper/static/windows/AdbWinApi.dll b/helper/static/windows/AdbWinApi.dll index f99563a..c8614a9 100644 Binary files a/helper/static/windows/AdbWinApi.dll and b/helper/static/windows/AdbWinApi.dll differ diff --git a/helper/static/windows/AdbWinUsbApi.dll b/helper/static/windows/AdbWinUsbApi.dll index 2fffaea..1e5a8d4 100644 Binary files a/helper/static/windows/AdbWinUsbApi.dll and b/helper/static/windows/AdbWinUsbApi.dll differ diff --git a/helper/static/windows/adb.exe b/helper/static/windows/adb.exe index b0e26e1..2cc6890 100644 Binary files a/helper/static/windows/adb.exe and b/helper/static/windows/adb.exe differ diff --git a/view/package.json b/view/package.json index e207a80..ccb4992 100644 --- a/view/package.json +++ b/view/package.json @@ -1,6 +1,6 @@ { "name": "app-scan", - "version": "2.1.4", + "version": "2.1.5", "description": "自动化隐私检测工具", "productName": "app-scan", "author": "TongchengSecurityTeam ", diff --git a/view/src/pages/detection/page/Step.vue b/view/src/pages/detection/page/Step.vue index bcef73e..1d2b865 100644 --- a/view/src/pages/detection/page/Step.vue +++ b/view/src/pages/detection/page/Step.vue @@ -167,7 +167,7 @@ async function makeData(id) { if (data.mark[list[index].page]) { data.mark[list[index].page].push(list[index]); } else { - data.mark[list[index].page] = []; + data.mark[list[index].page] = [list[index]]; } } }