Skip to content

Commit 4663f00

Browse files
committed
修订打包模板
1 parent 8a4a3c0 commit 4663f00

File tree

4 files changed

+185
-42
lines changed

4 files changed

+185
-42
lines changed

Cargo.lock

Lines changed: 156 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,14 @@ safetyhook = { path = "../../safetyhook-pure-rs" }
3636
cimgui = { path = "../../cimgui-linking-rs/cimgui" }
3737
# cimgui = { git = "https://github.com/eigeen/cimgui-rs.git" }
3838

39-
windows = { version = "0.58", features = [
39+
windows = { version = "0.59", features = [
4040
"Win32_System_SystemServices",
4141
"Win32_System_LibraryLoader",
4242
"Win32_UI_WindowsAndMessaging",
4343
"Win32_System_ProcessStatus",
4444
"Win32_System_Console",
4545
"Win32_System_Threading",
46+
"Win32_System_Memory"
4647
] }
4748
# frida-gum 动态Hook
4849
frida-gum = { version = "0.15", features = [

0 commit comments

Comments
 (0)