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

Method DefineDataVariable

binaryview.cpp:2177–2183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2175
2176
2177void BinaryView::DefineDataVariable(uint64_t addr, const Confidence<Ref<Type>>& type)
2178{
2179 BNTypeWithConfidence tc;
2180 tc.type = type->GetObject();
2181 tc.confidence = type.GetConfidence();
2182 BNDefineDataVariable(m_object, addr, &tc);
2183}
2184
2185
2186void BinaryView::DefineUserDataVariable(uint64_t addr, const Confidence<Ref<Type>>& type)

Callers 13

LoadClassesMethod · 0.80
LoadProtocolsMethod · 0.80
InitializeHeaderMethod · 0.80
InitMethod · 0.80
InitMethod · 0.80
ProcessRTTIMethod · 0.80
ProcessVFTMethod · 0.80
ProcessRTTIMethod · 0.80

Calls 2

GetConfidenceMethod · 0.80
GetObjectMethod · 0.45

Tested by

no test coverage detected