Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
fdx-xdf committed May 20, 2024
1 parent a709016 commit 4e97c56
Show file tree
Hide file tree
Showing 3 changed files with 491 additions and 0 deletions.
199 changes: 199 additions & 0 deletions Rust_Template/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 29 additions & 0 deletions Rust_Template/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
[package]
name = "Unhook"
version = "0.1.0"
edition = "2021"

[profile.release]
lto = true



[dependencies]
libaes = "0.7.0"
uuid = "1.8.0"
[dependencies.winapi]
version = "0.3.9"
features = ["minwindef", "ntdef", "winnt", "winbase", "winnls"]
[dependencies.windows]
version = "0.56.0"
features = [
"Win32_Foundation",
"Win32_UI_WindowsAndMessaging",
"Win32_System_LibraryLoader",
"Win32_System_Memory",
"Win32_System_SystemServices",
]




Loading

0 comments on commit 4e97c56

Please sign in to comment.