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

Method safe_cached

Loading/Loading/lazy_importer.hpp:504–507  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

502
503 template<class T = DefaultType>
504 LAZY_IMPORTER_FORCEINLINE static T safe_cached() noexcept
505 {
506 return cached<T, safe_module_enumerator>();
507 }
508 };
509
510 template<offset_hash_pair OHP>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected