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

Function get_implementation_specific

arch/arm64/disassembler/format.c:86–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84//-----------------------------------------------------------------------------
85
86uint32_t get_implementation_specific(const InstructionOperand *operand, char *outBuffer, uint32_t outBufferSize)
87{
88 return snprintf(outBuffer,
89 outBufferSize,
90 "s%d_%d_c%d_c%d_%d",
91 operand->implspec[0],
92 operand->implspec[1],
93 operand->implspec[2],
94 operand->implspec[3],
95 operand->implspec[4]) >= outBufferSize;
96}
97
98const char *get_operation(const Instruction *inst)
99{

Callers 2

aarch64_disassembleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected