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

Method get_reg_bits

windows/native_exec/simple_x86.py:272–273  ·  view source on GitHub ↗
(cls, name)

Source from the content-addressed store, hash-verified

270
271 @classmethod
272 def get_reg_bits(cls, name):
273 return cls.reg_opcode[name.upper()]
274
275
276# Instruction Parameters

Callers 5

__init__Method · 0.45
__init__Method · 0.45
setup_reg_as_registerMethod · 0.45
__init__Method · 0.45
compute_sibMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected