Andrea Fioraldi ce63b76558
Update to v0.15.3 (#3259)
Co-authored-by: Dominik Maier <domenukk@gmail.com>
Co-authored-by: Dongjia "toka" Zhang <tokazerkje@outlook.com>
2025-05-23 22:50:23 +02:00

38 lines
857 B
TOML

[package]
name = "qemu_linux_process"
version = "0.15.3"
authors = ["Romain Malmain <rmalmain@pm.me>"]
edition = "2021"
[features]
default = ["lqemu"]
## Build and run the target with the Nyx API instead of the built-in LibAFL QEMU API.
nyx = []
## Build and run the target with the LibAFL QEMU API.
lqemu = []
shared = ["libafl_qemu/shared"]
[profile.release]
incremental = true
debug = true
lto = "fat"
codegen-units = 1
[dependencies]
libafl = { path = "../../../libafl" }
libafl_bolts = { path = "../../../libafl_bolts" }
libafl_qemu = { path = "../../../libafl_qemu", default-features = false, features = [
"x86_64",
"systemmode",
# "paranoid_debug",
] }
env_logger = "0.11.5"
libafl_targets = { path = "../../../libafl_targets" }
log = "0.4.22"
[build-dependencies]
libafl_qemu_build = { path = "../../../libafl_qemu/libafl_qemu_build" }