Skip to content

Commit

Permalink
Migrate to patternsleuth image scanning
Browse files Browse the repository at this point in the history
  • Loading branch information
trumank committed Nov 2, 2023
1 parent 1384951 commit c01adb6
Show file tree
Hide file tree
Showing 3 changed files with 203 additions and 72 deletions.
139 changes: 134 additions & 5 deletions Cargo.lock

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

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

[dependencies]
anyhow = "1.0.72"
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.48.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 c01adb6

Please sign in to comment.