| .: fftools :.: Added Feb 28th|11.52pm :. |
FFtools is a series of file format analysis/reverse engineering tools. Each
tool is described in detail below.
|
| .: shahunt :.: Added Feb 28th|11.52pm :. |
SHAHunt is a tool for finding the data section that matches an embedded SHA1 sum
in a file. It was developed to better understand the PIRS file format for the
xbox 360. From the command line parameters, you can load SHA-1 sums from a
specific point in the file (and specify a relative offset from each sum to the
next), specify a maximum and minimum size, and start/finish points in the file
to bruteforce.
|
| .: findmagic :.: Added Feb 28th|11.52pm :. |
Findmagic is an application that analyzes a stream of data from a file, and
reports the offset of any known filemagic (for example, GIF89a for GIF files).
With a bit of work it would be possible for filemagic to also rip many types of
embedded files from the stream, since most formats specify the filesize within
the header.
|