MCPcopy Create free account
hub / github.com/connorjaydunn/BinaryShield / x86RetHandler

Function x86RetHandler

src/vm.cpp:170–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168 }
169
170 bool x86RetHandler(Instruction* instruction)
171 {
172 // add check for operand (i.e. ret 0xC)
173 pushVmContext(instruction);
174 emitExit(instruction);
175 return 1;
176 }
177
178 bool x86CmpHandler(Instruction* instruction) { return x86ArithmeticHandler(instruction, ZYDIS_MNEMONIC_SUB, false); }
179

Calls 2

pushVmContextFunction · 0.85
emitExitFunction · 0.85

Tested by

no test coverage detected