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

Function x86CmpHandler

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

Source from the content-addressed store, hash-verified

176 }
177
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

Calls 1

x86ArithmeticHandlerFunction · 0.85

Tested by

no test coverage detected