fileid.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Mon, 16 Sep 2019 22:13:19 +0300
changeset 2376 20b65f046002
parent 2228 837f1337c59b
permissions -rw-r--r--
Revoke privileges and drop role.

.. -*- coding: utf-8; -*-

================
 File signature
================
.. contents::
   :local:

File signature list
===================

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

Determine file type utilities
=============================

file(1) Standard unix utility. It use /etc/magic db.

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.