| 349 | } |
| 350 | |
| 351 | LAZY_IMPORTER_FORCEINLINE const win::IMAGE_NT_HEADERS* nt_headers( |
| 352 | const char* base) noexcept |
| 353 | { |
| 354 | return reinterpret_cast<const win::IMAGE_NT_HEADERS*>( |
| 355 | base + reinterpret_cast<const win::IMAGE_DOS_HEADER*>(base)->e_lfanew); |
| 356 | } |
| 357 | |
| 358 | LAZY_IMPORTER_FORCEINLINE const win::IMAGE_EXPORT_DIRECTORY* image_export_dir( |
| 359 | const char* base) noexcept |
no outgoing calls
no test coverage detected