Issues
- 0
Persistent Fuzzing API LibFuzzer
#122 opened by zi0Black - 4
Allow for multiple inputs to a fuzz_target, such data from corpus + an additional Arbitrary
#119 opened by rsheeter - 1
- 0
Feature Request: Expose LLVMFuzzerCustomCrossOver
#101 opened by rchildre3 - 0
Libfuzzer README says Linux only
#116 opened by cameronelliott - 0
Soundness issue in test_input_wrap
#112 opened by gigaroby - 0
Soundness issue in rust_fuzzer_custom_mutator
#113 opened by gigaroby - 0
- 0
Is there an equivalent of `afl-clang-fast` in `libfuzzer-sys` for instrumenting my own fuzzer?
#108 opened by extf33 - 4
- 1
- 0
- 1
Option to reduce output on console.
#102 opened by vivekvpandya - 1
fuzz_target macro hygiene
#99 opened by stormshield-guillaumed - 4
Lock the version of `arbitrary` dependency
#98 opened by yanganto - 10
Expose interface to libfuzzer's extra counters
#96 opened by fitzgen - 5
Avoid the "replace main" trick
#46 opened by Manishearth - 3
Add multiple variables implementing the `Arbitrary` type to `fuzz_target!`
#77 opened by wcampbell0x2a - 0
Add a LICENSE file
#67 opened by ivanloz - 2
Gaps in rustc for effective fuzzing
#92 opened by landaire - 2
- 3
More than one corpus folder?
#86 opened by samuel-rufi - 6
Using 'catch_unwind' to convert panic into error is still detected as crash
#85 opened by nbigaouette - 1
Async/Await Code
#83 opened by MTRNord - 6
Can't fuzz multiple things with one target?
#80 opened by gilescope - 1
Is there any way to distinct panic(abnormal exit) from std::process::exit(normal exit)?
#72 opened by StevenJiang1110 - 5
How i can downgrade libFuzzer ?
#66 opened by hpkit - 0
Split crate into `libfuzzer` and `libfuzzer-sys`
#55 opened by fitzgen - 10
- 4
Publish crate to crates.io
#16 opened by frewsxcv - 1
[bug] failed: multiple definition of `__muloti4'
#61 opened by mimoo - 8
Check min size needed with `Arbitrary::size_hint` and early exit if the data isn't long enough
#59 opened by fitzgen - 2
- 12
Tracking issue for 0.2.0 release
#52 opened by Manishearth - 6
Provide way to run Debug on fuzzer output
#47 opened by Manishearth - 0
Print/save panic message
#36 opened by abonander - 2
The size of coverage PC tables does not match
#41 opened by ia0 - 0
- 1
Any hope for programmatical use?
#37 opened by dragostis - 4
Use panic::set_hook to abort process
#31 opened by PaulGrandperrin - 5
- 3
Arbitrary data
#22 opened by nagisa - 7
Specify license
#18 opened by frewsxcv - 0
- 1
Document setting RUSTFLAGS in the readme
#21 opened by frewsxcv - 1
compile examples on Travis CI
#20 opened by frewsxcv - 2
- 1
Add an example project
#8 opened by frewsxcv - 0
Setup Travis CI for repository
#7 opened by frewsxcv - 4
Consider a `cargo fuzz` command
#6 opened by frewsxcv