Holds debug information. struct: IMAGE_DEBUG_DIRECTORY structure entries: list of entries (IMAGE_DEBUG_TYPE instances)
| 1706 | |
| 1707 | |
| 1708 | class DebugData(DataContainer): |
| 1709 | """Holds debug information. |
| 1710 | |
| 1711 | struct: IMAGE_DEBUG_DIRECTORY structure |
| 1712 | entries: list of entries (IMAGE_DEBUG_TYPE instances) |
| 1713 | """ |
| 1714 | |
| 1715 | |
| 1716 | class BaseRelocationData(DataContainer): |
no outgoing calls
no test coverage detected