Holds the data related to SEH (and stack unwinding, in particular) struct an instance of RUNTIME_FUNTION unwindinfo an instance of UNWIND_INFO
| 1800 | |
| 1801 | |
| 1802 | class 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 | |
| 1810 | class UnwindInfo(StructureWithBitfields): |
no outgoing calls
no test coverage detected