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

Decoding exception when using load_image_from_dsc on < iOS 16 #45

Closed
glen-mac opened this issue Sep 27, 2022 · 1 comment
Closed

Decoding exception when using load_image_from_dsc on < iOS 16 #45

glen-mac opened this issue Sep 27, 2022 · 1 comment

Comments

@glen-mac
Copy link

Don't have trace on-hand atm, but using ktool as a lib I'm getting:

utf-8 can't decode byte 0xc0 in position 2: invalid start byte

from read_node in ktool/loader.py in the image.get_cstr_at(cursor) call.

Let me know if you need the full trace

@0cyn
Copy link
Owner

0cyn commented Nov 8, 2023

I've made the decision to drop dsc support as it was a nightmare to work on and maintain within the scope of this project. See issue #54

For future stuff regarding development efforts, https://github.com/arandomdev/dyldextractor should be used.

@0cyn 0cyn closed this as completed Nov 8, 2023
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

2 participants