Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ELMERIKH/PyinMemoryPE
/ __str__
Method
__str__
pythonmemorymodule/pefile.py:2095–2096 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2093
)
2094
2095
def
__str__(self):
2096
return
".SAVEREG "
+ REGISTERS[self.struct.Reg] +
", "
+ hex(self.get_offset())
2097
2098
2099
class
PrologEpilogOpSaveRegFar(PrologEpilogOp):
Callers
nothing calls this directly
Calls
1
get_offset
Method · 0.95
Tested by
no test coverage detected