Clandestiny
November 4th, 2000, 14:42
Hi,
I am working on coding a key gen for Moving Pix now that I understand the algorithm. It is actually my *first* attempt at a Win32 asm program and I am outputting the key in a MessageBox. My keygen is actually working *beautifully* with one small problem...the output to my MessageBox is in hex and the output key needs to be in decimal. I have looked everywhere for some library function that would convert hex to decimal (with no success). I finally decided to write a function myself, but it is still outputting the results of all of my calculations in hex. The GetVolumeInformationA function returns the serial in hex and all I need to be able to do is convert it to decimal. Surely, this can't be very difficult. Are there any functions for this purpose ???
Thx,
Clandestiny
I am working on coding a key gen for Moving Pix now that I understand the algorithm. It is actually my *first* attempt at a Win32 asm program and I am outputting the key in a MessageBox. My keygen is actually working *beautifully* with one small problem...the output to my MessageBox is in hex and the output key needs to be in decimal. I have looked everywhere for some library function that would convert hex to decimal (with no success). I finally decided to write a function myself, but it is still outputting the results of all of my calculations in hex. The GetVolumeInformationA function returns the serial in hex and all I need to be able to do is convert it to decimal. Surely, this can't be very difficult. Are there any functions for this purpose ???
Thx,
Clandestiny