File tree Expand file tree Collapse file tree 1 file changed +12
-15
lines changed
Expand file tree Collapse file tree 1 file changed +12
-15
lines changed Original file line number Diff line number Diff line change 1- JsHook-Script-Repo
2-
3- JsHook脚本仓库
1+ ## JsHook脚本仓库 JsHook-Script-Repo
42
53- 仓库脚本仅供学习参考, 请勿用于非法用途
64
@@ -10,29 +8,28 @@ JsHook脚本仓库
108
119#### 新版仓库地址(V1.1.5+)
1210
13- - github(一般情况下需爬墙):
11+ - ** github(一般情况下需爬墙):**
1412
1513https://raw.githubusercontent.com/bcmdy/JsHook-Script-Repo/master/Store-new.json
1614
1715[ 添加仓库] ( jshook://store?url=https://raw.githubusercontent.com/bcmdy/JsHook-Script-Repo/master/Store-new.json )
1816
19- - CDN解析地址(一般情况下国内正常访问):
17+ - ** CDN解析地址(一般情况下国内正常访问):**
2018
2119https://gh-proxy.com/https://raw.githubusercontent.com/bcmdy/JsHook-Script-Repo/master/Store-new-cdn.json
2220
2321[ 添加仓库] ( jshook://store?url=https://gh-proxy.com/https://raw.githubusercontent.com/bcmdy/JsHook-Script-Repo/master/Store-new-cdn.json )
2422
25- #### 旧版仓库地址(V1.1.4-)
26-
27- - github(一般情况下需爬墙):
28-
29- https://raw.githubusercontent.com/bcmdy/JsHook-Script-Repo/master/Store.json
30-
31- [ 添加仓库] ( jshook://store?url=https://raw.githubusercontent.com/bcmdy/JsHook-Script-Repo/master/Store.json )
23+ ### 脚本说明
3224
33- - CDN解析地址(一般情况下国内正常访问):
25+ ## 模拟器转译机制
3426
35- https://gh-proxy.com/https://raw.githubusercontent.com/bcmdy/JsHook-Script-Repo/master/Store-cdn.json
27+ - ** 转译行为** :大部分模拟器(如 LDPlayer、NoxPlayer 等)会在 APK 不支持 x86/x64 架构时,自动从 APK 中的 ARM/ARM64 架构模块进行转译。
28+ - ** 加载方式** :转译后的模块不会按正常方式加载到进程内存,而是通过模拟器的特殊机制加载。
29+ - ** Hook 失效** :由于加载方式的改变,针对 native 层函数的 Hook 可能会失效,这是正常现象。
3630
37- [ 添加仓库 ] ( jshook://store?url=https://gh-proxy.com/https://raw.githubusercontent.com/bcmdy/JsHook-Script-Repo/master/Store-cdn.json )
31+ ## 解决建议
3832
33+ 1 . ** 检查 APK 架构** :确保 APK 包含 x86/x64 架构的模块,避免模拟器进行转译。
34+ 2 . ** 调整 Hook 逻辑** :如果必须使用转译模块,尝试使用基于函数名称或符号的 Hook 方法。
35+ 3 . ** 终极方案** :直接更换 Arm/Arm64 架构的PC设备(如 苹果的大部分设备、微软的Surface 等)。
You can’t perform that action at this time.
0 commit comments