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

Method ToDataBuffer

function.cpp:206–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204
205
206pair<DataBuffer, BNBuiltinType> ConstantData::ToDataBuffer() const
207{
208 if (func)
209 return func->GetConstantData(state, value, size);
210
211 return make_pair(DataBuffer(), BuiltinNone);
212}
213
214
215RegisterValue ConstantData::ToRegisterValue() const

Callers 2

GetExprTextMethod · 0.80
GetExprTextInternalMethod · 0.80

Calls 2

DataBufferClass · 0.70
GetConstantDataMethod · 0.45

Tested by

no test coverage detected