Skip to content
New issue

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

parse doesn't handle copyright char in name #5

Closed
Caesurus opened this issue Feb 17, 2021 · 0 comments
Closed

parse doesn't handle copyright char in name #5

Caesurus opened this issue Feb 17, 2021 · 0 comments

Comments

@Caesurus
Copy link
Contributor

Unfortunately I encountered a uboot image with a \xa9 character in it,
RT-AC55UHP©
this throws an error:
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xa9 in position 28: invalid start byte

I have forked the project and will attempt a fix and submit a PR if you're open to that.

Caesurus added a commit to Caesurus/pyUBoot that referenced this issue Feb 17, 2021
Adding optional parameter to ignore CRC checking. Found multiple headers with bad CRCs, Ignoring the CRC still extracts the data and it's still useful.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant