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

Method GetMaxInstructionLengthCallback

architecture.cpp:234–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232
233
234size_t Architecture::GetMaxInstructionLengthCallback(void* ctxt)
235{
236 CallbackRef<Architecture> arch(ctxt);
237 return arch->GetMaxInstructionLength();
238}
239
240
241size_t Architecture::GetOpcodeDisplayLengthCallback(void* ctxt)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected