fileid.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sun, 08 Jul 2012 12:29:56 +0300
changeset 1325 ea51f96a6a47
parent 463 ef35f8e4f3b8
permissions -rw-r--r--
Check websites for broken links.

-*- mode: outline; coding: utf-8 -*-

* File signature list.

  http://www.garykessler.net/library/file_sigs.html
                File signatures table
  http://www.magicdb.org/

* Determine file type utilities.

** file(1).

Standard unix utility. It use /etc/magic db.

** PEiD.

PEiD detects most common packers, cryptors and compilers for PE files. It can currently detect more
than 600 different signatures in PE files.

Freewere, close source.

  http://www.peid.info
                home page