Macro afl::fuzz_nohook

source ·
macro_rules! fuzz_nohook {
    ( $($x:tt)* ) => { ... };
}
Expand description

Like fuzz! above, but panics that are caught inside the fuzzed code are not turned into crashes.