These are some files that contain binary and hexadecimal. The last one is a data file, the others are localized files. Game0 is Korean localization, game1 is Chinese localization, game2 is English localization and game5 is Russian localization.
There are two encryption cycles from 2.0 to 2.9: [XOR+AES]+[XOR+AES] and zip file.
There are three encryption cycles above 3.0: [XOR+AES]+[RSA]+[XOR+AES] and zip file.
After receiving the zip archive file (which can also be dumped), you need to recreate the database structure. To do this, you need to know the order of the requests. In x2game.dll (or x2game-dev.dll), they are not in order.
And use the same debugging or injection to get the data type of the list.
This can sometimes be achieved by name, for example, count is a number and name is text.
There are two encryption cycles from 2.0 to 2.9: [XOR+AES]+[XOR+AES] and zip file.
There are three encryption cycles above 3.0: [XOR+AES]+[RSA]+[XOR+AES] and zip file.
After receiving the zip archive file (which can also be dumped), you need to recreate the database structure. To do this, you need to know the order of the requests. In x2game.dll (or x2game-dev.dll), they are not in order.
And use the same debugging or injection to get the data type of the list.
This can sometimes be achieved by name, for example, count is a number and name is text.