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.

crc_scan.bms confusion thread

Featured Replies

  • Author
  • Localization

AnonBaiter, posted Sat Dec 24, 2016 2:26 am (19758)


So, I have this thing right over here:
Code:
. 0000d060 get     NAME_CRC   0x29234bcf 4
And I have this string I found(and assembled, apparently) right over here:
Code:
Data/Frontend/FrontEnd.mus
Frontend.mus
It has two possible filenames for that file; I had to choose one of those filenames to see which one of them matches with this NAME_CRC field by using the crc_scan.bms script.
As you can see on the attachment, not one of them matches this NAME_CRC field I was going for. What now?
  • Author
  • Localization

aluigi, posted Tue Dec 27, 2016 10:21 am (19789)


Names hashes usually are applied on strings that are modified before the hashing.
For example toupper (HELLO) or tolower (hello) and slash->backslash/viceversa and so on.
So run the script on toupper/slash, toupper/backslash, tolower/slash, tolower/backslash and, if you are lucky, you should get the correct crc.
If I have to bet I would go for the toupper/slash variant.
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.