
* 0.14.1 * fixer * don't build nyx --------- Co-authored-by: Dominik Maier <domenukk@gmail.com>
30 lines
561 B
TOML
30 lines
561 B
TOML
[package]
|
|
name = "desyscall"
|
|
version = "0.14.1"
|
|
edition = "2021"
|
|
description = "DeSyscall: Hooks syscalls for reduces overhead during in-process fuzzing"
|
|
repository = "https://github.com/AFLplusplus/LibAFL/"
|
|
license = "MIT OR Apache-2.0"
|
|
categories = [
|
|
"development-tools::testing",
|
|
"emulators",
|
|
"embedded",
|
|
"os",
|
|
"no-std",
|
|
]
|
|
keywords = ["fuzzing", "libafl", "ldpreload"]
|
|
|
|
[dependencies]
|
|
meminterval = "0.4"
|
|
libc = "0.2"
|
|
|
|
[dev-dependencies]
|
|
rusty-fork = "0.3.0"
|
|
|
|
[build-dependencies]
|
|
cc = "1"
|
|
|
|
[lib]
|
|
name = "desyscall"
|
|
crate-type = ["rlib", "cdylib"]
|