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

Function image_export_dir

Loading/Loading/lazy_importer.hpp:358–363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 1

nt_headersFunction · 0.70

Tested by

no test coverage detected