Holds import descriptor information. dll: name of the imported DLL imports: list of imported symbols (ImportData instances) struct: IMAGE_IMPORT_DESCRIPTOR structure
| 1537 | |
| 1538 | |
| 1539 | class ImportDescData(DataContainer): |
| 1540 | """Holds import descriptor information. |
| 1541 | |
| 1542 | dll: name of the imported DLL |
| 1543 | imports: list of imported symbols (ImportData instances) |
| 1544 | struct: IMAGE_IMPORT_DESCRIPTOR structure |
| 1545 | """ |
| 1546 | |
| 1547 | |
| 1548 | class ImportData(DataContainer): |
no outgoing calls
no test coverage detected