Page 1 of 1
MasterControl.dll
Posted:
Sat May 12, 2012 8:52 am
by xenoglyph
Re: MasterControl.dll
Posted:
Thu May 17, 2012 1:20 pm
by xenoglyph
Version 2 is nearing completion. I'll be adding send/receive packet support for the remaining T2A+ clients. I'm going to hold off on macro and pathfind support for those clients right now. Sending IPC commands for unsupported features will simply be ignored. Send hook code, due to making a common sense improvement, shrank from 2 different types of hook code to one type. Receive hook code went from 2 to 9 different types. This is because the send hook simply overwrites an existing CALL instruction, whereas the receive hook overwrites the first instructions of a specific function...and from T2A to current client version there are 9 different possible combinations of stolen code to restore. A hooking library which disassembles instructions could've helped here, but it's not too painful to do manually.
Re: MasterControl.dll
Posted:
Fri Jul 27, 2012 9:08 pm
by Bicchus Dicchus
Nice.
Re: MasterControl.dll
Posted:
Wed Aug 01, 2012 10:10 am
by Injection
Hi,
I wanna use this program with client 2.0.3 is it possible?
Is Huge changes required to use with client 2.0.3?
Or Can u know any other open source c# injection project?
Sorrf 4 English
Re: MasterControl.dll
Posted:
Fri Aug 10, 2012 1:53 pm
by Kevorki
The login server patch doesn't seem to work on 5.0.9.1. In debugger i can see that the values got patched, but when i try to log in client just rewrites them back.
The rest of the code is pure gold though
Re: MasterControl.dll
Posted:
Thu Aug 16, 2012 9:34 pm
by Warstone
xenoglyph,
can you breefly guide with your source code... I have a problem... I nedd to know position, size and z-order of any opened gumps including main window... Do you work with that kind of information in your library?
(This need for analyzing visual and make your own gumps via DD hooks)
Re: MasterControl.dll
Posted:
Fri Nov 09, 2012 10:24 pm
by heyo
sehr gut
Re: MasterControl.dll
Posted:
Tue Jun 04, 2013 8:18 pm
by mss29
me to need support version 2.0.3 .....
why not working GetIpcInfo or FindIpcSignature for v2.0.3 ??
how can i fix it.