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

Function ldr_data_entry

Loading/Loading/lazy_importer.hpp:365–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

363 }
364
365 LAZY_IMPORTER_FORCEINLINE const win::LDR_DATA_TABLE_ENTRY_T* ldr_data_entry() noexcept
366 {
367 return reinterpret_cast<const win::LDR_DATA_TABLE_ENTRY_T*>(
368 ldr()->InLoadOrderModuleList.Flink);
369 }
370
371 struct exports_directory {
372 const char* _base;

Callers 7

resetMethod · 0.70
ntMethod · 0.70
nt_safeMethod · 0.70
nt_cachedMethod · 0.70
nt_safe_cachedMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected