DECIMAL | HEXADECIMAL | DESCRIPTION |
---|---|---|
33211 | 0x81BB | TROC filesystem, 1263425345 file entries |
948694 | 0xE79D6 | StuffIt Deluxe Segment (data): f:IK |
Asked
Active
Viewed 3,329 times
0

r3mainer
- 23,981
- 3
- 51
- 88

Varnit Jain
- 11
- 1
- 3
2 Answers
0
Just use binwalk --dd='.*' <filename>
, then you can extract all of the possible files by their offset.

zeze
- 31
- 2
0
Binwalk is useless for this puzzle. Both signatures it finds are false positives. Just look through the file with a HEX viewer. The file type and data are correct. Well, almost... No more hints from me.

hypers
- 1,045
- 1
- 12
- 30