Python wrapper over pefile implementing similar functionalities as the ones shipped with PEiD.
- Python 2.7+: pefile, argparse, logging
usage: peid.py [-h] [-a] [-d DB] [-m] [-v] -f FILE
optional arguments:
-h, --help show this help message and exit
-a, --all show all PE info
-d DB, --database DB signature database file
-m, --matches show all signature matches
-v, --version show version number
-f FILE, --file FILE target PE file