Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ ConstantData
Method
ConstantData
function.cpp:182–187 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
180
181
182
ConstantData::ConstantData()
183
{
184
state = UndeterminedValue;
185
value = 0;
186
size = 0;
187
}
188
189
ConstantData::ConstantData(BNRegisterValueType _state, uint64_t _value)
190
{
Callers
2
get_constant_data
Method · 0.80
_get_constant_data
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected