Registry / testing / libafl-bolts

libafl-bolts

JSON →
library0.15.4rscratesunverified

Low-level bolts to create fuzzers and so much more.

# Cargo.toml [dependencies] libafl_bolts = "0.15.4"
INSTALL
IMPORT
SIG · LIBAFL-BOLTS
L
libafl-bolts
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.

Bolts
use libafl_bolts::bolts::Bolts;

Initialize the LibAFL bolts framework.

use libafl_bolts::bolts::Bolts; fn main() { let bolts = Bolts::new(); println!("Bolts initialized"); }
Debug
Known issues
gotchaComplex API; requires understanding of fuzzing internals.
fix
Refer to LibAFL book and examples for proper usage.
affects: >=0.15.0
Upgrade
Version history
0.15.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
libafl-bolts — cargo add libafl-bolts · libregistry