Forecast Channel short.bin File

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
Larsenv
Posts: 137
Joined: Thu Jun 04, 2015 11:20 pm

Forecast Channel short.bin File

Post by Larsenv »

aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Forecast Channel short.bin File

Post by aluigi »

Nothing to extract. It's an index without data.
Larsenv
Posts: 137
Joined: Thu Jun 04, 2015 11:20 pm

Re: Forecast Channel short.bin File

Post by Larsenv »

Yeah I'm aware that there's nothing to extract, can QuickBMS print the stuff in the index?

Are you able to find any u32s for temperature in there?
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Forecast Channel short.bin File

Post by aluigi »

Don't know, anyway the following has some sense:

Code: Select all

endian big
get ZERO long
get BIN_SIZE long
get VAR long
get VAR long
get VAR long
get VAR long
get VAR long
get ENTRIES long
get VAR long
for i = 0 < ENTRIES
    get VAR1 short
    get VAR2 short
    get VAR3 long
    get VAR4 long
    get VAR5 short
    get VAR6 short
    get VAR7 long
    get VAR8 long
next i