We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, why I have this error ?
The text was updated successfully, but these errors were encountered:
same other error with
[i] Analizing header ... Traceback (most recent call last): File "unpack.py", line 42, in <module> offset = header.find('\xff'.encode(encoding='iso-8859-1')) UnicodeDecodeError: 'ascii' codec can't decode byte 0xff in position 0: ordinal not in range(128)
Sorry, something went wrong.
Same issue with me too. Running MacOS on Intel. Trying to unpack MSD7816 firmware. Is there a fix yet???
Same issue UnicodeDecodeError: 'utf-8' codec can't decode byte 0xbf in position 4097
It turns out that many people have encountered this problem
No branches or pull requests
Hi, why I have this error ?
The text was updated successfully, but these errors were encountered: