Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
878
class
Int(Instruction):
879
encoding = [(RawBits.from_int(8, 0xcd), UImm8())]
880
881
class
Int3(Instruction):
882
encoding = [(RawBits.from_int(8, 0xcc),)]
Callers
nothing calls this directly
Calls
2
UImm8
Class · 0.70
from_int
Method · 0.45
Tested by
no test coverage detected