Registry / testing / libafl

libafl

JSON →
library0.15.4rscratesunverified

Allows you to slot your own fuzzers together and extend their features using Rust.

# Cargo.toml [dependencies] libafl = "0.15.4"
INSTALL
IMPORT
SIG · LIBAFL
L
libafl
testingrustv0.15.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Fuzzer
use libafl::Fuzzer;

Create a new fuzzer instance

use libafl::Fuzzer; fn main() { let fuzzer = Fuzzer::new(); println!("Fuzzer created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.15.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
libafl — cargo add libafl · libregistry