MCPcopy Create free account
hub / github.com/ELMERIKH/PyinMemoryPE / Int

Class Int

windows/native_exec/simple_x64.py:878–879  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

876
877
878class Int(Instruction):
879 encoding = [(RawBits.from_int(8, 0xcd), UImm8())]
880
881class Int3(Instruction):
882 encoding = [(RawBits.from_int(8, 0xcc),)]

Callers

nothing calls this directly

Calls 2

UImm8Class · 0.70
from_intMethod · 0.45

Tested by

no test coverage detected