This game resources is some .byte and .pb files,and i can't find some features,so someone would give me hand?
The official web : https://www.bleach-bravesouls.com/index.php,
Maybe the .byte files include model and .pb is some packages or textures.
Phone Game Model rip Help~
-
- Posts: 250
- Joined: Sat Dec 27, 2014 8:49 pm
Re: Phone Game Model rip Help~
The files look encoded/encrypted in some manner so not much can be done without more info.
Edit: I downloaded the APK of the game and looked at the files. I could find the files you linked in your above post to that APK. However the APK did reveal that it uses Unity so you can check out the new Unity Asset Explorer topic and see if that helps any.
Edit: I downloaded the APK of the game and looked at the files. I could find the files you linked in your above post to that APK. However the APK did reveal that it uses Unity so you can check out the new Unity Asset Explorer topic and see if that helps any.
-
- Posts: 22
- Joined: Sat Jun 20, 2015 3:38 pm
Re: Phone Game Model rip Help~
First,thanks atom0s,of course the apk is look like unity files,but there is no resources like model or textures,so only after install can get the real resources,somebody help?
-
- Posts: 1383
- Joined: Sat Aug 09, 2014 2:34 pm
Re: Phone Game Model rip Help~
atom0s wrote:The files look encoded/encrypted in some manner so not much can be done without more info.
Edit: I downloaded the APK of the game and looked at the files. I could find the files you linked in your above post to that APK.
here cache if you want
Encryption is AES/256/CBC for all files (Byte, Pb, Db). You can found DecryptWorker and TextureDecryptWorker in Bleach.Common.ResourceManagerBridge
-
- Posts: 22
- Joined: Sat Jun 20, 2015 3:38 pm
Re: Phone Game Model rip Help~
Ekey wrote:Encryption is AES/256/CBC for all files (Byte, Pb, Db). You can found DecryptWorker and TextureDecryptWorker in Bleach.Common.ResourceManagerBridge
Thank you for your help,i get the files but where is the DecryptWorker and TextureDecryptWorker ?
-
- Posts: 1383
- Joined: Sat Aug 09, 2014 2:34 pm
Re: Phone Game Model rip Help~
Unity Assembly dll
-
- Posts: 22
- Joined: Sat Jun 20, 2015 3:38 pm
Re: Phone Game Model rip Help~
Hi,all,i get the functions DecrypyWorker and TextureDecryptWorker but there is no aes key so i also can't decrypt the files ,any ways?
-
- Posts: 1383
- Joined: Sat Aug 09, 2014 2:34 pm
Re: Phone Game Model rip Help~
Perhaps the key is in main library > libmain.so or something like that. Or as encryption key used md5 file hash.
-
- Posts: 5
- Joined: Sun Jan 06, 2019 8:23 am
Re: Phone Game Model rip Help~
Ekey wrote:Perhaps the key is in main library > libmain.so or something like that. Or as encryption key used md5 file hash.
Can you help me find what you described above?