We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f289c5 commit ccf0399Copy full SHA for ccf0399
README.md
@@ -20,15 +20,15 @@ https://gh-proxy.com/https://raw.githubusercontent.com/bcmdy/JsHook-Script-Repo/
20
21
[添加仓库](jshook://store?url=https://gh-proxy.com/https://raw.githubusercontent.com/bcmdy/JsHook-Script-Repo/master/Store-new-cdn.json)
22
23
-### 脚本说明
+## 脚本说明
24
25
-## 模拟器转译机制
+### 模拟器转译机制
26
27
- **转译行为**:大部分模拟器(如 LDPlayer、NoxPlayer 等)会在 APK 不支持 x86/x64 架构时,自动从 APK 中的 ARM/ARM64 架构模块进行转译。
28
- **加载方式**:转译后的模块不会按正常方式加载到进程内存,而是通过模拟器的特殊机制加载。
29
- **Hook 失效**:由于加载方式的改变,针对 native 层函数的 Hook 可能会失效,这是正常现象。
30
31
-## 解决建议
+### 解决建议
32
33
1. **检查 APK 架构**:确保 APK 包含 x86/x64 架构的模块,避免模拟器进行转译。
34
2. **调整 Hook 逻辑**:如果必须使用转译模块,尝试使用基于函数名称或符号的 Hook 方法。
0 commit comments