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.

Need for Speed No Limits BARG Files

Featured Replies

  • Author
  • Localization

Cornal_Ec, posted Sun Jul 23, 2017 4:46 am (24975)


Hi everyone, is possible create a script to convert the BARG files to .PNG.
Here some samples:

Thanks and Regards.
  • Author
  • Localization

Acewell, posted Sun Jul 23, 2017 8:43 pm (24990)


they're just pngs without extension and some with custom bytes before header :D
Code:
# script for QuickBMS http://aluigi.altervista.org/quickbms.htm

get SIZE asize
get NAME basename
string NAME .png
get MAGIC long
if MAGIC == 0
   math OFFSET = 0x10
   math SIZE - 0x10
else
   math OFFSET = 0x0
endif
log NAME OFFSET SIZE
  • Author
  • Localization

Cornal_Ec, posted Mon Jul 24, 2017 5:14 am (24996)


Acewell wrote:
they're just pngs without extension and some with custom bytes before header :D
Code:
# script for QuickBMS http://aluigi.altervista.org/quickbms.htm

get SIZE asize
get NAME basename
string NAME .png
get MAGIC long
if MAGIC == 0
   math OFFSET = 0x10
   math SIZE - 0x10
else
   math OFFSET = 0x0
endif
log NAME OFFSET SIZE



Thanks a lot @Acewell you're awesome !!!!
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.