Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 2.15 KB

File metadata and controls

24 lines (18 loc) · 2.15 KB

Pointer Authentication collection

PA(Pointer Authentication) related paper, document collection

Denfence

  • PAC it up: Towards Pointer Integrity using ARM Pointer Authentication [Usenix 2019] link
  • Protecting the stack with PACed canaries [SysTex 2019] link
  • Hardware-based always-on heap memory safety [IEEE MICRO 2020] link
  • PTAuth: Temporal Memory Safety via Robust Points-to Authentication [Usenix 2021] link
  • PACStack: an Authenticated Call Stack [Usenix 2021] link
  • Protecting Indirect Branches against Fault Attacks using ARM Pointer Authentication [HOST 2021] link
  • PACMem: Enforcing Spatial and Temporal Memory Safety via ARM Pointer Authentication [CCS 2022] link
  • PAC-PL: Enabling Control-Flow Integrity with Pointer Authentication in FPGA SoC Platforms [RTAS 2022] link
  • In-Kernel Control-Flow Integrity on Commodity OSes using ARM Pointer Authentication [Usenix 2022] link

Attack

  • Examining Pointer Authentication on the iPhone XS [Google P0 2019] link
  • 2PAC 2Furious: Envisioning an iOS Compromise in 2019 [infiltrate 2019] link
  • iOS Kernel PAC, One Year Later [blackhat USA 2020] link
  • PACMAN: Attacking ARM Pointer Authentication with Speculative Execution [ISCA 2022] link
  • Demystifying Pointer Authentication on Apple M1 [Usenix 2023] link