How get module ( CSH / OBJ / CFX / BIN ) Without label (D3D C++)
Hey all !
I have a problem.
I Have a D3D menu c++ and i want get , CSH / OBJ / CFX / BIN module but now i only found for get csh ( CSHELL.DLL ) with this fonction :
DWORD modehack = (DWORD)GetModuleHandleA("cshell.dll") + 0x60EBBC; // Mode Hack
But now i want for OBJ / CFX / BIN , how i can get this module ?
Thanks for help!
|