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.
Zero Tolerance for Disrespect

The Fruit of Grisaia *.int

Featured Replies

  • Author
  • Localization

aluigi, posted Sun May 31, 2015 8:02 am (5504)


I guess the 8 bytes of information of the files (probably size or offset size or zsize size) and the files are encrypted with blowfish (ecb) but I have no idea about the key (it's not the bytes in key.dat).
  • Author
  • Localization

sigroon365, posted Tue Jun 02, 2015 2:47 am (5516)


aluigi wrote:
I guess the 8 bytes of information of the files (probably size or offset size or zsize size) and the files are encrypted with blowfish (ecb) but I have no idea about the key (it's not the bytes in key.dat).


I found how to unpack *.int files. http://asmodean.reverse.net/pages/exkifint.html
Could you make bms script?
Image

unpack sample https://www.sendspace.com/file/zkloia
*.int samples https://www.sendspace.com/file/48z1v4

exkifint_v3_unpack.bat will unpack *.int files. Unpacked files use zlib.
For example, ama_002b.cst file from scene.int...

Image
Code:
idstring "CatScene"

for
get ZSIZE long
get SIZE long
savepos OFFSET

get packname filename
   string packname = _unpacked/

clog packname OFFSET ZSIZE SIZE

savepos OFFSET

if OFFSET == EOF
clenexit

next


Result
Image

exkifint_v3.exe will find in Grisaia.exe.
All *.int files can be unpacked exkifint_v2.exe with FW-XGHSGKCJ.
But it can't get name and extention, so exkifint_v3 is useful.
  • Author
  • Localization

sigroon365, posted Thu Jun 04, 2015 11:44 am (5551)


aluigi wrote:
http://aluigi.org/papers/bms/others/kif_int.bms

The files are dumped without filename because it's game specific, but now you can reimport them.
CatScene files are decompressed on-the-fly.


Thanks a lot!! :mrgreen: :mrgreen:
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.