[Release] Advanced hooking

04/25/2012 13:55 m7mdxlife#181
Let me get this straight, so you said that it can be done with the reflector, and you admitted using it and failing. then you are asking for him to give it to you?
04/25/2012 14:57 chrisSch#182
chill bro, i never said i failed.
it was just a question, ofc i can invest a few hours of my time to rename everything correctly and restore stuff that didn't get decompiled correctly,
but i'd rather use my time for something better, so i just asked :)

if he declines ill do it myself, thats not the problem, i just thought i could save me some time :)
04/25/2012 16:27 m7mdxlife#183
Its been +9 hours since you asked for it and didn't get anything, hope you did something useful with them 9 hours. if you still want to wait expect to wait for 9 more months or so. go ahead and start renaming
04/25/2012 18:52 IAmHawtness#184
Sorry guys, haven't really been paying attention to this thread, and I always ignore PMs. I'll release a new library + source either today or tomorrow.
04/25/2012 18:55 { Angelius }#185
Quote:
Originally Posted by IAmHawtness View Post
Sorry guys, haven't really been paying attention to this thread, and I always ignore PMs. I'll release a new library + source either today or tomorrow.
I'll release a new library :)
+ source either :(
04/25/2012 19:02 IAmHawtness#186
Quote:
Originally Posted by { Angelius } View Post
I'll release a new library :)
+ source either :(
What? :---OOOOO
04/25/2012 19:14 chrisSch#187
Hey thank you IAmHawtness!

@angelius: do you mean you will publish your version of the same / similar libarary?
would be nice to see the differences / coding styles :)

@m7mdxlife:
dude, im sorry if i offended you somehow.
and i can understand that you don't want spoonfeeding to happen here.
But i can assure you i did important work in the mean time, and I'm not a noob that needs to leech the codes.

Im just trying NOT to reinvent the wheel!
Thats one of the main principes of being a programmer isn't it?

If you have anymore questions about me, my coding skills or whatever, drop me a PM and we can sort things out ;)
05/07/2012 12:39 denominator#188
I got the RecvLoopAddress after reading what you wrote BUT my question is how do you know to search for "catch error in process msg:" in the first place?

How would I search for NameOffset or BaseAddressPtr for example like what would I look for?

It's probably common sense for a lot of people but I searched for role and found role.dat I searched for character and found characters but was I right to search for them?


Quote:
Originally Posted by Belth View Post
Patch 5532:

private const int SendPacketFxnAddress = 0x6E72A3;
private const int RecvPacketFxnAddress = 0x6E7578;
private const int RecvLoopAddress = 0x6E6DC7;
private const int Return8Address = 0x69A3D6;
private const int NetworkClass = 10082968;

As for how to find addresses I just do it the obvious/noob way; just find any "landmarks" near the previous addresses in the new client. For example find "catch error in process msg:" and search upwards to the first "Test EAX, EAX" command gives you the RecvLoopAddress.

For NetworkClass I attach, login, break at SendPacketFxnAddress and use the value in ECX.