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.

brotli

Featured Replies

  • Author
  • Localization

KumonMa, posted Tue Aug 14, 2018 1:36 am (37488)


I run the following script to get Error: the uncompressed data (-1) is bigger than the allocated buffer (1971).

I refer to an existing script to try to modify the output size, but still the same result.

Code:
comtype brotli
get NAME filename
get SIZE asize
clog NAME 0 SIZE SIZE
  • Author
  • Localization

aluigi, posted Tue Aug 14, 2018 1:01 pm (37499)


Because you have not parsed the format:
Code:
comtype brotli
get NAME filename

endian big
idstring "BROTLI"
get SIZE long
savepos OFFSET
get ZSIZE asize
math ZSIZE - OFFSET
clog NAME OFFSET ZSIZE SIZE
  • Author
  • Localization

KumonMa, posted Tue Aug 14, 2018 11:42 pm (37527)


thx you!Perfect work, this is a powerful tool, I think I should really study it.
  • Author
  • Localization

LoganPanucat, posted Fri Nov 23, 2018 1:36 am (40637)


aluigi wrote:
Because you have not parsed the format:
Code:
comtype brotli
get NAME filename

endian big
idstring "BROTLI"
get SIZE long
savepos OFFSET
get ZSIZE asize
math ZSIZE - OFFSET
clog NAME OFFSET ZSIZE SIZE


[b]is this an visual studio or not??[b]
  • Author
  • Localization

aluigi, posted Fri Nov 23, 2018 7:09 am (40647)


That one is a script for QuickBMS.
  • Author
  • Localization

LoganPanucat, posted Sun Nov 25, 2018 3:51 am (40711)


aluigi wrote:
That one is a script for QuickBMS.

can you help me to make please ???
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.