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

Function zeroRegister

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

Source from the content-addressed store, hash-verified

651 }
652
653 void zeroRegister(Instruction* instruction, ZydisRegister reg)
654 {
655 emitPushImmediate(instruction, 0x0, 64);
656 emitPopRegister(instruction, reg, 64);
657 }
658
659 void calculateEffectiveAddress(Instruction* instruction, ZydisDecodedOperandMem mem)
660 {

Callers 3

x86MovHandlerFunction · 0.85
x86LeaHandlerFunction · 0.85
x86ArithmeticHandlerFunction · 0.85

Calls 2

emitPushImmediateFunction · 0.85
emitPopRegisterFunction · 0.85

Tested by

no test coverage detected