Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ELMERIKH/PyinMemoryPE
/ _get_format
Method
_get_format
pythonmemorymodule/pefile.py:2003–2004 ·
view source on GitHub ↗
(self, unw_code)
Source
from the content-addressed store, hash-verified
2001
return
True
2002
2003
def
_get_format(self, unw_code):
2004
return
(
"UNWIND_CODE"
, (
"B,CodeOffset"
,
"B:4,UnwindOp"
,
"B:4,OpInfo"
))
2005
2006
2007
class
PrologEpilogOpPushReg(PrologEpilogOp):
Callers
1
initialize
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected