seohyun Posted April 1 Share Posted April 1 I have little experience with this type of files, could you help me read them correctly? I think it could be encrypted and the actual content be in a json file but I do not know where to start. Can you teach me how to decrypt it? Later I want to do it on my own with other games. I added examples from the files GameData.zip Link to comment Share on other sites More sharing options...
ikskoks Posted April 1 Share Posted April 1 It's not encrypted. You can clearly see texts by looking at file in hex editor. It's a binary file that needs to be parsed properly. Try to search for tools/programs that may already suport this file type. If none is available, then you would need to create one yourself by reverse engineering this file format. Link to comment Share on other sites More sharing options...
Solution Thief1987 Posted April 1 Solution Share Posted April 1 (edited) Well, I'm not sure what's the purpose of the Reward.byte file and I don't see any useful info there, but you can unpack TextData.byte with this tool ToTS.rar Edited April 1 by Thief1987 Link to comment Share on other sites More sharing options...
ikskoks Posted April 1 Share Posted April 1 1 hour ago, Thief1987 said: Well, I'm not sure what's the purpose of the Reward.byte file and I don't see any useful info there, but you can unpack TextData.byte with this tool Where did you find this tool? Or was it made by you? Link to comment Share on other sites More sharing options...
Thief1987 Posted April 1 Share Posted April 1 18 minutes ago, ikskoks said: Where did you find this tool? Or was it made by you? Yeah, it's mine Link to comment Share on other sites More sharing options...
seohyun Posted April 2 Author Share Posted April 2 12 hours ago, Thief1987 said: Well, I'm not sure what's the purpose of the Reward.byte file and I don't see any useful info there, but you can unpack TextData.byte with this tool ToTS.rar 1.17 MB · 5 downloads Is it safe to download it? Because Windows detects it as a virus "Trojan:Win32/Wacatac.B!ml" Link to comment Share on other sites More sharing options...
Thief1987 Posted April 2 Share Posted April 2 (edited) 2 hours ago, seohyun said: Is it safe to download it? Because Windows detects it as a virus "Trojan:Win32/Wacatac.B!ml" My Avast sometimes also detects my golang binaries as viruses, I don't know why this is happening. Seems like something in go's compiler is triggering this. https://go.dev/doc/faq#virus Edited April 2 by Thief1987 Link to comment Share on other sites More sharing options...
seohyun Posted April 7 Author Share Posted April 7 On 4/2/2024 at 1:25 AM, Thief1987 said: My Avast sometimes also detects my golang binaries as viruses, I don't know why this is happening. Seems like something in go's compiler is triggering this. https://go.dev/doc/faq#virus Thank you very much, it really works! ❤️ Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now