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.

Naming extracted files in decimal notation as default.

Featured Replies

  • Author
  • Localization

saintjejemon, posted Fri May 12, 2017 2:38 pm (23154)


How to force QuickBMS to name extracted files in decimal notation as opposed to the default hex, both in GUI and CLI?
  • Author
  • Localization

aluigi, posted Fri May 12, 2017 2:53 pm (23155)


Eh unfortunately that's not possible because the hexadecimal method used for the filenames is hardcoded.
Anyway the good news is that you can easily modify a script to create a decimal filename, for example:
Code:
string NAME p "%d." i
log NAME OFFSET SIZE
where 'i' is the usual variable used for enumerating the files.
Do you need the decimal notation for a specific reason?
  • Author
  • Localization

saintjejemon, posted Sun May 14, 2017 7:47 am (23204)


aluigi wrote:
Do you need the decimal notation for a specific reason?


It's for file organization reasons, like grouping files based on purpose, or order in which they are placed in an archived file. Windows and other software aren't friendly with file sorting with hexadecimal numbers as filenames, so that's why I ask here.

And also, thanks for that.
  • Author
  • Localization

aluigi, posted Sun May 14, 2017 11:32 am (23206)


In the next version of quickbms I will add an option for using the decimal instead of the hexadecimal notation.
The reason why hex was chosen in place of decimal is that, as far as I remember, the sorting mechanism of Windows gave problems with the decimal notation, probably in old versions or when its numeric-sorting guess fails.
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.