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.

My script does not work rightly.

Featured Replies

  • Author
  • Localization

Yukino, posted Wed Jan 15, 2020 1:51 pm (53245)


Code:
endian little
get fileCount long

for i < fileCount
    get nameLengthOffset long
    savepos tmp
   goto tmp
    getdstring name nameLengthOffset
   get size long
    get offset long
   
   log name offset size
next i

I finally made a script coped with Koihime Musou Bin File. But this script does not work to extract Koihime Musou bin file. I found the following error.


Quote:
Error: the requested amount of bytes to allocate is negative (0xe64df4dd)

Last script line before the error or that produced the error:
8 getdstring name nameLengthOffset

Press ENTER or close the window to quit


Also, it has the issue png file does not open normally. Could anyone help me?

Here is files I tried to open. Use an analyse.
https://mega.nz/#!33wHFSjK!m1lDJMOFv3_k ... 04_FmFttRQ
https://mega.nz/#!ajwVVIRB!s-LkZAM6cGOz ... e7ZfSQA_CE
  • Author
  • Localization

aluigi, posted Sun Mar 15, 2020 4:32 pm (54654)


Code:
get fileCount long

for i = 0 < fileCount
    get nameLength long
    getdstring name nameLength
    get size long
    get offset long
   
   log name offset size
next i
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.