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

Method GetInstructionInfo

architecture.cpp:1463–1466  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1461
1462
1463bool CoreArchitecture::GetInstructionInfo(const uint8_t* data, uint64_t addr, size_t maxLen, InstructionInfo& result)
1464{
1465 return BNGetInstructionInfo(m_object, data, addr, maxLen, &result);
1466}
1467
1468
1469bool CoreArchitecture::GetInstructionText(

Callers 3

FunctionInlinerFunction · 0.45
TailCallTranslationFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected