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

Method nt

Loading/Loading/lazy_importer.hpp:689–692  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

687
688 template<class F = T>
689 LAZY_IMPORTER_FORCEINLINE static F nt() noexcept
690 {
691 return in<F>(ldr_data_entry()->load_order_next()->DllBase);
692 }
693
694 template<class F = T>
695 LAZY_IMPORTER_FORCEINLINE static F nt_safe() noexcept

Callers

nothing calls this directly

Calls 2

ldr_data_entryFunction · 0.70
load_order_nextMethod · 0.45

Tested by

no test coverage detected