@@ -34,19 +34,19 @@ void init_offsets() {
34
34
rootvnode_offset = 0x5aa0b8 ; /* this one is wrong i think but no devices to test */
35
35
} else if (strcmp (u .version , "Darwin Kernel Version 16.3.0: Tue Nov 29 21:40:09 PST 2016; root:xnu-3789.32.1~4/RELEASE_ARM64_S8000" ) == 0 ) {
36
36
allproc_offset = 0x5a8438 ;
37
- procoff = 0x360 ; // iphone 6s/ipad pro (?), 10.2
37
+ procoff = 0x360 ; // iPhone 6s/iPad pro (?), 10.2
38
38
rootvnode_offset = 0x5ae0b8 ;
39
39
} else if (strcmp (u .version , "Darwin Kernel Version 16.3.0: Tue Nov 29 21:40:08 PST 2016; root:xnu-3789.32.1~4/RELEASE_ARM64_T7000" ) == 0 ) {
40
40
allproc_offset = 0x5b8468 ;
41
- procoff = 0x360 ; // iphone 6, 10.2, credit to @Andywiik
41
+ procoff = 0x360 ; // iPhone 6, 10.2, credit to @Andywiik
42
42
rootvnode_offset = 0x5be0b8 ;
43
43
} else if (strcmp (u .version , "Darwin Kernel Version 16.3.0: Tue Nov 29 21:40:09 PST 2016; root:xnu-3789.32.1~4/RELEASE_ARM64_T7001" ) == 0 ) {
44
44
allproc_offset = 0x5b8528 ;
45
- procoff = 0x360 ; // ipad air 2 (wifi), 10.2, @nicogibbons (github)
45
+ procoff = 0x360 ; // iPad air 2 (wifi), 10.2, @nicogibbons (github)
46
46
rootvnode_offset = 0x5be0b8 ;
47
47
} else if (strcmp (u .version , "Darwin Kernel Version 16.3.0: Tue Nov 29 21:40:09 PST 2016; root:xnu-3789.32.1~4/RELEASE_ARM64_S5L8960X" ) == 0 ) {
48
48
allproc_offset = 0x5ac418 ;
49
- procoff = 0x360 ;
49
+ procoff = 0x360 ; // iPhone 5s, 10.2, @jtv7 (github)
50
50
rootvnode_offset = 0x5b60b8 ;
51
51
} else if (strcmp (u .version , "Darwin Kernel Version 16.3.0: Tue Nov 29 21:40:08 PST 2016; root:xnu-3789.32.1~4/RELEASE_ARM64_T8010" ) == 0 ) {
52
52
allproc_offset = 0x5ec478 ;; /* @Mila432 */
0 commit comments