| 687 | |
| 688 | template<class F = T> |
| 689 | LAZY_IMPORTER_FORCEINLINE static F nt() noexcept |
| 690 | { |
| 691 | return in<F>(ldr_data_entry()->load_order_next()->DllBase); |
| 692 | } |
| 693 | |
| 694 | template<class F = T> |
| 695 | LAZY_IMPORTER_FORCEINLINE static F nt_safe() noexcept |
nothing calls this directly
no test coverage detected