chore: update image sizing format
All checks were successful
部署文档 / build (push) Successful in 45s

due to deps update.
This commit is contained in:
2025-06-18 01:39:18 +08:00
parent e7d787d84e
commit 87ae91d0a1
7 changed files with 16 additions and 16 deletions

View File

@ -260,7 +260,7 @@ EXPORT_FUNC(funcname)
浓缩版就是,向`hook`的地址那里写入`jmp`无条件跳转指令。由于`jmp`指令码本身占 1B后面跟的虚拟地址总是占 4B故`size`至少得是 5。
那倘若要覆盖超过 5B 的机器代码呢?答案是多余部分用`nop`(空指令,什么也不做)填充。
![西瓜猫猫头](https://imgs.aixifan.com/content/2020_7_22/1.5954261313865685E9.gif =150x150)
![西瓜猫猫头 =150x150](https://imgs.aixifan.com/content/2020_7_22/1.5954261313865685E9.gif)
:::
### 注意事项