================ @@ -0,0 +1,175 @@ +################################## + Return Address Signing Hardening +################################## + +.. contents:: + :local: + +************** + Introduction +************** + +Return Address Signing Hardening is a mitigation against the PACMAN attack, +which aims to bypass Pointer Authentication on AArch64 targets. The hardening +mechanism described here is specific to pointer authentication of return +addresses. + +Return Address Signing, also known as Pointer Authentication Code (PAC-RET), is ---------------- vhscampos wrote:
Done https://github.com/llvm/llvm-project/pull/176171 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
