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.

Ripping X DiVE

Featured Replies

  • Author
  • Localization

TheUltDark, posted Wed Apr 22, 2020 4:58 pm (56184)


I don't understand why this is happening on my code I tried develop a script to be able to break X DiVE XOR or at least extract/convert it to a actual unity asset but when I try the file just rename itself all the time and idk what do any help will be really welcome here ;-;
Code:
endian big
idstring "UnityFS\x00"
get archiveSize long
get unknownValue long
get fileCount long
for i = 0 < fileCount
   get pointer long
   get length long
   getdstring name 0x8
   log name pointer length
next i
  • Author
  • Localization

aluigi, posted Thu Apr 23, 2020 8:13 am (56215)


The script is correct but UnityFS is a complex format that cannot be handled in that way.
For Unity take a look at this topic:
viewtopic.php?f=17&t=12
  • Author
  • Localization

TheUltDark, posted Thu Apr 23, 2020 4:42 pm (56228)


aluigi wrote:
The script is correct but UnityFS is a complex format that cannot be handled in that way.
For Unity take a look at this topic:
viewtopic.php?f=17&t=12


I saw this post but none of these can help with the XOR problem, I want break this XOR to be able to read those files and which another way I can handle those files besides those ones on this post?
  • Author
  • Localization

TheUltDark, posted Thu Apr 23, 2020 6:11 pm (56236)


aluigi wrote:
Do you mean this?
https://www.vg-resource.com/thread-3607 ... #pid658878

If it's just xor why don't you try with the xor tool or a script?
Code:
encryption xor "UnityFS\0\0\0"
get SIZE asize
get NAME filename
log NAME 0 SIZE


so this is the main problem most of the sites I tried don't work and those people who have done it don't share the software that they used (and apparently everybody have the same person that created it since they can't share because is from their friend), so this is one solution I found to do it and that eveyone will be able to do too

Code:
encryption xor "UnityFS\0\0\0"
get SIZE asize
get NAME filename
log NAME 0 SIZE
for i = 0    get pointer long
   get length long
   getdstring name 0x8
   log name pointer length
next i


btw I updated my code but this appearing
Image
  • Author
  • Localization

zerotaku5, posted Sun Nov 01, 2020 6:17 am (59880)


TheUltDark wrote:
aluigi wrote:
Do you mean this?
https://www.vg-resource.com/thread-3607 ... #pid658878

If it's just xor why don't you try with the xor tool or a script?
Code:
encryption xor "UnityFS\0\0\0"
get SIZE asize
get NAME filename
log NAME 0 SIZE


so this is the main problem most of the sites I tried don't work and those people who have done it don't share the software that they used (and apparently everybody have the same person that created it since they can't share because is from their friend), so this is one solution I found to do it and that eveyone will be able to do too

Code:
encryption xor "UnityFS\0\0\0"
get SIZE asize
get NAME filename
log NAME 0 SIZE
for i = 0    get pointer long
   get length long
   getdstring name 0x8
   log name pointer length
next i


btw I updated my code but this appearing
Image

I hope you can extract since I am also looking for how to do it but I can not find anything.
By the way I'm also looking for the index game and SIFAS do you know if there is also a way to extract them?
  • Author
  • Localization

Taiwan_Guy, posted Wed May 26, 2021 11:26 am (64280)


I figured out that it uses 4 keys

Header key for XDIVE UnityFS


55 6E 69 74 79 46 53 00 00 00 (x10)

55 6E 69 74 79 46 53 00 00 (x09)

55 6E 69 74 79 46 53 00 (x08)

55 6E 69 74 79 46 53 (x07)

is there any way to write a script for decrypting the assets with these keys i got from here https://tomeko.net/online_tools/xor.php?lang=en

...cause i used wxhexeditor but it took me a lot of days decrypting the assets with these keys and it can't save the decrypted header with the original file, i had to do it in each file for 4 hrs.
  • Author
  • Localization

Taiwan_Guy, posted Mon Sep 27, 2021 3:05 am (66681)


Okay, scratch that part about the xor keys for android.

The game had a pc/ steam port (and almost 3 assets are not yet completely decrypted using xor while the rest are) so......is there a way to make an Rijndael/ AES decryption bms script that needs this key: cbs4/ -jDAf!?s/#cbs4/ -jDAf!?s/# and this cbc iv key here too: !r19kCsGHTAcr/@ in order to decrypt all the pc assets fully?

P.S: here's how pc does the encryption..


....you know, just at least they change it on pc/ steam every 2 weeks or months,...plus is there a way to make an AES (cbc) decryption that needs the cbc iv key and the key for decrypting these PC/ Steam assets cause a few remaining assets used the aes encryption while the rest were using easy xor encryption that i decrypted fully.
  • Author
  • Localization

Mysticus, posted Wed Nov 10, 2021 9:33 pm (67463)


Dunno if anyone still care about this game but...
Is there any decryption script for the mobile global version too?
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.