Skip to content
View in the app

A better way to browse. Learn more.

ResHax

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Help us keep the site running.

Bleach Brave Souls (.byte and .pb files)

Featured Replies

  • Author
  • Localization

xaesk, posted Sun May 17, 2020 3:57 am (56807)


I'm trying to extract models from the Unity mobile game, Bleach: Brave Souls.

This is the type of game that only has basic set up files in its APK and downloads everything else after you run the game for the first time, so the models aren't located in the initial APK and are instead in a 2 gb folder titled "rmfs". The .byte files are the models and the .pb files are 2D resources. I've done a ton of scouring on the Internet but I can't find out how to decrypt these files. I've tried opening them up in a hex editor, but the headers are usually either the company's name "KLab" or illegible. I'm not very experienced at this and have no idea where to go from here. Does anyone have any suggestions?

Here's a sample of some of the .byte files if that helps: https://drive.google.com/drive/folders/1fk2ywEnlsfS0yu_OsPHPKz-_kdLc3q0F?usp=sharing

Thanks!
  • Author
  • Localization

aluigi, posted Mon Oct 12, 2020 5:36 pm (59371)


It looked like gzip using deflate but there is probably something custom.
This is the work-in-progress script I tried to write (and that obviously doesn't work):
Code:
comtype gzip
idstring "KLab"
get FLAGS long
get SIZE long
getdstring SIGN 4   # "\0RSF"
savepos OFFSET
get ZSIZE asize
math ZSIZE - OFFSET
get NAME basename
clog NAME OFFSET ZSIZE SIZE
Guest
This topic is now closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.