From 982696f07e7de6bebd3db66b98f0e21259d7e29d Mon Sep 17 00:00:00 2001 From: rshipp Date: Sat, 9 May 2015 10:48:29 -0600 Subject: [PATCH] Add packerid.py --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c0bd7b3..4651f2a 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,8 @@ A curated list of awesome malware analysis tools and resources. Inspired by * [ClamAV](http://www.clamav.net/index.html) - Open source antivirus engine. * [ExifTool](http://www.sno.phy.queensu.ca/~phil/exiftool/) - Read, write and edit file metadata. +* [packerid](http://handlers.sans.org/jclausing/packerid.py) - A cross-platform + Python alternative to PEiD. * [TrID](http://mark0.net/soft-trid-e.html) - File identifier. * [YARA](https://plusvic.github.io/yara/) - Pattern matching tool for analysts.