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

Method safe

Loading/Loading/lazy_importer.hpp:488–491  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

486 public:
487 template<class T = DefaultType>
488 LAZY_IMPORTER_FORCEINLINE static T safe() noexcept
489 {
490 return Derived::template get<T, safe_module_enumerator>();
491 }
492
493 template<class T = DefaultType, class Enum = unsafe_module_enumerator>
494 LAZY_IMPORTER_FORCEINLINE static T cached() noexcept

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected