Skip to content

Commit

Permalink
Migrate to patternsleuth resolvers
Browse files Browse the repository at this point in the history
  • Loading branch information
trumank committed Dec 16, 2023
1 parent 1496b7b commit 952233b
Show file tree
Hide file tree
Showing 3 changed files with 326 additions and 147 deletions.
158 changes: 153 additions & 5 deletions Cargo.lock

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

5 changes: 1 addition & 4 deletions hook/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,12 @@ crate-type = ["cdylib"]

[dependencies]
anyhow = "1.0.75"
patternsleuth_scanner = { git = "https://github.com/trumank/patternsleuth", version = "0.1.0" }
patternsleuth = { git = "https://github.com/trumank/patternsleuth", features = ["process-internal"] }
retour = { version = "0.3.1", features = ["static-detour"] }
windows = { version = "0.52.0", features = [
"Win32_Foundation",
"Win32_System_SystemServices",
"Win32_UI_WindowsAndMessaging",
"Win32_System_LibraryLoader",
"Win32_System_Memory",
"Win32_System_Threading",
"Win32_Security",
"Win32_System_ProcessStatus",
] }
Loading

0 comments on commit 952233b

Please sign in to comment.