SeedEncRoundKey CCoreCipher
SeedEncRoundKey CCoreCipher (unsigned long *,unsigned char *))
What does this function do?
Re: SeedEncRoundKey CCoreCipher
An encryption or decryption of some sort.
Re: SeedEncRoundKey CCoreCipher
Quote:
Originally Posted by
ThievingSix
An encryption or decryption of some sort.
I know that.
541650: ?SeedDecrypt@CCoreCipher
5426A0: ?SeedEncRoundKey@CCoreCipher
I was wondering if anyone knew about this function, as in when it is called.
Re: SeedEncRoundKey CCoreCipher
I thought it was something about packets encryption, then I've hooked SeedDecrypt once to see what it was. I played for about 5 minutes and it wasn't called.
Re: SeedEncRoundKey CCoreCipher
The only site where GunZ uses the seed encryption is in the launcher system.
Re: SeedEncRoundKey CCoreCipher
Quote:
Originally Posted by
-Lambda-
The only site where GunZ uses the seed encryption is in the launcher system.
I thought of that, but I thought that function was for something else.
Thank you very much Lambda.
Re: SeedEncRoundKey CCoreCipher
Quote:
Originally Posted by
-Lambda-
The only site where GunZ uses the seed encryption is in the launcher system.
That's why it wasn't called during gameplay =D. Thanks.