MCPcopy Create free account
hub / github.com/ELMERIKH/PyinMemoryPE / ExceptionsDirEntryData

Class ExceptionsDirEntryData

pythonmemorymodule/pefile.py:1802–1807  ·  view source on GitHub ↗

Holds the data related to SEH (and stack unwinding, in particular) struct an instance of RUNTIME_FUNTION unwindinfo an instance of UNWIND_INFO

Source from the content-addressed store, hash-verified

1800
1801
1802class ExceptionsDirEntryData(DataContainer):
1803 """Holds the data related to SEH (and stack unwinding, in particular)
1804
1805 struct an instance of RUNTIME_FUNTION
1806 unwindinfo an instance of UNWIND_INFO
1807 """
1808
1809
1810class UnwindInfo(StructureWithBitfields):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected