From 5dd6df4471ab684774e73f5d72c045e230b87f34 Mon Sep 17 00:00:00 2001 From: explorer Date: Tue, 25 Feb 2025 12:55:56 +0300 Subject: [PATCH] no push --- Entry_Point.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Entry_Point.cpp b/Entry_Point.cpp index 5e5d515..50f2561 100755 --- a/Entry_Point.cpp +++ b/Entry_Point.cpp @@ -252,6 +252,8 @@ __int32 __stdcall DllMain(HMODULE This_Module, unsigned __int32 Call_Reason, voi Byte_Manager::Set_Bytes(0, (void*)((unsigned __int32)Client_Module + 417204), 1, 235); + Byte_Manager::Set_Bytes(0, (void*)((unsigned __int32)Client_Module + 2538675), 1, 255); + Original_Copy_Command_Caller = Redirection_Manager::Redirect_Function(0, (void*)((unsigned __int32)Client_Module + 1094624), (void*)Redirected_Copy_Command); }