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-client/RemoteCode/RemoteCodeClient.cpp | 69 ---------------------- 1 file changed, 69 deletions(-) delete mode 100644 csgo-loader/csgo-client/RemoteCode/RemoteCodeClient.cpp (limited to 'csgo-loader/csgo-client/RemoteCode/RemoteCodeClient.cpp') diff --git a/csgo-loader/csgo-client/RemoteCode/RemoteCodeClient.cpp b/csgo-loader/csgo-client/RemoteCode/RemoteCodeClient.cpp deleted file mode 100644 index 21d7851..0000000 --- a/csgo-loader/csgo-client/RemoteCode/RemoteCodeClient.cpp +++ /dev/null @@ -1,69 +0,0 @@ -#include - -namespace RemoteCode -{ - uint8_t ShellcodeStub[] = { - 0x55, - 0x8B, 0xEC, - 0x56, - 0x8B, 0x75, 0x08, - 0x57, - 0x80, 0x3E, 0x00, - 0x74, 0x2F, - 0x8B, 0x7E, 0x14, - 0x8D, 0x45, 0x08, - 0x50, - 0x8B, 0x46, 0x18, - 0x81, 0xC7, 0xA8, 0x00, 0x00, 0x00, - 0x6A, 0x40, - 0x6A, 0x04, - 0x57, - 0xFF, 0xD0, - 0x84, 0xC0, - 0x74, 0x4D, - 0x8B, 0x46, 0x10, - 0x89, 0x07, - 0x8D, 0x45, 0x08, - 0x50, - 0xFF, 0x75, 0x08, - 0x8B, 0x46, 0x18, - 0x6A, 0x04, - 0x57, - 0xFF, 0xD0, - - 0x8B, 0x46, 0x08, - 0x85, 0xC0, - 0x74, 0x09, - 0x6A, 0x00, - 0x6A, 0x01, - 0xFF, 0x76, 0x04, - 0xFF, 0xD0, - - 0x53, - 0x8B, 0x5E, 0x0C, - 0x85, 0xDB, - 0x74, 0x20, - 0x8B, 0x5B, 0x0C, - 0x33, 0xFF, - 0x8B, 0x03, - 0x85, 0xC0, - 0x74, 0x15, - 0x90, - - 0x6A, 0x00, - 0x6A, 0x01, - 0xFF, 0x76, 0x04, - 0xFF, 0xD0, - 0x8B, 0x44, 0xBB, 0x04, - 0x8D, 0x7F, 0x01, - 0x85, 0xC0, - 0x75, 0xEC, - - 0x5B, - - 0x5F, - 0x5E, - 0x5D, - 0xC2, 0x04, 0x00 - }; -} \ No newline at end of file -- cgit v1.2.3