Skip to content

Commit ccf0399

Browse files
committed
Update README.md
1 parent 3f289c5 commit ccf0399

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ https://gh-proxy.com/https://raw.githubusercontent.com/bcmdy/JsHook-Script-Repo/
2020

2121
[添加仓库](jshook://store?url=https://gh-proxy.com/https://raw.githubusercontent.com/bcmdy/JsHook-Script-Repo/master/Store-new-cdn.json)
2222

23-
### 脚本说明
23+
## 脚本说明
2424

25-
## 模拟器转译机制
25+
### 模拟器转译机制
2626

2727
- **转译行为**:大部分模拟器(如 LDPlayer、NoxPlayer 等)会在 APK 不支持 x86/x64 架构时,自动从 APK 中的 ARM/ARM64 架构模块进行转译。
2828
- **加载方式**:转译后的模块不会按正常方式加载到进程内存,而是通过模拟器的特殊机制加载。
2929
- **Hook 失效**:由于加载方式的改变,针对 native 层函数的 Hook 可能会失效,这是正常现象。
3030

31-
## 解决建议
31+
### 解决建议
3232

3333
1. **检查 APK 架构**:确保 APK 包含 x86/x64 架构的模块,避免模拟器进行转译。
3434
2. **调整 Hook 逻辑**:如果必须使用转译模块,尝试使用基于函数名称或符号的 Hook 方法。

0 commit comments

Comments
 (0)