The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: Dark Pallys on March 09, 2008, 05:49:16 AM

Title: Converting this code to support Windows 98
Post by: Dark Pallys on March 09, 2008, 05:49:16 AM
Hey there everyone..
I'm pretty new in this forum and also with Assembly, to be honest I haven't programmed anything in Assembly.
I'm a VB Programmer and I work with some C/C++
But well that's not the reason I'm here hehe.

On the forum I work at one of our old staff members released a DLL for the community to help them.
What the DLL does is, encrypt the data that has been input with XTEA Encryption, and then inject itself into the process of the game and then hook the winsock send function and send the encrypted data through it.

The problem is the DLL isn't compatible with Windows 98, and the creator of the DLL has retired sometime ago.
It would be of great help if anyone of you could help me on making this DLL Windows 98 compatible.

I'm attaching the source code of the project.

Thank you
Title: Re: Converting this code to support Windows 98
Post by: hutch-- on March 09, 2008, 07:14:48 AM
Read the rules about legality of posting. Code injection in games or otherwise is unacceptable content in this forum.