Quote:
Originally Posted by nopp
75 USD for 1-55 afk leveling, farm and tonns of cheats
seems you dont know how it really works
Program could be easily tricked by hooking the connect() winsock API and you actually dont care if it use dns or not. But anyway what you will do next? You need to generate users database. Since you dont know it's format and encryption protocol it is almost impossible.
|
just to let you know. all programs once loaded in the memory and running are un-ecnrypted. you only need to dubug on where this main rudukop launcher jumps execution. this is the base of polymorphism stuff.
from there you can read those memory zones and debug, you dont need to check the user database. that beats the purpose.. you need to hook the code checking and inject "NOP" command.
NOP = no operation in human terms. in DOS mode or kernel mode, the most primitive area of MS System. this is equivalent to 90hex and 1 byte long, there is a machine code equivalent to the extended memory area or the memory area above 1MB base memory on the multi threading system.
-------------
You got the idea of winsock, you are 25% of the way but you are wrong if you think you will need a user database.
Remember that it only needs to check the server for an access then sends back data for success or failure. If success it will open the software and encrypt
It don't recommend hooking winsocks, it can interfere with other running programs. I use "Virtual PC" with a different IP address on stuff like this. The one running on this Virtual machine controls the DNS poisoning Unix system which poison only my local network.
***************
winsock hooking will trigger your antivirus.