
* print sender id * storing sender id to env * executor in llmp handle_in_client * compile the lib * compiling generic_inmemory * fix forkserver * adapt from fuzzers * instrospection fix * exitkind in NewTestcase * fix libafl_frida * fix firda_libpng * send conf with Newtestcase event * bump to 0.4.0 * no_std fix * fmt * fix libfuzzer_libmozjpeg Co-authored-by: Dominik Maier <domenukk@gmail.com>
19 lines
480 B
TOML
19 lines
480 B
TOML
[package]
|
|
name = "libafl_derive"
|
|
version = "0.4.0"
|
|
authors = ["Andrea Fioraldi <andreafioraldi@gmail.com>"]
|
|
description = "Derive proc-macro crate for LibAFL"
|
|
documentation = "https://docs.rs/libafl_derive"
|
|
repository = "https://github.com/AFLplusplus/LibAFL/"
|
|
readme = "../README.md"
|
|
license = "MIT OR Apache-2.0"
|
|
keywords = ["fuzzing", "testing"]
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
syn = { version = "1", features = ["full", "extra-traits"] }
|
|
quote = "1"
|