| 356 | } |
| 357 | |
| 358 | LAZY_IMPORTER_FORCEINLINE const win::IMAGE_EXPORT_DIRECTORY* image_export_dir( |
| 359 | const char* base) noexcept |
| 360 | { |
| 361 | return reinterpret_cast<const win::IMAGE_EXPORT_DIRECTORY*>( |
| 362 | base + nt_headers(base)->OptionalHeader.DataDirectory->VirtualAddress); |
| 363 | } |
| 364 | |
| 365 | LAZY_IMPORTER_FORCEINLINE const win::LDR_DATA_TABLE_ENTRY_T* ldr_data_entry() noexcept |
| 366 | { |
nothing calls this directly
no test coverage detected