Make the injector work on windows - dll proxying still behaving weird

This commit is contained in:
Dimitris Zervas
2023-05-27 16:38:27 +03:00
parent 5902d9bf40
commit d65438091f
6 changed files with 71 additions and 52 deletions

View File

@@ -12,15 +12,12 @@ path = "src/main.rs"
[dependencies]
# frida = { version = "0.4.0", features = ["auto-download"] }
# frida-sys = { version = "0.4.0", features = ["auto-download", "frida-build"] }
frida = { git = "https://github.com/dzervas/frida-rust", features = ["auto-download"] }
# frida-sys = { git = "https://github.com/frida/frida-rust", features = ["auto-download"] }
lazy_static = "1.4.0"
ctor = "0.2.0"
# [target.'cfg(unix)'.build-dependencies]
[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3.9", features = ["winnt"] }
# [target.'cfg(windows)'.build-dependencies]
# pelite = "0.10.0"
[build-dependencies]
goblin = "0.6.1"