Created
March 2, 2019 19:28
-
-
Save Alticha/72f3e3002e6a80d96813f7b0d18c90b5 to your computer and use it in GitHub Desktop.
Darwin Kernel Version 18.2.0: Mon Nov 12 20:32:02 PST 2018; root:xnu-4903.232.2~1/RELEASE_ARM64_T7001
This file contains 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
&(offsets_t) { | |
.constant = | |
{ | |
.version = "Darwin Kernel Version 18.2.0: Mon Nov 12 20:32:02 PST 2018; root:xnu-4903.232.2~1/RELEASE_ARM64_T7001", | |
.kernel_image_base = 0xfffffff007004000, | |
}, | |
.funcs = | |
{ | |
.copyin = 0xfffffff0071b90b0, | |
.copyout = 0xfffffff0071b94e4, | |
.kalloc_external = 0xfffffff0070d9488, | |
.csblob_get_cdhash = 0xfffffff0073f983c, | |
}, | |
.data = | |
{ | |
.zonemap = 0xfffffff007628ec8, | |
.kernproc = 0xfffffff0076060d0, | |
.realhost = 0xfffffff00760bbb8, | |
.system_clock = 0xfffffff007078540, | |
}, | |
.struct_offsets = | |
{ | |
.proc_pid = 0x60, | |
.proc_task = 0x10, | |
.proc_ucred = 0xf8, | |
.task_vm_map = 0x20, | |
.task_bsd_info = 0x358, | |
.task_itk_self = 0xd8, | |
.task_itk_registered = 0x2e8, | |
.task_all_image_info_addr = 0x398, | |
.task_all_image_info_size = 0x3a0, | |
}, | |
.iosurface = | |
{ | |
.create_outsize = 0xdd0, | |
.get_external_trap_for_index = 0xb7, | |
}, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment