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.

slog problem in QuickBMS!

Featured Replies

  • Author
  • Localization

Shokoniraya, posted Wed Jan 08, 2020 7:31 pm (53086)


i found two problem in slog

problem 1:
first, download uploaded zip file(slog_test.zip). extract all of zip content in a folder
and put last version of quickbms.exe in folder (for this case, last version is 0.10.1)

there is many single text files in text_lines folder that i have to import it to ID_BOX file with ID_BOX.bms script, and i will click on import.bat and done! but this is not end of the story

after importing with import.bat, open ID_BOX in hex editor, then go to this offset: 101059(decimal)
and you can see 32984585 with zero terminated, and after 32984585 string and 4 bytes, string is " NOT appreciate great music!"

but if you go to text_lines folder and open a file with name 32984585 in hex editor, string is "My dad threw them out of the car window on our last road trip. That dude does NOT appreciate great music!"
than means more than half of first part in string not imported!

problem 2:
when i want to import a few text files with slog in one script, and if one of .txt missing or not founded, process will stop with this error:(Error: No such file or directory), and it better ignore unavailable file just like log or clog

slog_test.zip

  • Author
  • Localization

aluigi, posted Sat Mar 28, 2020 8:47 pm (55314)


Try this script:
Code:
for
get ID_NAME string
get TEXT_LENGHT long
slog ID_NAME -1 TEXT_LENGHT
next

I don't know what's the original format of ID_BOX but I guess this is the correct format.
(the error at the end is caused by the lack of a way to terminate the operation, ignore it)
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.