MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / ToAPIObject

Method ToAPIObject

function.cpp:171–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169
170
171BNRegisterValue RegisterValue::ToAPIObject()
172{
173 BNRegisterValue result;
174 result.state = state;
175 result.value = value;
176 result.offset = offset;
177 result.size = size;
178 return result;
179}
180
181
182ConstantData::ConstantData()

Callers 11

CreateFunctionGraphMethod · 0.45
SetUserVariableValueMethod · 0.45
CachePossibleValueSetMethod · 0.45
CachePossibleValueSetMethod · 0.45
FindNextTextMethod · 0.45
FindNextConstantMethod · 0.45
FindAllTextMethod · 0.45
FindAllConstantMethod · 0.45
CachePossibleValueSetMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected