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

Function emitJne

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

Source from the content-addressed store, hash-verified

568 void emitJmp(Instruction* instruction) { instruction->addVirtualInstruction(VirtualInstruction(getVmHandlerRva(JMP), 0x0, 32)); }
569
570 void emitJne(Instruction* instruction) { instruction->addVirtualInstruction(VirtualInstruction(getVmHandlerRva(JNE), 0x0, 32)); }
571
572 void emitExit(Instruction* instruction) { instruction->addVirtualInstruction(VirtualInstruction(getVmHandlerRva(EXIT))); }
573

Callers 1

x86JneHandlerFunction · 0.85

Calls 3

VirtualInstructionClass · 0.85
getVmHandlerRvaFunction · 0.85
addVirtualInstructionMethod · 0.80

Tested by

no test coverage detected