Start working on dll proxying

This commit is contained in:
Dimitris Zervas
2023-05-25 17:48:18 +03:00
parent a5880b5bed
commit 4928bd9684
4 changed files with 97 additions and 5 deletions

View File

@@ -8,9 +8,17 @@ crate-type = ["cdylib"]
[[bin]]
name = "standalone"
path = "src/main.rs"
[dependencies]
frida = { version = "0.4.0", features = ["auto-download"] }
frida-sys = { version = "0.4.0", features = ["auto-download", "frida-build"] }
lazy_static = "1.4.0"
ctor = "0.2.0"
# [target.'cfg(unix)'.build-dependencies]
# [target.'cfg(windows)'.build-dependencies]
# pelite = "0.10.0"
[build-dependencies]
goblin = "0.6.1"