fileid.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Fri, 22 Jan 2016 22:14:58 +0200
changeset 1879 b5f927fa28ce
parent 463 ef35f8e4f3b8
permissions -rw-r--r--
Add row count.

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