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: