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.

Anyone who has seen this incredible compression? #unity

Featured Replies

  • Author
  • Localization

libaibaba, posted Thu Jun 20, 2019 8:32 am (48921)


Anyone who has seen this incredible compression? It comes from an unpublished game. I got it with a little trick. But it's different from any unit asset I've ever seen before. I tried XOR but it didn't work. The only unencrypted one is unity default resources, from which I can see the unit version. Who has seen such a document? Finally, please forgive my English. It's not my mother tongue.
https://mega.nz/#!qXYRzYxT!qjxTb9O_-syMXmjX2dGR7ykV9oY8f3sJ4znRxHQNvjY
https://mega.nz/#!nPBTQYiD!XqoNKrTD8HJU9x9VkTBPj9jrKx8s5g0yfMEU9xfQnoM
  • Author
  • Localization

Kaplas, posted Thu Jun 20, 2019 12:53 pm (48926)


If it is encrypted, you'll probably need the "Assembly-CSharp.dll" file of the game (maybe other files too) to get the encryption key.
  • Author
  • Localization

libaibaba, posted Fri Jun 21, 2019 5:40 pm (48956)


Kaplas wrote:
If it is encrypted, you'll probably need the "Assembly-CSharp.dll" file of the game (maybe other files too) to get the encryption key.

Is a 64-bit XOR,I done. But thank you. :lol:
  • Author
  • Localization

aluigi, posted Sun Jun 23, 2019 1:17 am (48972)


Do you mean a byte-per-byte XORing with a 64bit number generated with a pseudo-random algorithm and an initial seed?

Like:
Code:
srand(123);
for(i = 0; i < size; i ) {
  data[i] ^= rand();
}
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.