| DECIMAL | HEXADECIMAL | DESCRIPTION |
|---|---|---|
| 33211 | 0x81BB | TROC filesystem, 1263425345 file entries |
| 948694 | 0xE79D6 | StuffIt Deluxe Segment (data): f:IK |
I extracted a file using binwalk. I discovered it has a TROC file, how do I read or extract the contents of the TROC file?
4.7k Views Asked by Varnit Jain At
2
Just use
binwalk --dd='.*' <filename>, then you can extract all of the possible files by their offset.