peid icon indicating copy to clipboard operation
peid copied to clipboard

Python implementation of the Packed Executable iDentifier (PEiD)

Results 2 peid issues
Sort by recently updated
recently updated
newest added

Hello, would it be possible to implement in-memory (binary file) scanning option?

question

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...

enhancement