Skip to content

Commit 2250da6

Browse files
authored
Merge pull request #63 from Mila432/master
added RELEASE_ARM64_T8010
2 parents a5b5c8d + 54dacd2 commit 2250da6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

yalu102/offsets.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ void init_offsets() {
4848
allproc_offset = 0x5ac418;
4949
procoff = 0x360;
5050
rootvnode_offset = 0x5b60b8;
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+
allproc_offset = 0x5ec478;; /* @Mila432 */
53+
procoff = 0x360;;
54+
rootvnode_offset = 0x5f20b8;; /* @Mila432 */
5155
} else {
5256
printf("missing offset, prob crashing\n");
5357
}

0 commit comments

Comments
 (0)