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.

help decrypting simple encryption for unity assetbundles

Featured Replies

  • Author
  • Localization

Jenny_1367, posted Mon Dec 06, 2021 7:48 am (67976)


my friend found this game made with unity and every code in the .bundles is same to normal assetbundles format
except the header, no cab in the file
instead there is a bundle_index.txt file and I wonder if it is possible to use it to decrypt the .bundle?
versions and stuff seems to be in the .bundle files (2018.4.21?) but I am just not sure what to do

any help will be much appreciated!! :D
(it seems a lot easier than the other game decryption
thanks a lot in advance!
here's the sample files: https://mega.nz/folder/gPwygAJB#lSq_aZyieulbFzSUnN46hA
  • Author
  • Localization

aluigi, posted Fri Dec 10, 2021 1:37 pm (68127)


I don't know how is the header encrypted/obfuscated, but at least you can decompress the lz4 content:
Code:
comtype lz4
math OFFSET = 0x74
get SIZE asize
math SIZE - OFFSET
xmath XSIZE "SIZE * 4"
get NAME filename
string NAME ".unpack"
clog NAME OFFSET SIZE XSIZE

Maybe someone else can help you in building a proper UnityFS header for opening the content with the usual tools.

Please remember to EVER specify the name of the game.
  • Author
  • Localization

Jenny_1367, posted Sat Dec 11, 2021 8:07 pm (68192)


aluigi wrote:
I don't know how is the header encrypted/obfuscated, but at least you can decompress the lz4 content:
Code:
comtype lz4
math OFFSET = 0x74
get SIZE asize
math SIZE - OFFSET
xmath XSIZE "SIZE * 4"
get NAME filename
string NAME ".unpack"
clog NAME OFFSET SIZE XSIZE

Maybe someone else can help you in building a proper UnityFS header for opening the content with the usual tools.

Please remember to EVER specify the name of the game.



Tyvm! however what file do I use it on? I can't seem to get any outputs with .bundle..(the game is ??????, sorry I didn't note it at the start)
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.