How get module ( CSH / OBJ / CFX / BIN ) Without label (D3D C++)

05/10/2016 23:39 zBlacklite#1
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!
05/12/2016 23:32 __chkstk#2
DWORD modehack = (DWORD)GetModuleHandleA("Object.lto") is it hard ? xD
[I was kidding probably it is not work, you need add more code for get object.]
[I was kidding too, try it .]