MCPcopy Create free account
hub / github.com/SecurityAnalysts01/ShellcodeLoader / nt_headers

Function nt_headers

Loading/Loading/lazy_importer.hpp:351–356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

image_export_dirFunction · 0.70
exports_directoryMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected