Initial commit - able to produce a working Linux POC

This commit is contained in:
Dimitris Zervas
2023-05-23 17:21:14 +03:00
commit 11ec2f401b
8 changed files with 1561 additions and 0 deletions

18
Cargo.toml Normal file
View File

@@ -0,0 +1,18 @@
[package]
name = "frida-deepfreeze-rs"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["cdylib"]
[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"
# [target.'cfg(unix)'.dependencies]
ctor = "0.2.0"
# [target.'cfg(windows)'.dependencies]
# winapi = "0.3.9"