MCPcopy Index your code
hub / github.com/ELMERIKH/PyinMemoryPE / PEFormatError

Class PEFormatError

pythonmemorymodule/pefile.py:819–826  ·  view source on GitHub ↗

Generic PE format error exception.

Source from the content-addressed store, hash-verified

817
818
819class PEFormatError(Exception):
820 """Generic PE format error exception."""
821
822 def __init__(self, value):
823 self.value = value
824
825 def __str__(self):
826 return repr(self.value)
827
828
829class Dump:

Callers 10

__unpack__Method · 0.85
__setattr__Method · 0.85
__setattr__Method · 0.85
__parse__Method · 0.85
get_imphashMethod · 0.85
parse_importsMethod · 0.85
get_dataMethod · 0.85
get_offset_from_rvaMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected