Holds base relocation information. struct: IMAGE_BASE_RELOCATION structure entries: list of relocation data (RelocationData instances)
| 1714 | |
| 1715 | |
| 1716 | class BaseRelocationData(DataContainer): |
| 1717 | """Holds base relocation information. |
| 1718 | |
| 1719 | struct: IMAGE_BASE_RELOCATION structure |
| 1720 | entries: list of relocation data (RelocationData instances) |
| 1721 | """ |
| 1722 | |
| 1723 | |
| 1724 | class RelocationData(DataContainer): |
no outgoing calls
no test coverage detected