fileid.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Fri, 30 Oct 2015 12:41:08 +0200
changeset 1778 2ea02b27659d
parent 463 ef35f8e4f3b8
permissions -rw-r--r--
Fix EOL style.

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