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

30 lines
561 B
TOML

[package]
name = "desyscall"
version = "0.15.3"
edition = "2024"
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"]