Skip to content
/ peid Public
forked from packing-box/peid

Python implementation of the Packed Executable iDentifier (PEiD)

License

Notifications You must be signed in to change notification settings

Cemow/peid

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Packed Executable iDentifier Tweet

Detect packers on PE files using signatures.

PyPi Python Versions Known Vulnerabilities DOI License

This tool is an implementation in Python of the Packed Executable iDentifier (PEiD) in the scope of packing detection for Windows PE files based on signatures. It uses a combination of more than 5.500 signatures merged from the following sources:

It relies on pefile for abstracting PE files and reading signatures databases.

$ pip install peid

The main tool checks the input executable against the embedded or user-defined signatures database.

$ peid --help
[...]

$ peid program.exe
[...]

$ peid program.exe --db custom_sigs_db.txt

The second tool allows to create and integrate new signatures.

$ peidsig *.exe --db path/to/userdb.txt --packer UPX --version v3.97 --author jsmith

⭐ Related Projects

You may also like these:

👏 Supporters

Stargazers repo roster for @packing-box/peid

Forkers repo roster for @packing-box/peid

Back to top

About

Python implementation of the Packed Executable iDentifier (PEiD)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%