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