Holds bound import forwarder reference data. Contains the same information as the bound descriptor but for forwarded DLLs, if any. struct: IMAGE_BOUND_FORWARDER_REF structure name: dll name
| 1789 | |
| 1790 | |
| 1791 | class BoundImportRefData(DataContainer): |
| 1792 | """Holds bound import forwarder reference data. |
| 1793 | |
| 1794 | Contains the same information as the bound descriptor but |
| 1795 | for forwarded DLLs, if any. |
| 1796 | |
| 1797 | struct: IMAGE_BOUND_FORWARDER_REF structure |
| 1798 | name: dll name |
| 1799 | """ |
| 1800 | |
| 1801 | |
| 1802 | class ExceptionsDirEntryData(DataContainer): |
no outgoing calls
no test coverage detected