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

Function emitExit

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

Source from the content-addressed store, hash-verified

570 void emitJne(Instruction* instruction) { instruction->addVirtualInstruction(VirtualInstruction(getVmHandlerRva(JNE), 0x0, 32)); }
571
572 void emitExit(Instruction* instruction) { instruction->addVirtualInstruction(VirtualInstruction(getVmHandlerRva(EXIT))); }
573
574 void emitAdd(Instruction* instruction, BYTE size)
575 {

Callers 1

x86RetHandlerFunction · 0.85

Calls 3

VirtualInstructionClass · 0.85
getVmHandlerRvaFunction · 0.85
addVirtualInstructionMethod · 0.80

Tested by

no test coverage detected