Update SharedDefs.h

This commit is contained in:
dennisbabkin.com
2021-05-29 13:08:43 -07:00
committed by GitHub
parent daf4aba9d3
commit af9cabc6a6
+3 -3
View File
@@ -28,10 +28,10 @@
#pragma once
#define DBG_PREFIX_ALL "InjectAll_" //prefix to be added in all DbgPrint calls
#define DBG_PREFIX_ALL "InjectAll_" //prefix to be added in all DbgPrint calls
#define INJECTED_DLL_FILE_NAME64 "FAKE64.DLL" //File name of the injected 64-bit DLL (name only!)
#define INJECTED_DLL_FILE_NAME32 "FAKE32.DLL" //File name of the injected 32-bit DLL (name only!)
#define INJECTED_DLL_FILE_NAME64 "FAKE64.DLL" //File name of the injected 64-bit DLL (name only!)
#define INJECTED_DLL_FILE_NAME32 "FAKE32.DLL" //File name of the injected 32-bit DLL (name only!)
#ifdef _WIN64
#define INJECTED_DLL_FILE_NAME INJECTED_DLL_FILE_NAME64