Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ to_hex_string
Function
to_hex_string
view/kernelcache/core/KernelCache.cpp:366–371 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
364
365
366
std::string to_hex_string(uint64_t value)
367
{
368
std::stringstream ss;
369
ss << std::hex << value;
370
return ss.str();
371
}
372
373
374
KernelCache::KernelCache(BinaryNinja::Ref<BinaryNinja::BinaryView> kcView) : m_kcView(kcView),
Callers
nothing calls this directly
Calls
1
str
Method · 0.80
Tested by
no test coverage detected