File "/usr/local/lib/python3.9/site-packages/autoit_ripper/autoit_unpack.py", line 170, in unpack_ea06
pe = pefile.PE(data=binary_data, fast_load=True)
File "/usr/local/lib/python3.9/site-packages/pefile.py", line 2895, in __init__
self.__parse__(name, data, fast_load)
File "/usr/local/lib/python3.9/site-packages/pefile.py", line 3031, in __parse__
raise PEFormatError("DOS Header magic not found.")
pefile.PEFormatError: 'DOS Header magic not found.'
Don't crash like this:
Closes #24