Skip to content

Latest commit

 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

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

50 stars

Watchers

3 watching

Forks

Releases

Packages

Used by

Contributors

Languages