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

Method nt_safe

Loading/Loading/lazy_importer.hpp:695–698  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

693
694 template<class F = T>
695 LAZY_IMPORTER_FORCEINLINE static F nt_safe() noexcept
696 {
697 return in_safe<F>(ldr_data_entry()->load_order_next()->DllBase);
698 }
699
700 template<class F = T>
701 LAZY_IMPORTER_FORCEINLINE static F nt_cached() noexcept

Callers

nothing calls this directly

Calls 2

ldr_data_entryFunction · 0.70
load_order_nextMethod · 0.45

Tested by

no test coverage detected