issues
search
rust-fuzz
/
libfuzzer
Rust bindings and utilities for LLVM’s libFuzzer
Apache License 2.0
215
stars
46
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
fix cc invocations to use provided methods
#127
nagisa
opened
22 hours ago
0
Build fails on Windows since 0.4.8: `error C2039: 'clamp': is not a member of 'std'`
#126
SimonSapin
opened
23 hours ago
1
Add MSVC-Syntax C++17 Compiler Argument for Windows
#125
cwshugg
opened
1 week ago
1
update package license string to be spdx compatible
#124
altendky
closed
1 week ago
1
Update how we do libfuzzer vendoring
#123
fitzgen
closed
2 weeks ago
0
Persistent Fuzzing API LibFuzzer
#122
zi0Black
opened
1 month ago
2
Update libfuzzer code to compiler-rt 19
#121
rchildre3
closed
2 weeks ago
1
Remove `once_cell`
#120
c410-f3r
closed
4 months ago
1
Allow for multiple inputs to a fuzz_target, such data from corpus + an additional Arbitrary
#119
rsheeter
opened
5 months ago
4
Add support for `mut` in the `fuzz_target!` macro
#118
ventaquil
opened
8 months ago
0
Update libfuzzer code to compiler-rt 18
#117
rchildre3
closed
9 months ago
0
Libfuzzer README says Linux only
#116
cameronelliott
opened
11 months ago
0
Add bindings for custom crossover with example
#115
rchildre3
closed
10 months ago
2
Mark internal, fuzzer hook functions as `unsafe`
#114
fitzgen
closed
1 year ago
0
Soundness issue in rust_fuzzer_custom_mutator
#113
gigaroby
closed
1 year ago
0
Soundness issue in test_input_wrap
#112
gigaroby
closed
1 year ago
0
Updated README for the current rustc
#111
kornelski
closed
1 year ago
0
Allow running initialization code before `fuzz_target!` code
#110
mgeisler
opened
1 year ago
1
`failed to run LLVM passes: unknown pass name 'sancov'`
#109
extf33
opened
1 year ago
0
Is there an equivalent of `afl-clang-fast` in `libfuzzer-sys` for instrumenting my own fuzzer?
#108
extf33
opened
1 year ago
0
Very slow performances when asking an `Arbitrary` implementation to fuzz_target
#107
Tpt
closed
1 year ago
1
Make it possible to link to custom runtime in another dep
#106
addisoncrump
closed
1 year ago
4
Allow "closure" body to be any expression, not only block
#105
dtolnay
closed
1 year ago
0
Implementation of `fuzz_target!` is overly restrictive
#104
cole-miller
opened
1 year ago
0
Fix minor build.rs issues w.r.t. custom libfuzzer paths
#103
addisoncrump
closed
1 year ago
3
Option to reduce output on console.
#102
vivekvpandya
closed
1 year ago
1
Feature Request: Expose LLVMFuzzerCustomCrossOver
#101
rchildre3
closed
10 months ago
0
Rename run to __libfuzzer_sys_run
#100
stormshield-guillaumed
closed
2 years ago
0
fuzz_target macro hygiene
#99
stormshield-guillaumed
closed
2 years ago
1
Lock the version of `arbitrary` dependency
#98
yanganto
closed
2 years ago
4
Enable keep/reject inputs from the corpus
#97
dacut
closed
2 years ago
3
Expose interface to libfuzzer's extra counters
#96
fitzgen
closed
2 years ago
10
Force at least one unique stack frame per fuzzer
#95
alexcrichton
closed
2 years ago
0
Bump to version 0.4.4
#94
fitzgen
closed
2 years ago
1
Update libFuzzer to compiler-rt 15 and Rust deps
#93
rchildre3
closed
2 years ago
0
Gaps in rustc for effective fuzzing
#92
landaire
closed
2 years ago
2
Migrate to using `cargo fuzz` in CI
#91
alexcrichton
closed
2 years ago
0
Example does not find panicking input since nightly-2021-12-18
#90
Badel2
opened
2 years ago
4
Update libFuzzer to llvm/llvm-project@60e32a1
#89
fitzgen
closed
2 years ago
10
fix(libfuzzer): add cstddef for size_t
#88
kolbma
closed
2 years ago
3
libfuzzer/FuzzerInterceptors.cpp:62:36: error: 'size_t' has not been declared
#87
kolbma
opened
2 years ago
2
More than one corpus folder?
#86
samuel-rufi
closed
3 years ago
3
Using 'catch_unwind' to convert panic into error is still detected as crash
#85
nbigaouette
opened
3 years ago
6
Use absolute path to fuzz_target! macro in macro recursion
#84
Xiretza
closed
3 years ago
1
Async/Await Code
#83
MTRNord
closed
3 years ago
1
Bump to 0.4.2
#82
fitzgen
closed
3 years ago
0
Make RUST_LIBFUZZER_DEBUG_PATH "free" for non-users
#81
elichai
closed
3 years ago
4
Can't fuzz multiple things with one target?
#80
gilescope
closed
3 years ago
6
Add support for defining custom mutators
#79
fitzgen
closed
3 years ago
2
Document `rust_fuzzer_test_input`
#78
c410-f3r
closed
3 years ago
0
Next