-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
disable_user_jop VS oldABI #673
Comments
Because you cannot disable user JOP without a more extensive dyld hook, for which I do not have the infrastructure implemented currently, since it requires expanding dyld's executable segment. |
最新版本好像没有上一个版本 自动锁 稳定 修 |
Maybe take implementation from Fugu15_Rootful? |
If you read the latest commit - it mlocks only pmap layer, not the VM layer. And also - it is still oldabi, and when you disable jop - it automatically add support t ALL tweaks, even XenHTML(try to convert) and Coylog(also try to convert) And please, English next time! |
good It has indeed improved our 15 system a lot, and many people have tested it to be stable, but there is no actual data yet. We hope that the author can release a test for the official version. |
Like yes, but... Maybe it is critical only for fugu not to use oldabi as a lot of rootful tweaks just crash system with it... |
Why not to disable user jop instead of writing oldabi and hooking C? It seems to be easier than live-patching assemly.
Maybe it was not implemented because offsets are different from version to version?
The text was updated successfully, but these errors were encountered: