-
Notifications
You must be signed in to change notification settings - Fork 69
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
About crashes on Apple Silicon #92
Comments
I have built a temporary fix wheel for unicorn, and installing it can prevent crashes. In addition, this issue has been reported to the unicorn repository. |
/Users/new/Documents/pythonProject/iosRe/.venv/bin/python /Users/new/Documents/learn/iOS逆向/chomper_code/chomper/examples/example_ios_ali_vmp_sign.py
Process finished with exit code 0 |
@ljy0jy 你这里已经执行成功了,日志中 vmpSign 那一行就是加密结果,最后面输出的是 lief 的 warning 信息,可以忽略。 |
好的 谢谢 |
At present, the project may crash on Apple Silicon and display the specific error message "Process finished with exit code 138 (interrupted by signal 10: SIGBUS)". The cause may be due to Unicorn not being fully compatible with Apple Silicon's "Thread JIT Write Protection". I will continue to follow this issue.
The text was updated successfully, but these errors were encountered: