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.

What actually is a longlong?

Featured Replies

  • Author
  • Localization

traderain, posted Thu Mar 16, 2017 10:34 am (21519)


Hi,
I am trying to recode a bms script in c# but I have no idea how to actually translate that to c# because there is no such thing in it. I know 8 bytes are read but then how is that to something usefull? Because If I simply read a int64 which is 8 bytes it reads some garbage offset.
Thanks in advance,
Traderain
  • Author
  • Localization

aluigi, posted Thu Mar 16, 2017 11:44 am (21520)


Use quickbms_4gb_files.exe if you need to handle 64bit fields and/or for files bigger than 4gb.
quickbms.exe is limited to 32bit so 0x0000001122334455 will be read as 0x22334455.
  • Author
  • Localization

traderain, posted Thu Mar 16, 2017 1:05 pm (21527)


No, the unpacking works perfectly fine I am just trying to recode the script in c# so I can make an editor for the archive and since I have no idea how to read longlong properly I can't do so.
  • Author
  • Localization

chrrox, posted Thu Mar 16, 2017 2:02 pm (21530)


longlong is a 64 bit integer.
long -9,223,372,036,854,775,808 to 9,223,372,036,854,775,807 Signed 64-bit integer
ulong 0 to 18,446,744,073,709,551,615 Unsigned 64-bit integer
  • Author
  • Localization

aluigi, posted Thu Mar 16, 2017 4:27 pm (21534)


UInt64 / System.UInt64
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.