From 4db29589a61f2e7cb663c5734f911c02206c7997 Mon Sep 17 00:00:00 2001 From: boris Date: Wed, 9 Jan 2019 20:51:16 +1300 Subject: whole buncha shit FIXME: loader currently corrupts heap on injection because i am retarded --- csgo-loader/csgo-client/RemoteCode/RemoteProcess.hpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'csgo-loader/csgo-client/RemoteCode/RemoteProcess.hpp') diff --git a/csgo-loader/csgo-client/RemoteCode/RemoteProcess.hpp b/csgo-loader/csgo-client/RemoteCode/RemoteProcess.hpp index a58320f..5fb3c75 100644 --- a/csgo-loader/csgo-client/RemoteCode/RemoteProcess.hpp +++ b/csgo-loader/csgo-client/RemoteCode/RemoteProcess.hpp @@ -48,11 +48,11 @@ namespace RemoteCode } // Release the handle when the process goes out of scope. - ~RemoteProcess() - { - if(m_Process) - CloseHandle(m_Process); - } + //~RemoteProcess() + //{ + // if(m_Process) + // CloseHandle(m_Process); + //} // Find the process ID and initialise the process. bool Start(const char *ProcessName); -- cgit v1.2.3