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

Method GetConstantData

function.cpp:622–627  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

620
621
622pair<DataBuffer, BNBuiltinType> Function::GetConstantData(BNRegisterValueType state, uint64_t value, size_t size)
623{
624 BNBuiltinType builtin;
625 auto buffer = DataBuffer(BNGetConstantData(m_object, state, value, size, &builtin));
626 return make_pair(buffer, builtin);
627}
628
629
630RegisterValue Function::GetRegisterValueAtInstruction(Architecture* arch, uint64_t addr, uint32_t reg)

Callers 1

ToDataBufferMethod · 0.45

Calls 1

DataBufferClass · 0.70

Tested by

no test coverage detected