Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ get_operation
Function
get_operation
arch/arm64/disassembler/format.c:98–101 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
}
97
98
const char *get_operation(const Instruction *inst)
99
{
100
return operation_to_str(inst->operation);
101
}
102
103
static const char *ConditionString[] = {
104
"eq"
,
"ne"
,
"cs"
,
"cc"
,
Callers
2
aarch64_disassemble
Function · 0.70
GetInstructionText
Method · 0.50
Calls
1
operation_to_str
Function · 0.85
Tested by
no test coverage detected