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.

This is crazy!!!!

Featured Replies

  • Author
  • Localization

wolftatoo, posted Sun Feb 12, 2017 1:32 pm (20794)


Using EB script, I unpacked a .BIG archive(file0.big) that contains a file(file1.const) which i want to edit.
I edited a string with a Hex Editor, and the edited file(file1edited.const) is now the Exact size as the original one(file1.const).
But when i try to repack it inside the file0.big it says that size has changed(see picture)!Image

Any help would be appreciated!
  • Author
  • Localization

aluigi, posted Sun Feb 12, 2017 5:09 pm (20795)


Why did you decide to open a new topic with a similar *** title when there is already this one open?

That error is perfectly normal because what you have there is a compressed file so things like a different entropy ("aaa" against "axz") or a different implementation of the algorithm (usual problem with zlib/deflate) create a compressed file which is bigger than the space available in the archive, and so quickbms can't reinject the new data in the space of the original data.
  • Author
  • Localization

wolftatoo, posted Sun Feb 12, 2017 7:29 pm (20797)


1st,sry ,i thought this was a problem that should have its own thread.
Then ,what i actually edit was a string of 19 letters that i changed with different 19 letters.
Do u think if i change-lets say 10 letters- and replace the other 9 ones with SPACES,do u think that it will decrease the file size?
  • Author
  • Localization

aluigi, posted Sun Feb 12, 2017 9:02 pm (20799)


I have seen situations in which even doing that may not work, that's caused by the different implementation and compression level (yeah in some situations an higher level gives worst results).
Unfortunately there is no solution except "playing" with the characters/bytes till you find something that becomes smaller when compressed.
quickbms already uses the best implementations of the available compression algorithms and the highest compression settings and levels (that's why it's so slow).
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.