Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
900
size_t Architecture::GetMaxInstructionLength() const
901
{
902
return BN_DEFAULT_INSTRUCTION_LENGTH;
903
}
904
905
906
size_t Architecture::GetOpcodeDisplayLength() const
Callers
4
GetMaxInstructionLengthCallback
Method · 0.45
IsValidFunctionStart
Method · 0.45
FunctionInliner
Function · 0.45
TailCallTranslation
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected