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.

VAlve file sub .dat (games l4d2 hl2 etc)conversed pc to console

Featured Replies

  • Author
  • Localization

metalex, posted Sat Jun 04, 2016 2:01 am (14017)


hi friend help a convert this file

here the header: https://mega.nz/#!fBZHRQrC!lUReT9bm_Nrz ... YGB2u0EsvE

and

hbk for hexworkshop: https://mega.nz/#!idgiVLBS!4k1UFgu68EaW ... x6sqsaptq0


need a script for inversed bits to 16,32 y 64 on spaces


example


first 1F BITS inversed flipbytes 32 bit unsigned long

and of the next 4 bits to end file is 4 bits on this orden

4 bits------16 bit unsigned short
4 bits------64 bit unsigned quad
4 bits------dummy or zeros data

and same patron and same and sane to end file

help me

on this file hbk you have a info ok?
  • Author
  • Localization

aluigi, posted Sat Jun 04, 2016 11:46 am (14032)


quickbms has a very useful feature that allows to automatically invert the endianess.
So this is the script:
Code:
get SIGN long   # VCCD
get DUMMY long
get DUMMY long
get DUMMY long
get FILES long
get DUMMY long
for i = 0 < FILES
    get DUMMY long
    get DUMMY long
    get DUMMY short
    get DUMMY short
next i
get DAT_SIZE asize
for
    savepos TMP
    if TMP u>= DAT_SIZE
        break
    endif
    get CHAR short
next

From command-line (or by creating a batch file) run the following:
quickbms.exe -E -w script.bms your_file

*edit* updated script
  • Author
  • Localization

aluigi, posted Sat Jun 04, 2016 11:57 am (14033)


I have updated the script for inverting also the endianess of the unicode strings.
Now it should be complete.
  • Author
  • Localization

metalex, posted Sat Jun 04, 2016 12:19 pm (14034)


gracias te lo agradezco demasiado
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.