Re: [sleuthkit-users] File Headers/Footers in Foremost
Brought to you by:
carrier
From: Barry J. G. <bg...@im...> - 2005-04-07 17:12:15
|
On Thu, 2005-04-07 at 09:43 -0700, Brian Starr wrote: > How can I view a file header/footer? Thanks so much in advance! Use a hex editor. On the command line you can use: xxd filename | head xxd filename | tail look at several files of the same type to see the header/footer pattern. -- /*************************************** Special Agent Barry J. Grundy NASA Office of Inspector General Computer Crimes Division Goddard Space Flight Center Code 190 Greenbelt Rd. Greenbelt, MD 20771 (301)286-3358 **************************************/ |