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

Method in_safe

Loading/Loading/lazy_importer.hpp:668–671  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

666
667 template<class F = T, class Module>
668 LAZY_IMPORTER_FORCEINLINE static F in_safe(Module m) noexcept
669 {
670 return in<F, true>(m);
671 }
672
673 template<class F = T, bool IsSafe = false, class Module>
674 LAZY_IMPORTER_FORCEINLINE static F in_cached(Module m) noexcept

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected