Use upstream frida/frida-rust repo

This commit is contained in:
Dimitris Zervas
2023-05-30 17:00:51 +03:00
parent a21fca1ea1
commit 85c4aef520
3 changed files with 3 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ path = "src/main.rs"
[dependencies]
# frida = { version = "0.4.0", features = ["auto-download"] }
frida = { git = "https://github.com/dzervas/frida-rust", features = ["auto-download"] }
frida = { git = "https://github.com/frida/frida-rust", features = ["auto-download"] }
lazy_static = "1.4.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"