Andrea Fioraldi eb668384bb
Fix hardcoded BacktraceObserver (#530)
* refactor BacktraceObserver and InProcessForkExecutor

* cleanup

* fix improcess

* fix

* mormanti

* win fix

* clippy

* fix backtrace_baby_fuzzers/command_executor

* win fix

* clippy
2022-02-10 21:45:20 +01:00

24 lines
348 B
TOML

[package]
name = "command_executor"
version = "0.0.1"
edition = "2021"
[features]
default = ["std"]
std = []
[profile.release]
lto = true
codegen-units = 1
opt-level = 3
debug = true
[build-dependencies]
cc = "*"
[dependencies]
libafl = { path = "../../../libafl/" }
ahash = { version = "0.7"} # another hash
spawn-ptrace = {version= "0.1.2"}