index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
fuzzing.md
Age
Commit message (
Expand
)
Author
2022-01-11
fuzz: parse the command line arguments in fuzz tests
Vasil Dimov
2021-11-10
Add a brief overview of fuzzing/Bitcoin Core fuzzing
Alex Groce
2021-10-01
Merge bitcoin/bitcoin#22585: fuzz: add guide to fuzzing with Eclipser v1.x
W. J. van der Laan
2021-09-02
test: Update test README and lint script
MarcoFalke
2021-08-06
fuzz: add guide to fuzzing with Eclipser v1.x
Alex Groce
2021-07-28
Document faster throughput configuration
Alex Groce
2021-05-25
doc: describe in fuzzing.md how to reproduce a CI crash
Jon Atack
2021-05-14
doc: Fix OSS-Fuzz links
MarcoFalke
2021-05-05
doc: add OSS-Fuzz section to fuzzing.md doc
Adam Jonas
2021-03-09
doc: Update fuzzing docs for afl-clang-lto
MarcoFalke
2021-02-17
Merge #20380: doc: Add instructions on how to fuzz the P2P layer using Honggf...
MarcoFalke
2020-12-10
fuzz: Link all targets once
MarcoFalke
2020-11-12
doc: Add instructions on how to fuzz the P2P layer using Honggfuzz NetDriver
practicalswift
2020-07-05
doc: afl fuzzing comment about afl-gcc and afl-g++
nsa
2020-06-05
build: turn on --enable-c++17 by --enable-fuzz
Vasil Dimov
2020-05-11
doc: add c++17-enable to fuzzing instructions
Martin Zumsande
2020-04-22
doc: Document how to fuzz Bitcoin Core using honggfuzz
practicalswift
2020-03-18
doc: Add fuzzing quickstart guides for libFuzzer and afl-fuzz. Simplify instr...
practicalswift
2020-03-09
doc: Remove --disable-ccache from docs
MarcoFalke
2020-01-29
doc: Improve fuzzing docs for macOS users
Fabian Jahr
2019-10-30
docs: Add undefined to --with-sanitizers=fuzzer,address
practicalswift
2019-07-08
Update doc and CI config
qmma
2019-02-13
qa: Add test/fuzz/test_runner.py
MarcoFalke
2019-01-29
test: Build fuzz targets into seperate executables
MarcoFalke
2019-01-16
docs: Spelling error fix on fuzzing.md
benthecarman
2019-01-05
build: Allow to configure --with-sanitizers=fuzzer
MarcoFalke
2017-05-19
[test] Speed up fuzzing by ~200x when using afl-fuzz
practicalswift
2016-12-15
doc: Add bare-bones documentation for fuzzing
Wladimir J. van der Laan