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

Function x86TestHandler

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

Source from the content-addressed store, hash-verified

178 bool x86CmpHandler(Instruction* instruction) { return x86ArithmeticHandler(instruction, ZYDIS_MNEMONIC_SUB, false); }
179
180 bool x86TestHandler(Instruction* instruction) { return x86ArithmeticHandler(instruction, ZYDIS_MNEMONIC_AND, false); }
181
182 bool x86JmpHandler(Instruction* instruction)
183 {

Calls 1

x86ArithmeticHandlerFunction · 0.85

Tested by

no test coverage detected