Created
July 26, 2023 09:58
-
-
Save 34306/fb32ddd87e9dcb2865c0bbc028cf4e65 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //iPhone 12 Mini, iOS 16.6 beta 1 offsets | |
| //Founded by Little 34306, thanks to @tihmstar code and also @aboutzeph | |
| { | |
| .kernel_base = 0xfffffff007004000, | |
| .vn_kqfilter = 0xfffffff007f63be0, | |
| .ptov_table = 0xfffffff0078f79c8, | |
| .gVirtBase = 0xfffffff007942460, | |
| .gPhysBase = 0xfffffff0079442a8, | |
| .gPhysSize = 0xfffffff0079442b0, //0xfffffff0079442a8 + 0x8 | |
| .perfmon_devices = 0xfffffff00a585550, | |
| .perfmon_dev_open = 0xfffffff007f1508c, | |
| .cdevsw = 0xfffffff00a545ab0, | |
| .vm_pages = 0xfffffff0078f4108, | |
| .vm_page_array_beginning_addr = 0xfffffff0078f6968, | |
| .vm_page_array_ending_addr = 0xfffffff00a584908, | |
| .vm_first_phys_ppnum = 0xfffffff00a584910, | |
| }, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment