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.

Horizon *.bin

Featured Replies

  • Author
  • Localization

h3x3r, posted Mon Aug 10, 2020 4:52 pm (58004)


Hi aluigi. Can you please help here. I would like to dump all uncompressed chunks as they are stored into single file. What am i missing? Thanks in advance!

EDiT: Solved.

So here is it. First script is for decompressing bin archives and second is for unpacking.
Code:
####################################
comtype oodle

get FNAME basename
getdstring DUMMY 0x8
get FSIZE longlong
get SIZE longlong
get FILECOUNT longlong
get CHUNKCOUNT long
get DUMMY long
math FILECOUNT * 32
getdstring DUMMY FILECOUNT

append
for i = 0 < CHUNKCOUNT
   get TOTAL_SIZE longlong
   get CHUNK_SIZE long
   get DUMMY long
   get OFFSET longlong
   get CHUNK_ZSIZE long
   get FILEID long
   string NAME p "%s%s" FNAME .bin_d
   clog NAME OFFSET CHUNK_ZSIZE CHUNK_SIZE
next i

For unpack. Just select idx file of decompressed bin.
Code:
####################################
open FDDE "idx" 0
open FDDE "bin_d" 1
get FNAME basename

#getdstring SIGN 0x4
idstring "\x40\x30\x20\x10"
get FILES long

for i = 0 < FILES
   get STRING_LENGTH long
   getdstring FILENAME STRING_LENGTH
   getdstring DUMMY 0x10
   get OFFSET longlong
   get SIZE longlong
   string NAME p "%s/%s" FNAME FILENAME
   log NAME OFFSET SIZE 1
next i


Small Archive
Code:
https://drive.google.com/file/d/1GAKL4NI6zTGBedMX3H01Vpp2-_32Qdaq/view?usp=sharing


EDiT: Thanks Ekey for links but i figured it out. I just added "append" before this line "for i = 0 < CHUNKCOUNT"
  • Author
  • Localization

ultima71, posted Mon Aug 10, 2020 6:46 pm (58007)


1
  • Author
  • Localization

Hellrazah, posted Tue Sep 22, 2020 11:37 am (58816)


Has anyone had any success extracting the music and sound files? I managed to extract roughly 30GBs/131,000 files worth of data from the .bin files using DecimaExplorer-GUI, but considering I'm quite new to this I am not sure what or how to look for them, everything is a .core file. Any help or guidance would be greatly appreciated!
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.