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

Method GetMaxInstructionLength

architecture.cpp:900–903  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

898
899
900size_t Architecture::GetMaxInstructionLength() const
901{
902 return BN_DEFAULT_INSTRUCTION_LENGTH;
903}
904
905
906size_t Architecture::GetOpcodeDisplayLength() const

Callers 4

IsValidFunctionStartMethod · 0.45
FunctionInlinerFunction · 0.45
TailCallTranslationFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected