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.

About XOR decryption of unity games

Featured Replies

  • Author
  • Localization

libaibaba, posted Mon Apr 15, 2019 7:05 am (46951)


Hello everyone,I recently watched a mobile game?overlord?,Its assets are encrypted with XOR and regularly, and I have calculated filexor "0xFF",But I don't know how to implement loops on BMS,This is assets.https://mega.nz/#!mWRR2YyL!gtO4BHq8fkpZqcDSampg1UNMLrib1FLBcNwXVBPTkxw
Finally, please forgive my English and thank you.
  • Author
  • Localization

chrrox, posted Mon Apr 15, 2019 4:28 pm (46969)


so starting at offset 1 it reads 8 bytes xored with 0xFF then reads 10 bytes plain and repeats that till the end of the file?
just xor the file with
0x00FFFFFFFFFFFFFFFF000000000000000000

so
Code:
get size asize
get name basename
string name .dec
filexor "\x00\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\x00\x00\x00\x00\x00\x00\x00\x00\x00"
log name 0 size
  • Author
  • Localization

libaibaba, posted Mon Apr 15, 2019 5:09 pm (46975)


chrrox wrote:
so starting at offset 1 it reads 8 bytes xored with 0xFF then reads 10 bytes plain and repeats that till the end of the file?
just xor the file with
0x00FFFFFFFFFFFFFFFF000000000000000000

so
Code:
get size asize
get name basename
string name .dec
filexor "\x00\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\x00\x00\x00\x00\x00\x00\x00\x00\x00"
log name 0 size


Succeed!!!! Thanks very much!! :D Have a good day :lol:
  • Author
  • Localization

Harry_AJMK418, posted Sun Aug 21, 2022 8:10 am (73096)


I need help in the decryption of xor encrypted files of the unity game Call Of Duty Mobile if anyone could help me out! if can help me out dm me on twitter - @Harry_AJMK418 or discord - Harry$#4180
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.