This website requires JavaScript.
Explore
Help
Sign In
highperfocused
/
bitcoin
Watch
1
Star
0
Fork
0
You've already forked bitcoin
mirror of
https://github.com/bitcoin/bitcoin.git
synced
2026-03-16 02:24:58 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
87d24e67bb8f6a01ff710df4f14cb7d1caf651ae
bitcoin
/
src
/
test
/
fuzz
History
practicalswift
87d24e67bb
tests: Add integer serialization/deserialization fuzzing harness
2020-03-24 16:48:28 +00:00
..
addrdb.cpp
tests: Add fuzzing harness for functions in addrdb.h
2020-03-24 14:39:23 +00:00
asmap.cpp
…
base_encode_decode.cpp
…
bech32.cpp
…
block_header.cpp
…
block.cpp
…
bloom_filter.cpp
…
decode_tx.cpp
…
descriptor_parse.cpp
…
deserialize.cpp
…
eval_script.cpp
…
fee_rate.cpp
…
float.cpp
…
fuzz.cpp
…
fuzz.h
…
FuzzedDataProvider.h
…
hex.cpp
…
integer.cpp
tests: Add integer serialization/deserialization fuzzing harness
2020-03-24 16:48:28 +00:00
key_io.cpp
…
key.cpp
…
locale.cpp
…
multiplication_overflow.cpp
tests: Don't assume presence of __builtin_mul_overflow in MultiplicationOverflow(...) fuzzing harness
2020-03-22 13:29:00 +00:00
net_permissions.cpp
tests: Add fuzzing harness for functions in net_permissions.h
2020-03-24 14:39:23 +00:00
netaddress.cpp
…
p2p_transport_deserializer.cpp
…
parse_hd_keypath.cpp
…
parse_iso8601.cpp
…
parse_numbers.cpp
…
parse_script.cpp
…
parse_univalue.cpp
…
process_message.cpp
…
psbt.cpp
…
rolling_bloom_filter.cpp
…
script_flags.cpp
…
script_ops.cpp
…
script.cpp
…
scriptnum_ops.cpp
…
signature_checker.cpp
tests: Add harness which fuzzes EvalScript and VerifyScript using a fuzzed signature checker
2020-03-17 19:10:59 +00:00
spanparsing.cpp
…
string.cpp
…
strprintf.cpp
…
timedata.cpp
tests: Add fuzzing harness for functions in timedata.h
2020-03-24 14:39:23 +00:00
transaction.cpp
…
tx_in.cpp
…
tx_out.cpp
…
util.h
…