Project: bitcoin-core

Language c++
OSS-Fuzz project link
Build status: Fuzzers succeeding: Build log
Build status: Code coverage succeeding: Build log
Build status: Fuzz Introspector succeeding: Build log
Fuzzer count 187
Lines of code 281364
Lines covered 95464
Code coverage 33.93%
Code coverage report Report link
Static reachability 0.01%
Fuzz Introspector report Report link (from 2024-07-25)

Historical progression

Functions of interest to fuzz

This section outlines functions that may be of interest to fuzz. They are based on ranking functions that have a lot of complexity but currently exhibit low code coverage. The complexity is calculated based on the function itself as well as the functions called by the given function, i.e. the tree of code that the function triggers.


This is only a minor amount of introspection information available for this project. Please consult the Fuzz Introspector report for more information, e.g. the introspection table of all functions in the target project available here.

Function name Function source file Accumulated cyclomatic complexity Code coverage
wallet::migratewallet()::$_0::operator()(RPCHelpManconst&,JSONRPCRequestconst&)const /src/bitcoin-core/src/wallet/rpc/wallet.cpp 32715 0.0%
wallet::(anonymousnamespace)::WalletLoaderImpl::migrateWallet(std::__1::basic_string<char,std::__1::char_traits<char>,std::__1::allocator<char>>const&,std::__1::basic_string<char,std::__1::char_traits<char>,secure_allocator<char>>const&) /src/bitcoin-core/src/wallet/interfaces.cpp 32488 0.0%
wallet::MigrateLegacyToDescriptor(std::__1::basic_string<char,std::__1::char_traits<char>,std::__1::allocator<char>>const&,std::__1::basic_string<char,std::__1::char_traits<char>,secure_allocator<char>>const&,wallet::WalletContext&) /src/bitcoin-core/src/wallet/wallet.cpp 32446 0.0%
wallet::DoMigration(wallet::CWallet&,wallet::WalletContext&,bilingual_str&,wallet::MigrationResult&) /src/bitcoin-core/src/wallet/wallet.cpp 31702 0.0%
wallet::createwallet()::$_0::operator()(RPCHelpManconst&,JSONRPCRequestconst&)const /src/bitcoin-core/src/wallet/rpc/wallet.cpp 30771 0.0%
wallet::(anonymousnamespace)::WalletLoaderImpl::createWallet(std::__1::basic_string<char,std::__1::char_traits<char>,std::__1::allocator<char>>const&,std::__1::basic_string<char,std::__1::char_traits<char>,secure_allocator<char>>const&,unsignedlong,std::__1::vector<bilingual_str,std::__1::allocator<bilingual_str>>&) /src/bitcoin-core/src/wallet/interfaces.cpp 30484 0.0%
wallet::CreateWallet(wallet::WalletContext&,std::__1::basic_string<char,std::__1::char_traits<char>,std::__1::allocator<char>>const&,std::__1::optional<bool>,wallet::DatabaseOptions&,wallet::DatabaseStatus&,bilingual_str&,std::__1::vector<bilingual_str,std::__1::allocator<bilingual_str>>&) /src/bitcoin-core/src/wallet/wallet.cpp 30446 0.0%
wallet::restorewallet()::$_0::operator()(RPCHelpManconst&,JSONRPCRequestconst&)const /src/bitcoin-core/src/wallet/rpc/backup.cpp 30099 0.0%
wallet::loadwallet()::$_0::operator()(RPCHelpManconst&,JSONRPCRequestconst&)const /src/bitcoin-core/src/wallet/rpc/wallet.cpp 30017 0.0%
wallet::(anonymousnamespace)::WalletLoaderImpl::restoreWallet(fs::pathconst&,std::__1::basic_string<char,std::__1::char_traits<char>,std::__1::allocator<char>>const&,std::__1::vector<bilingual_str,std::__1::allocator<bilingual_str>>&) /src/bitcoin-core/src/wallet/interfaces.cpp 29895 0.0%