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

Function get_condition

arch/arm64/disassembler/format.c:110–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108};
109
110const char *get_condition(Condition cond)
111{
112 if (cond < 0 || cond >= END_CONDITION)
113 return NULL;
114
115 return ConditionString[cond];
116}
117
118static const char *ShiftString[] = {
119 "NONE", "lsl", "lsr", "asr",

Callers 2

aarch64_disassembleFunction · 0.70
tokenize_conditionMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected