SLIDE 1
TLS Session Key Extraction from Memory
- n iOS Devices
T
- m Curran <tom.curran@os3.nl>
TLS Session Key Extraction from Memory on iOS Devices Research - - PowerPoint PPT Presentation
TLS Session Key Extraction from Memory on iOS Devices Research Project 2 T om Curran <tom.curran@os3.nl> Marat Nigmatullin <marat.nigmatullin@os3.nl> Motivation Increase in TLS encryption on iOS devices Prevents
3
4
5
Source: Apple.com 6
7
8
9
14
Source: frida.re
15
17
18
19
20
21
tls_types.h
... TLS_1_0 = 0x0301 TLS_1_1 = 0x0302 TLS_1_2 = 0x0303 ...
22
23
25
27
28