We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a5b5c8d + 54dacd2 commit 2250da6Copy full SHA for 2250da6
yalu102/offsets.c
@@ -48,6 +48,10 @@ void init_offsets() {
48
allproc_offset = 0x5ac418;
49
procoff = 0x360;
50
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 */
55
} else {
56
printf("missing offset, prob crashing\n");
57
}
0 commit comments