Forecast Channel short.bin File
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Forecast Channel short.bin File
Nothing to extract. It's an index without data.
-
- Posts: 137
- Joined: Thu Jun 04, 2015 11:20 pm
Re: Forecast Channel short.bin File
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?
Are you able to find any u32s for temperature in there?
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Forecast Channel short.bin File
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