Skip to content

sooshie/packerid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Apr 1, 2020
bc54e6d · Apr 1, 2020

History

16 Commits
Dec 6, 2014
Apr 1, 2020
Apr 1, 2020

Repository files navigation

Fork of packerid.py

Additional output types, and formats, digital signature extraction, and disassembly support

Added a userdb.txt that I put together because who doesn't need another one.

There's a parsing issue with pefile currently. You might need to change line 423 of peutils.py from:
if value == '??' or value == '?0' :
to
if '?' in value:
to get the included userdb.txt file to load correctly.

requires:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages