
* 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>
32 lines
802 B
TOML
32 lines
802 B
TOML
[package]
|
|
name = "libfuzzer_libpng"
|
|
version = "0.4.0"
|
|
authors = ["Andrea Fioraldi <andreafioraldi@gmail.com>", "Dominik Maier <domenukk@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[features]
|
|
default = ["std"]
|
|
std = []
|
|
|
|
[profile.release]
|
|
lto = true
|
|
codegen-units = 1
|
|
opt-level = 3
|
|
debug = true
|
|
|
|
[build-dependencies]
|
|
cc = { version = "1.0", features = ["parallel"] }
|
|
which = { version = "4.0.2" }
|
|
num_cpus = "1.0"
|
|
|
|
[dependencies]
|
|
libafl = { path = "../../libafl/", features = ["default"] }
|
|
# libafl = { path = "../../libafl/", features = ["default"] }
|
|
libafl_targets = { path = "../../libafl_targets/", features = ["sancov_pcguard_hitcounts", "libfuzzer", "sancov_cmplog"] }
|
|
# TODO Include it only when building cc
|
|
libafl_cc = { path = "../../libafl_cc/" }
|
|
|
|
[lib]
|
|
name = "libfuzzer_libpng"
|
|
crate-type = ["staticlib"]
|