Address sanitizer library for LibAFL
Allocator hook driving a Sanitizer trait, for in-process ASan harnessing — SPEC §6.4.
Command-line driver — `asan-harness run|replay|triage|doctor` per SPEC §10.4.
Sanitizer trait, shadow-memory math, and runtime invariant assertions — SPEC §2, §7.
Seed corpus with Shannon-entropy weighted selection — SPEC §8.4.
Target / Oracle traits and libFuzzer+AFL++ entry points — SPEC §8, §10.3.
Crash classification, deduplication, and severity ranking — SPEC §12.
cargo wrapper which sets RUSTFLAGS for Address Sanitizer
Rust reimplementation of CrashWrangler — macOS crash report analysis with exploitability classification
A RISC-V emulator with AOT compilation for fuzzing
Rust bindings for ccap — high-performance, cross-platform webcam/camera capture with hardware-accelerated pixel format conversion (DirectShow/AVFoundation/V4L2), including common RGB/YUV workflows and video file input/playback support
rust bindings of snmalloc.