03-13-2017, 02:00 AM
the game is: 舞力全开:活力派 (download: adl.netease.com/d/g/justdance/c/gw_pcclient). In the pastes of installed game there is a paste called Setting, in older versions of the game this paste contained files .json that can be easily readed.
But in the current version, the paste Setting contains .z files that cannot be extracted or readed. I want to read the text in the setting files but it is kind compressed. So I decided to use dotPeek to decompile the Assembly-CSharp.dll (an dll from the game) and I discover that it uses sevenzip lzma comprfession, So I got some interesting codes that can be useful to decode these files.
Here is the Setting old and current files https://www.dropbox.com/sh/d64b1pjx3sp8r...uHNxa?dl=0
and here it is the codes I decompiled https://www.dropbox.com/sh/frejsrezln9yc...-Hiaa?dl=0
If someone can help me I will be thankful
But in the current version, the paste Setting contains .z files that cannot be extracted or readed. I want to read the text in the setting files but it is kind compressed. So I decided to use dotPeek to decompile the Assembly-CSharp.dll (an dll from the game) and I discover that it uses sevenzip lzma comprfession, So I got some interesting codes that can be useful to decode these files.
Here is the Setting old and current files https://www.dropbox.com/sh/d64b1pjx3sp8r...uHNxa?dl=0
and here it is the codes I decompiled https://www.dropbox.com/sh/frejsrezln9yc...-Hiaa?dl=0
If someone can help me I will be thankful