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

Function HasWriteback

arch/armv7/thumb2_disasm/il_thumb2.cpp:253–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251
252
253static bool HasWriteback(decomp_result* instr, size_t operand)
254{
255 switch (instr->format->operands[operand].writeback)
256 {
257 case WRITEBACK_YES:
258 return true;
259 case WRITEBACK_OPTIONAL:
260 return thumb_has_writeback(instr);
261 default:
262 return false;
263 }
264}
265
266
267static ExprId ShiftedRegister(LowLevelILFunction& il, decomp_result* instr, uint32_t reg, uint32_t t, uint32_t n)

Callers 2

GetMemoryAddressFunction · 0.85

Calls 1

thumb_has_writebackFunction · 0.85

Tested by

no test coverage detected