peid
peid copied to clipboard
Python implementation of the Packed Executable iDentifier (PEiD)
Hello, would it be possible to implement in-memory (binary file) scanning option?
I'm attempting to use this to check these .exe files: https://sembiance.com/fileFormatSamples/executable/exe/CNDRAW.EXE https://sembiance.com/fileFormatSamples/executable/exe/VIEWGIF.EXE https://sembiance.com/fileFormatSamples/executable/exe/VESA.EXE Running `peid ` against any of them yields: ``` Traceback (most recent call last): File "/home/sembiance/Downloads/wip/env/bin/peid", line...