add MmpTls.cpp

This commit is contained in:
Boring
2021-06-02 22:45:25 +08:00
parent ae8b8368d0
commit 41c1175add
23 changed files with 14752 additions and 118 deletions
+1
View File
@@ -2,6 +2,7 @@
#pragma warning(disable:6387)
#pragma warning(disable:26812)
#pragma comment(lib,"Secur32.lib")
#pragma comment(lib,"ntdll.lib")
FARPROC NTAPI RtlGetNtProcAddress(LPCSTR func_name) {
return GetProcAddress(GetModuleHandleA("ntdll.dll"), func_name);