-
Notifications
You must be signed in to change notification settings - Fork 37
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
binaryerr›› should detect if Version is not supported #17
Comments
This is totally what I think!!!😂 |
This was referenced Aug 28, 2020
That was fast :) Nice work @elijahtsai! 🚀 |
Haha! closed 3 issue a day, never tried |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Due to #15 and #16, we need to add support for
binaryerr
to check supported hashes via binary Mach-O, and report the end-user that the version is not yet supported.ie. If hash is not in the list, nor does match supported version, it's probably:
We can further read
*.plist
under app directory to detect which version did user try to patch. This way we can diff between a broken binary or given version. For example, ifplist
version is supported (ie. v61.1), it's a broken binary; ifplist
version is not yet supported, it needs a SketchCrapp update and obviously some more reverse-engineering.@elijahtsai wdyt?
The text was updated successfully, but these errors were encountered: