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

Method in_cached

Loading/Loading/lazy_importer.hpp:535–542  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

533
534 template<class T = void*, class Ldr>
535 LAZY_IMPORTER_FORCEINLINE static T in_cached(Ldr ldr) noexcept
536 {
537 auto& cached = lazy_base<lazy_module<OHP>>::_cache();
538 if(!cached)
539 cached = in(ldr);
540
541 return (T)(cached);
542 }
543 };
544
545 template<offset_hash_pair OHP, class T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected