VAC Emulator

On viernes, 24 de septiembre de 2010 0 comentarios

VAC Emulator The assembler may be lame, but frankly I don't care and if anything is wrong or needs improvement suck it down. Code:unsigned char g_szVACPacket[28][180] = { 0x2F,0x0,0x0,0x0,0xD4,0x4E,0x0,0x0,0xD,0x0,0x0,0x0,0x57,0x1A,0x90,0xA,0xEA,0xBE,0xDF,0x61,0x62,0xB2,0x77,0x11,0xDA,0x4F,0x43,0x78,0xF4,0x57,0x39,0x5A,0x4D,0x5B,0x6D,0xE7,0x49,0x56,0x8,0x53,0x3E,0xC1,0x1,0xC2,0x27,0x78,0xB,0x61,0xD0,0xF1,0xA,0x78,0xFE,0x87,0xB7,0x32,0x89,0x2F,0xB1,0x63,0x90,0xD7,0xA6,0x90,0x67,0x18,0xA2,0xD9,0x63,0x25,0xC0,0xAD,0x14,0x8C,0xC6,0xFC,0xD,0xB5,0xCD,0x3F,0xFA,0x3E,0xC4,0xA6,0x68,0x9B,0xFC,0xA6,0x25,0x52,0x7E,0x6A,0x10,0xC5,0x78,0x37,0xCB,0xFD,0x73,0x70,0xFA,0x75,0xA,0x6D,0xB8,0xB,0x6D,0xD5,0x8D,0xA3,0x6C,0x58,0x56,0x5B,0x64,0xEF,0x5F,0x14,0x61,0xC2,0x6F,0xA1,0xD0,0xB4,0x1A,0x8,0xD4,0xE9,0x1,0xB1,0xDB,0xE,0xF0,0x3A,0xDD,0x53,0xF2,0xC6,0xBB,0x2B,0x87,0x6E,0xA2,0x6,0x9C,0x98,0xA8,0xB1,0x65,0x41,0xA9,0x3C,0xF9,0xB5,0x93,0x20,0xB6,0x8F,0x15,0xE0,0x81,0x27,0x1C,0x49,0x5C,0xDF,0x16,0xFA,0x6B,0x10,0x17,0xEB,0x2B,0x2D,0x72,0x4F,0xBC,0x2F,0xD,0x0, ...
Read more ...»

Finding the Directory of your DLL

On 0 comentarios

OK this is gonna be a simple one. Firstly we need to make a function. I called mine GetModulePath.          DWORD GetModulePath( HINSTANCE hInst, LPTSTR pszBuffer, DWORD dwSize ) { hInst is the Handler for your Dll pszBuffer is the variable that you want to set as the File Directory. dwSize is the size of pszBuffer Now we will add the line that...
Read more ...»

Mouse Support without Engine Funcs

On 0 comentarios

Credits go to: Crusader, LanceVorgin, Xnient Well, after being unsatisfied with my previous mouse making crap, I decided to find a new way to do a mouse in my Tool... My friend(Xnient) kinda also wanted a mouse in his Tool, so that just made me want to make a new style of mouse, that will work with an opengl hook, I'm not sure about wrapper though, it might... Without further adu,...
Read more ...»

Function Detouring and Class Detouring

On martes, 21 de septiembre de 2010 0 comentarios

Function Detouring and Class Detouring These two files provide functions for detouring regular functions as well as class methods. Readme in ZIP. Please don't post any "How do I use this" posts, if you can't figure it out then it will probably be no use to you anyway. Azorbix http://www.ziddu.com/download/11766332/detours.zip.ht...
Read more ...»

Ring0 ADetours

On 0 comentarios

Ring0 ADetours Being a big fan of ADetours, created by Azorbix, I've ported it to ring0 a while ago & now i've enhanced it a bit to make a release. What it does now: ADetourKernelFunc: - auto-detect opcode size - lock pages in memory before accessing them (needed for detours over pageable memory like win32k.sys) ARetourKernelFunc: - you can now decide wheter to free or redirect...
Read more ...»

Parcheo de memoria en Drivers Externos

On lunes, 20 de septiembre de 2010 0 comentarios

Parcheo de memoria en Drivers Externos ¿Que se pretende conseguir? Lo que pretendo conseguir es la modificación de memoria en drivers externos, es decir, conseguir modificar el comportamiento de un driver externo sin que este se entere de que está siendo modificado. Herramientas a usar: Yo e usado las siguientes: DDk (obviamente) WinDbg OSR Drive Loader DebugView VMWare Por si a alguien le interesa, que sepa que puede desensamblar...
Read more ...»

AUTHOR BEST THEME | CSS BY NEWWPTHEMES