Skip to content

Commit 9ee34cf

Browse files
committed
removed annoying print warning idk
1 parent 6b2842f commit 9ee34cf

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ GH Injector Library/Release/
33
GH Injector SM/GH Injector SM/x64/
44
GH Injector SM/GH Injector SM/x86/
55
Release/
6+
Debug/
7+
GH Injector Library/Debug/

GH Injector Library/Injection Generic.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ DWORD InjectDLL(const wchar_t * szDllFile, HANDLE hTargetProc, INJECTION_MODE Mo
5252
BYTE * pArg = pAllocBase;
5353
BYTE * pShell = ReCa<BYTE*>(ALIGN_UP(ReCa<ULONG_PTR>(pArg) + sizeof(INJECTION_DATA_INTERNAL), 0x10));
5454

55-
LOG("Shellstart = %p\nShellend = %p\n", InjectionShell, InjectionShell_End);
5655
LOG("Shellsize = %IX bytes\n", ShellSize);
5756
LOG("Memory allocated\npArg = %p\npShell = %p\nAllocationSize = %08X\n", pArg, pShell, (DWORD)AllocationSize);
5857

GH Injector Library/Manual Mapping.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ DWORD MMAP_NATIVE::ManualMap(const wchar_t * szDllFile, HANDLE hTargetProc, LAUN
6767
BYTE * pArg = pAllocBase;
6868
BYTE * pShell = ReCa<BYTE*>(ALIGN_UP(ReCa<ULONG_PTR>(pArg) + sizeof(MANUAL_MAPPING_DATA), 0x10));
6969

70-
LOG("Shellstart = %p\nShellend = %p\n", ManualMapping_Shell, ManualMapping_Shell_End);
7170
LOG("Shellsize = %IX bytes\n", ShellSize);
7271
LOG("pArg = %p\npShell = %p\nAllocationSize = %08X\n", pArg, pShell, (DWORD)AllocationSize);
7372

0 commit comments

Comments
 (0)