[package] name = "qemu_linux_process" version = "0.15.3" authors = ["Romain Malmain "] 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" }