|
|
|
|
|
by my123
1640 days ago
|
|
> Pointer authentication isn’t in 3rd party processes though Still isn’t, because the arm64e ABI isn’t stable. As such, any binaries not bundled with the OS, including Apple applications, use the arm64 ABI without pointer authentication. You can use -arm64e_preview_abi as a boot argument to enable arm64e support for non-OS bundled processes. Note that however the arm64e binaries that you compile might not work on future macOS releases. |
|