Hello...
I am parsing one PE file it is giving the error PEFormatError: 'Archive file signature not found.' I am using pefile version 1.2.8
File "E:\Source Code\Scripts\pynary\pefile.py", line 3930, in __init__
self.__parse__()
File "E:\Source Code\Scripts\pynary\pefile.py", line 3952, in __parse__
raise PEFormatError('Archive file signature not found.')
PEFormatError: 'Archive file signature not found.'
Thanks...