Register for your free account! | Forgot your password?

You last visited: Today at 04:16

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Release]Network: Xorcrypt

Discussion on [Release]Network: Xorcrypt within the Flyff PServer Guides & Releases forum part of the Flyff Private Server category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jan 2008
Posts: 52
Received Thanks: 58
[Release]Network: Xorcrypt

Die Offi Xor keys:

pXORTable:
Code:
byte pXORTable[] = { 0x0D0, 0x36, 0x5, 0x0CD, 0x0A2, 0x0F, 0x0, 0x0F9, 0x0D7, 0x6, 0x93 };
Crypt0r:
Code:
void FLXOR(char* byKeyIndex, char* pOutput, char* pInput, int nSize, const char* pXORTable)
{
  for ( int i = 0; i < nSize; ++i )
    pOutput[i] = pXORTable[(*byKeyIndex)++] ^ pInput[i];
}
Creditz: Clemi, Crasy

Lg, Clemi
cletite is offline  
Thanks
5 Users
Old 07/29/2013, 15:44   #2
 
elite*gold: 0
Join Date: Jul 2013
Posts: 23
Received Thanks: 6
Danke aber was kann man damit anfangen?
DieLachnummer is offline  
Old 07/29/2013, 15:53   #3
 
elite*gold: 0
Join Date: Apr 2013
Posts: 511
Received Thanks: 431
NANANA, geht so net!!

Code:
void FLXOR( _In_ char* byKeyIndex, _Out_ char* pOutput, _In_ char* pInput, _In_ int nSize, _In_ const char* pXORTable )
{
  for ( int i = 0; i < nSize; ++i )
    pOutput[i] = pXORTable[(*byKeyIndex)++] ^ pInput[i]; //=> Macht iwie xor aus 0x.. what weiß ich.
}
Fin.
Wanetrain is offline  
Old 07/30/2013, 09:42   #4
 
xTwiLightx's Avatar
 
elite*gold: 0
Join Date: Jan 2009
Posts: 1,739
Received Thanks: 1,669
Quote:
Originally Posted by DieLachnummer View Post
Danke aber was kann man damit anfangen?
Das ist die jetzige Paketverschlüsselung der offiziellen Server.
Mit der Table und der Funktion kannst du deine Packets ver- und entschlüsseln lassen.
xTwiLightx is offline  
Thanks
1 User
Reply




All times are GMT +2. The time now is 04:16.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.