fileid.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Tue, 20 Dec 2011 20:51:13 +0200
changeset 1143 3a3389b22964
parent 463 ef35f8e4f3b8
permissions -rw-r--r--
(local-variable-p var buffer)

-*- 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