Research-Stack/2-Search-Space/search/stract/fuzz
2026-05-04 18:11:36 -05:00
..
dicts initial: sovereign research stack (consolidated, weightless, and lfs-optimized) 2026-05-04 18:11:36 -05:00
fuzz_targets initial: sovereign research stack (consolidated, weightless, and lfs-optimized) 2026-05-04 18:11:36 -05:00
.gitignore initial: sovereign research stack (consolidated, weightless, and lfs-optimized) 2026-05-04 18:11:36 -05:00
Cargo.toml initial: sovereign research stack (consolidated, weightless, and lfs-optimized) 2026-05-04 18:11:36 -05:00
README.md initial: sovereign research stack (consolidated, weightless, and lfs-optimized) 2026-05-04 18:11:36 -05:00

Fuzz robots.txt parser: RUSTFLAGS="-C codegen-units=16" cargo +nightly fuzz run --jobs 16 -O --no-cfg-fuzzing robotstxt -- -dict=fuzz/dicts/robots_txt.dict -max-len=2048

Fuzz query parser: RUSTFLAGS="-C codegen-units=16" cargo +nightly fuzz run --jobs 16 -O --no-cfg-fuzzing query-parser -- -max-len=2048

Fuzz RSS parser: RUSTFLAGS="-C codegen-units=16" cargo +nightly fuzz run --jobs 16 -O --no-cfg-fuzzing rss -- -max-len=2048

Fuzz Atom parser: RUSTFLAGS="-C codegen-units=16" cargo +nightly fuzz run --jobs 16 -O --no-cfg-fuzzing atom -- -max-len=2048