在 Windows 平台上增强 DLL 加载支持,添加 hook_dll 配置并更新相关调用逻辑

This commit is contained in:
2025-03-15 17:30:28 +08:00
parent 0d5c6ff8fa
commit 4c9f8588a8
4 changed files with 89 additions and 5 deletions

View File

@@ -10,4 +10,4 @@ subprocess = "0.2.9"
yaml-rust = "0.4.5"
[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3", features = ["errhandlingapi", "impl-default", "ioapiset", "jobapi2", "wincon", "winuser"] }
winapi = { version = "0.3", features = ["errhandlingapi", "impl-default", "ioapiset", "jobapi2", "memoryapi", "wincon", "winuser"] }