Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ELMERIKH/PyinMemoryPE
/ __str__
Method
__str__
pythonmemorymodule/pefile.py:6056–6057 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
6054
return
None
6055
6056
def
__str__(self):
6057
return
self.dump_info()
6058
6059
def
has_relocs(self):
6060
""
"Checks if the PE file has relocation directory"
""
Callers
nothing calls this directly
Calls
1
dump_info
Method · 0.95
Tested by
no test coverage detected