
* update clap, remove unused deps * update grammartek * update pyo3 * update pyo3 * undid clap update * not changing nyx * updated deps * Update more deps, fixes * not needed clippy * fix windows * try to enable deprecated pyproto for pyo3 * unused * moving some things to clap4 after all * initial move to clap 4 * fix clap * more clap4, removed accidental file * fixes, fmt * fix * all fix no play * fix
42 lines
1.1 KiB
TOML
42 lines
1.1 KiB
TOML
[package]
|
|
name = "frida_gdiplus"
|
|
version = "0.7.0"
|
|
authors = ["Richard Johnson <richinseattle@gmail.com>"]
|
|
edition = "2021"
|
|
|
|
[features]
|
|
default = ["std"]
|
|
std = []
|
|
|
|
[profile.release]
|
|
lto = true
|
|
codegen-units = 1
|
|
opt-level = 3
|
|
debug = true
|
|
|
|
[build-dependencies]
|
|
cc = { version = "1.0", features = ["parallel"] }
|
|
num_cpus = "1.0"
|
|
which = "4.1"
|
|
xz = "0.1.0"
|
|
flate2 = "1.0.22"
|
|
tar = "0.4.37"
|
|
reqwest = { version = "0.11.4", features = ["blocking"] }
|
|
|
|
[dependencies]
|
|
libafl = { path = "../../libafl/", features = [ "std", "llmp_compression", "llmp_bind_public", "frida_cli" ] } #, "llmp_small_maps", "llmp_debug"]}
|
|
capstone = "0.11.0"
|
|
frida-gum = { version = "0.8.1", features = [ "auto-download", "event-sink", "invocation-listener"] }
|
|
libafl_frida = { path = "../../libafl_frida", features = ["cmplog"] }
|
|
libafl_targets = { path = "../../libafl_targets", features = ["sancov_cmplog"] }
|
|
libc = "0.2"
|
|
libloading = "0.7"
|
|
num-traits = "0.2"
|
|
rangemap = "0.1"
|
|
clap = { version = "4.0", features = ["derive"] }
|
|
serde = "1.0"
|
|
mimalloc = { version = "*", default-features = false }
|
|
|
|
backtrace = "0.3"
|
|
color-backtrace = "0.5"
|