Hello. I was wondering how you find the K Value for the RC4 encryption in Wow's source. The problem I am having is I cant even breakpoint while in Olly, or IDA without throwing an assertion due to the Battle.net.dll. Also, while in game, breakpoints don't work.
Is there something I am missing? Is there some Godly hack that can bypass these restrictions so I can step through the wow source in olly, or IDA(or a similar type of program) so I can find where WOW stores its K value? I really don't feel like stepping through the battle.net.dll and seeing if I can bypass the restrictions for checking if a debugger is present on logon... (if I even could lol)
Goal: Encrypt/Decrypt the packets by finding the K Value.
I hope there is a way(there has to be...) Or is it:
Blizzard:1
Me: 0
Any help would be appreciative.