hey,can anyone give me the link of Dll disassembler for modify the DSETUP.dll ? thanks :)
07/09/2013 15:04.BlackHat#2
Do you even know what DSETUP was used for? ~.~
08/16/2013 11:39Tony906#3
is the start dll? if i want to add dll to load at dsetup.dll ? there is any guide?
08/16/2013 11:43Raz9r#4
Create a fake DLL and reroute the exports to the original DLL.
08/16/2013 21:14Tony906#5
i'm newbie in c# :) there is any guide for this?
08/16/2013 21:21xxfabbelxx#6
Quote:
Originally Posted by Tony906
i'm newbie in c# :) there is any guide for this?
here you go:
Quote:
Create a fake DLL and reroute the exports to the original DLL.
08/16/2013 21:30Raz9r#7
Well Dengus once wrote a rerouting code for TL2 to add a multiplayer mode. You might do the same thing as long as you do not use a "Known DLL" (look up what that means if you do not know it, it is quite useful to know). Just search for it...
e/ I don't think this is possible in C#...
08/16/2013 22:40Tony906#8
But, i know some people with c# create new dll and assemble with original dll.
i want only add a new dll to load .
in this dll i add ip to connect,or i want a simple dsetup.dll of warrock chapter 3 with G1 Client without CRC,you can?
08/16/2013 23:13Raz9r#9
Your new DLL cannot be written in managed code, because the original DLL is written in unmanaged code. Simple as that.