MCPcopy 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
98const char *get_operation(const Instruction *inst)
99{
100 return operation_to_str(inst->operation);
101}
102
103static const char *ConditionString[] = {
104 "eq", "ne", "cs", "cc",

Callers 2

aarch64_disassembleFunction · 0.70
GetInstructionTextMethod · 0.50

Calls 1

operation_to_strFunction · 0.85

Tested by

no test coverage detected