updating a dll

Posts 16 of 6 · Page 1 of 1
updating a dll
is there a way to update a dll i have all the files and everything so what do i do????
please help me cn u tell me how?
are mods suposed to know how??
Lol you update by examble you Change the ltclient addie to the updated one...
Simple As Simple
yea thats easiely possible, but u have to know where its stored. with a hex editor you would never find it. ollydbg or ida pro are good tools to find the address to change. better way (for coders) is to read the pointers from a config file, like
Code:
[Addresses]
LTClient = 0x12345678
D3DDevice = 0xDEADBEEF
can be done with GetPrivateProfileInt

the path to dll you get with GetModuleFileName, you cut the .dll and append .ini or .cfg, what ever. be sure you use the right hModule or you will get the path to Engine.exe. the first parameter of DllMain gives you the hModule u need
is that the new one????
Posts 16 of 6 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?