#ifndef _NTRTL_H #if (PHNT_VERSION >= PHNT_REDSTONE) // rev NTSYSAPI PVOID NTAPI RtlFindExportedRoutineByName( _In_ PVOID BaseOfImage, _In_z_ PCSTR RoutineName ); #endif #endif View code on GitHub
No description available.