Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
arm64: Add executable compiled with PAC
arm64 (aka aarch64) has a security feature called PAC (Pointer Authentication Codes) to sign pointers which are later checked by the CPU to ensure the addresses haven't been tampered with. This commit adds a program to ensure we canunwind through code compiled with signed return addresses. Test Plan ======== ``` (gdb) bt ```
- Loading branch information