Okay so I got really really bored and decided to start to work on this. It will be a 4267 emulator developed using C++ with boost, and other libraries as well. My aim will be to use as much 3rd party as possible, and minimize the workload. It will probably never get past logging in, since I only have a really minimal amount of time, but if anyone would like to check the progress, see the code, or maybe learn something, I am providing all of the code at this link.
LINK :
You will need to set up boost in order to compile this! (Duh.)
Progress/changelog :
Quote:
Revision 2
Added socket system
Added class for packet data handling
Created auth client class
Implemented COSAC based on CO2_CORE_DLL (TY CptSky!)
|
Quote:
Revision 6
Added RC5 password decryption
Added database support (SQLite) and account validation
|