Skip to content

Commit

Permalink
remove a wrong offset (thanks @kok3shidoll and @opa334 )
Browse files Browse the repository at this point in the history
  • Loading branch information
m1zole committed Mar 11, 2024
1 parent 40e00f9 commit 5bd84ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion BaseBin/libjailbreak/src/info.c
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@ void jbinfo_initialize_hardcoded_offsets(void)
}
if (strcmp(xnuVersion, "23.0.0") >= 0) {
gSystemInfo.kernelStruct.task.threads = 0x58;
gSystemInfo.kernelStruct.pmap.type = 0x92;
gSystemInfo.kernelStruct.vm_map.flags = 0xc8;
}
}
Expand Down

0 comments on commit 5bd84ad

Please sign in to comment.