calibre™ Posted September 12, 2015 Share Posted September 12, 2015 Implementing FakeCPUID & FakeId would be nice too Thanks 1 Link to comment Share on other sites More sharing options...
JahStories Posted September 12, 2015 Share Posted September 12, 2015 Hi JahStories && crazybirdy ! No problem for vmware. I modified and try my boot with Kernel.plist ! boot_chameleon -> Chameleon_2716_Bronzovka.zip Working now, nice boot logo too and first phase progress bar correctly displayed! Edit: I was wrong, vmware running xp still doesn't work if kexts are injected... Link to comment Share on other sites More sharing options...
Bronya Posted September 12, 2015 Share Posted September 12, 2015 For me working fine winxp ! Maybe your image is bad . Link to comment Share on other sites More sharing options...
JahStories Posted September 12, 2015 Share Posted September 12, 2015 it works when fakesmc is in /S/L/E it's running right now :/ 1 Link to comment Share on other sites More sharing options...
JahStories Posted September 12, 2015 Share Posted September 12, 2015 And if I use your boot, the system doesn't care about the csractiveconfig flag, it always boots with this configuration: Link to comment Share on other sites More sharing options...
mhaeuser Posted September 12, 2015 Share Posted September 12, 2015 The utility only displays the content of the NVRAM variable,not the actual value used at boot time. Edit: Wrong. 1 Link to comment Share on other sites More sharing options...
Micky1979 Posted September 12, 2015 Share Posted September 12, 2015 The utility only displays the content of the NVRAM variable,not the actual value used at boot time. nvram support coming soon Implementing FakeCPUID & FakeId would be nice too Thanks Will be done, but by the way you tried latest boot file with KernelcpuFamily enabled? 3 Link to comment Share on other sites More sharing options...
JahStories Posted September 12, 2015 Share Posted September 12, 2015 The utility only displays the content of the NVRAM variable,not the actual value used at boot time. but without Bronya's boot... System Integrity Protection status: enabled. 1 Link to comment Share on other sites More sharing options...
jsl Posted September 12, 2015 Share Posted September 12, 2015 Can you make a photo/video of your problem? not sure I've understand.... and sorry if I'm not ErmaC The abnormal and normal display are shown at the following link (Post# 3413) http://www.insanelym...e-171?p=2167016 Link to comment Share on other sites More sharing options...
Micky1979 Posted September 12, 2015 Share Posted September 12, 2015 [solved] The latest version with /Extra/kernel.plist can boot 10.11GM now. You have solved now as I've understand...no? Link to comment Share on other sites More sharing options...
Pike R. Alpha Posted September 12, 2015 Share Posted September 12, 2015 The utility only displays the content of the NVRAM variable,not the actual value used at boot time.Err. Nope. I have to disagree with you. 1 Link to comment Share on other sites More sharing options...
jsl Posted September 13, 2015 Share Posted September 13, 2015 You have solved now as I've understand...no? No, this bug still bothers me. I must keep on click "Down arrow" key to select what I want below. Even the newest version 2760 still show the same bug for my Hackintosh. Only normal for AMD/ATI Radeon 5770 display card now in my 7 Hackintoshs. The new version solved booting problem for 10.11GM with adding /Extra/kernel.plist. Link to comment Share on other sites More sharing options...
crazybirdy Posted September 13, 2015 Share Posted September 13, 2015 No, this bug still bothers me. I must keep on click "Down arrow" key to select what I want below. Even the newest version 2760 still show the same bug for my Hackintosh. Only normal for AMD/ATI Radeon 5770 display card now in my 7 Hackintoshs. The new version solved booting problem for 10.11GM with adding /Extra/kernel.plist. How about to put /Extra to all Mac partitions and EFI partition? Or you can boot with svn trunk 2757 to see the details of bdmesg to make sure the Extra path reading. 1 Link to comment Share on other sites More sharing options...
jsl Posted September 13, 2015 Share Posted September 13, 2015 (edited) How about to put /Extra to all Mac partitions and EFI partition? Or you can boot with svn trunk 2757 to see the details of bdmesg to make sure the Extra path reading. This trick "put /Extra to all Mac partitions and EFI partition" seems not working for me. I'll try next trick later. [Different finding] In another hackintosh with GTX980 display card the above trick can display GUI=Y normally. But this version 2760 can not boot previous 10.11DP7. It can boot both 10.10.5 and 10.11GM. Edited September 13, 2015 by jsl 1 Link to comment Share on other sites More sharing options...
Pike R. Alpha Posted September 13, 2015 Share Posted September 13, 2015 Do you want some source code to read the kernel version info, so that you no longer have to rely on SystemVersion.plist? Link to comment Share on other sites More sharing options...
Micky1979 Posted September 13, 2015 Share Posted September 13, 2015 This trick "put /Extra to all Mac partitions and EFI partition" seems not working for me. I'll try next trick later. [Different finding] In another hackintosh with GTX980 display card the above trick can display GUI=Y normally. But this version 2760 can not boot previous 10.11DP7. It can boot both 10.10.5 and 10.11GM. Will looking into this.. For 10.11 < DP7 I hope that is no longer a problem, kernel has changed and El Capitan is coming out for free.. I've anyway make a version where you can skip the kernel patcher at command line, as well to enable/disable any single options, so you can activate/deactivate it with or without the kernel.plist (or override any single key of it) Do you want some source code to read the kernel version info, so that you no longer have to rely on SystemVersion.plist? Sure! ..but only a problem, Enoch contain code to boot AMD CPU, and actually users load differents customized kernel (customized also in what you can see in "uname -a"): http://www.insanelymac.com/forum/files/file/461-amd-kernel-yosemite-10103-sseplus/ Darwin Kernel Version 14.3.0: Di 1 Sep 2015 15:01:52 PDT; mein:xnu-2782.20.48_SSEPlus_V2/BUILD/obj/RELEASE_X86_64 Sure we can firstly look at SystemVersion.plist, then use the kernel's version (if match) to be more precise and apply kernel patches based on this.... and finally we will be able to easily boot also any vanilla Installers made by the "Install XXX app" directly (no createinstallermedia method). Please go ahead! Link to comment Share on other sites More sharing options...
Pike R. Alpha Posted September 13, 2015 Share Posted September 13, 2015 The kernel data is much more important than SystemVersion.plist, which may be wrong; for example. If you load an older kernel, by setting the Kernel booter flag, then SystemVersion.plist is dead wrong. Anyway. This is what you need: https://github.com/Piker-Alpha/findSymbol 1 Link to comment Share on other sites More sharing options...
Micky1979 Posted September 13, 2015 Share Posted September 13, 2015 Thanks!!!!!!!! tonight I looking to import your code! Link to comment Share on other sites More sharing options...
Pike R. Alpha Posted September 13, 2015 Share Posted September 13, 2015 One more thing. Is kernel patching done after DecodeMachO() is called? Then we could add it to this function, under case LC_SYMTAB: Link to comment Share on other sites More sharing options...
Micky1979 Posted September 13, 2015 Share Posted September 13, 2015 Pike let me collecting something for you.. Link to comment Share on other sites More sharing options...
Micky1979 Posted September 13, 2015 Share Posted September 13, 2015 Pike check my PM, anyway pathes are before . Link to comment Share on other sites More sharing options...
Micky1979 Posted September 13, 2015 Share Posted September 13, 2015 The kernel data is much more important than SystemVersion.plist, which may be wrong; for example. If you load an older kernel, by setting the Kernel booter flag, then SystemVersion.plist is dead wrong. Anyway. This is what you need: https://github.com/Piker-Alpha/findSymbol looking for "_OSKextLog" symbol: fileBuffer: 0x104f8c000 NOTICE: fat header status = OK textSegment->vmaddr: ffffff8000200000 symtab->stroff: 0x95bc00 Symbol number..: 0 Current symbol.: .constructors_used symbol length..: 18 nl @...........: 0x95bc00 nl->n_un.n_strx: 0x4 nl->n_type.....: 0xf nl->n_sect.....: 0x8 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000a8ae6c Symbol number..: 1 Current symbol.: .destructors_used symbol length..: 17 nl @...........: 0x95bc10 nl->n_un.n_strx: 0x17 nl->n_type.....: 0xf nl->n_sect.....: 0x8 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000a8ae74 Symbol number..: 2 Current symbol.: _AddFileExtent symbol length..: 14 nl @...........: 0x95bc20 nl->n_un.n_strx: 0x29 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000750b40 Symbol number..: 3 Current symbol.: _AllocateNode symbol length..: 13 nl @...........: 0x95bc30 nl->n_un.n_strx: 0x38 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff800074a1b0 Symbol number..: 4 Current symbol.: _Assert symbol length..: 7 nl @...........: 0x95bc40 nl->n_un.n_strx: 0x46 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80002e5210 Symbol number..: 5 Current symbol.: _BTClosePath symbol length..: 12 nl @...........: 0x95bc50 nl->n_un.n_strx: 0x4e nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000747670 Symbol number..: 6 Current symbol.: _BTDeleteRecord symbol length..: 15 nl @...........: 0x95bc60 nl->n_un.n_strx: 0x5b nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000749c10 Symbol number..: 7 Current symbol.: _BTFlushPath symbol length..: 12 nl @...........: 0x95bc70 nl->n_un.n_strx: 0x6b nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000749e20 Symbol number..: 8 Current symbol.: _BTGetInformation symbol length..: 17 nl @...........: 0x95bc80 nl->n_un.n_strx: 0x78 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000749dc0 Symbol number..: 9 Current symbol.: _BTGetLastSync symbol length..: 14 nl @...........: 0x95bc90 nl->n_un.n_strx: 0x8a nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000749f60 Symbol number..: 10 Current symbol.: _BTGetUserData symbol length..: 14 nl @...........: 0x95bca0 nl->n_un.n_strx: 0x99 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000749fc0 Symbol number..: 11 Current symbol.: _BTInsertRecord symbol length..: 15 nl @...........: 0x95bcb0 nl->n_un.n_strx: 0xa8 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000748d90 Symbol number..: 12 Current symbol.: _BTInvalidateHint symbol length..: 17 nl @...........: 0x95bcc0 nl->n_un.n_strx: 0xb8 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000747a20 Symbol number..: 13 Current symbol.: _BTIterateRecord symbol length..: 16 nl @...........: 0x95bcd0 nl->n_un.n_strx: 0xca nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000747a40 Symbol number..: 14 Current symbol.: _BTIterateRecords symbol length..: 17 nl @...........: 0x95bce0 nl->n_un.n_strx: 0xdb nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000748490 Symbol number..: 15 Current symbol.: _BTOpenPath symbol length..: 11 nl @...........: 0x95bcf0 nl->n_un.n_strx: 0xed nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000747280 Symbol number..: 16 Current symbol.: _BTReloadData symbol length..: 13 nl @...........: 0x95bd00 nl->n_un.n_strx: 0xf9 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000749e50 Symbol number..: 17 Current symbol.: _BTReplaceRecord symbol length..: 16 nl @...........: 0x95bd10 nl->n_un.n_strx: 0x107 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80007492c0 Symbol number..: 18 Current symbol.: _BTScanInitialize symbol length..: 17 nl @...........: 0x95bd20 nl->n_un.n_strx: 0x118 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff800074ca70 Symbol number..: 19 Current symbol.: _BTScanNextRecord symbol length..: 17 nl @...........: 0x95bd30 nl->n_un.n_strx: 0x12a nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff800074c9b0 Symbol number..: 20 Current symbol.: _BTScanTerminate symbol length..: 16 nl @...........: 0x95bd40 nl->n_un.n_strx: 0x13c nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff800074cb40 Symbol number..: 21 Current symbol.: _BTSearchRecord symbol length..: 15 nl @...........: 0x95bd50 nl->n_un.n_strx: 0x14d nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80007476c0 Symbol number..: 22 Current symbol.: _BTSetLastSync symbol length..: 14 nl @...........: 0x95bd60 nl->n_un.n_strx: 0x15d nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000749f90 Symbol number..: 23 Current symbol.: _BTSetUserData symbol length..: 14 nl @...........: 0x95bd70 nl->n_un.n_strx: 0x16c nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff800074a090 Symbol number..: 24 Current symbol.: _BTUpdateRecord symbol length..: 15 nl @...........: 0x95bd80 nl->n_un.n_strx: 0x17b nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000749800 Symbol number..: 25 Current symbol.: _BTZeroUnusedNodes symbol length..: 18 nl @...........: 0x95bd90 nl->n_un.n_strx: 0x18b nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff800074ac60 Symbol number..: 26 Current symbol.: _BestBlockSizeFit symbol length..: 17 nl @...........: 0x95bda0 nl->n_un.n_strx: 0x19e nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80007301b0 Symbol number..: 27 Current symbol.: _BlockAllocate symbol length..: 14 nl @...........: 0x95bdb0 nl->n_un.n_strx: 0x1b0 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000753a00 Symbol number..: 28 Current symbol.: _BlockDeallocate symbol length..: 16 nl @...........: 0x95bdc0 nl->n_un.n_strx: 0x1bf nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000753b90 Symbol number..: 29 Current symbol.: _BlockMarkAllocated symbol length..: 19 nl @...........: 0x95bdd0 nl->n_un.n_strx: 0x1d0 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000753ea0 Symbol number..: 30 Current symbol.: _BlockMarkFree symbol length..: 14 nl @...........: 0x95bde0 nl->n_un.n_strx: 0x1e4 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000753eb0 Symbol number..: 31 Current symbol.: _BlockMarkFreeUnused symbol length..: 20 nl @...........: 0x95bdf0 nl->n_un.n_strx: 0x1f3 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000753ec0 Symbol number..: 32 Current symbol.: _BootPDPT symbol length..: 9 nl @...........: 0x95be00 nl->n_un.n_strx: 0x208 nl->n_type.....: 0xf nl->n_sect.....: 0x10 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000101000 Symbol number..: 33 Current symbol.: _BootPML4 symbol length..: 9 nl @...........: 0x95be10 nl->n_un.n_strx: 0x212 nl->n_type.....: 0xf nl->n_sect.....: 0x10 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000100000 Symbol number..: 34 Current symbol.: _BootPTD symbol length..: 8 nl @...........: 0x95be20 nl->n_un.n_strx: 0x21c nl->n_type.....: 0xf nl->n_sect.....: 0x10 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000102000 Symbol number..: 35 Current symbol.: _BuildCatalogKey symbol length..: 16 nl @...........: 0x95be30 nl->n_un.n_strx: 0x225 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff800074eb70 Symbol number..: 36 Current symbol.: _BuildCatalogKeyUTF8 symbol length..: 20 nl @...........: 0x95be40 nl->n_un.n_strx: 0x236 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff800074ec70 Symbol number..: 37 Current symbol.: _CURSIG symbol length..: 7 nl @...........: 0x95be50 nl->n_un.n_strx: 0x24b nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80007b6550 Symbol number..: 38 Current symbol.: _CalcKeyRecordSize symbol length..: 18 nl @...........: 0x95be60 nl->n_un.n_strx: 0x253 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff800074b210 Symbol number..: 39 Current symbol.: _CalcMapBits symbol length..: 12 nl @...........: 0x95be70 nl->n_un.n_strx: 0x266 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff800074ac10 Symbol number..: 40 Current symbol.: _CalculateCRC symbol length..: 13 nl @...........: 0x95be80 nl->n_un.n_strx: 0x273 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80003adf20 Symbol number..: 41 Current symbol.: _CheckInsertParams symbol length..: 18 nl @...........: 0x95be90 nl->n_un.n_strx: 0x281 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff800074bb50 Symbol number..: 42 Current symbol.: _ClearNode symbol length..: 10 nl @...........: 0x95bea0 nl->n_un.n_strx: 0x294 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff800074bdd0 Symbol number..: 43 Current symbol.: _CompareCatalogKeys symbol length..: 19 nl @...........: 0x95beb0 nl->n_un.n_strx: 0x29f nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80006ff210 Symbol number..: 44 Current symbol.: _CompareExtendedCatalogKeys symbol length..: 27 nl @...........: 0x95bec0 nl->n_un.n_strx: 0x2b3 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80006ff2c0 Symbol number..: 45 Current symbol.: _ConvertUnicodeToUTF8Mangled symbol length..: 28 nl @...........: 0x95bed0 nl->n_un.n_strx: 0x2cf nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000759ad0 Symbol number..: 46 Current symbol.: _CopyCatalogName symbol length..: 16 nl @...........: 0x95bee0 nl->n_un.n_strx: 0x2ec nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff800074ec00 Symbol number..: 47 Current symbol.: _DADDR1 symbol length..: 7 nl @...........: 0x95bef0 nl->n_un.n_strx: 0x2fd nl->n_type.....: 0xf nl->n_sect.....: 0xf nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000aec8b8 Symbol number..: 48 Current symbol.: _DADDR2 symbol length..: 7 nl @...........: 0x95bf00 nl->n_un.n_strx: 0x305 nl->n_type.....: 0xf nl->n_sect.....: 0xf nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000aec8c0 Symbol number..: 49 Current symbol.: _DMAP1 symbol length..: 6 nl @...........: 0x95bf10 nl->n_un.n_strx: 0x30d nl->n_type.....: 0xf nl->n_sect.....: 0xf nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000aec8a8 Symbol number..: 50 Current symbol.: _DMAP2 symbol length..: 6 nl @...........: 0x95bf20 nl->n_un.n_strx: 0x314 nl->n_type.....: 0xf nl->n_sect.....: 0xf nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000aec8b0 Symbol number..: 51 Current symbol.: _DTCreateEntryIterator symbol length..: 22 nl @...........: 0x95bf30 nl->n_un.n_strx: 0x31b nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff800090d5e0 Symbol number..: 52 Current symbol.: _DTCreatePropertyIterator symbol length..: 25 nl @...........: 0x95bf40 nl->n_un.n_strx: 0x332 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff800090d940 Symbol number..: 53 Current symbol.: _DTDisposeEntryIterator symbol length..: 23 nl @...........: 0x95bf50 nl->n_un.n_strx: 0x34c nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff800090d660 Symbol number..: 54 Current symbol.: _DTDisposePropertyIterator symbol length..: 26 nl @...........: 0x95bf60 nl->n_un.n_strx: 0x364 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff800090d990 Symbol number..: 55 Current symbol.: _DTEnterEntry symbol length..: 13 nl @...........: 0x95bf70 nl->n_un.n_strx: 0x37f nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff800090d6d0 Symbol number..: 56 Current symbol.: _DTEntryIsEqual symbol length..: 15 nl @...........: 0x95bf80 nl->n_un.n_strx: 0x38d nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff800090d1b0 Symbol number..: 57 Current symbol.: _DTExitEntry symbol length..: 12 nl @...........: 0x95bf90 nl->n_un.n_strx: 0x39d nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff800090d760 Symbol number..: 58 Current symbol.: _DTFindEntry symbol length..: 12 nl @...........: 0x95bfa0 nl->n_un.n_strx: 0x3aa nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff800090d1c0 Symbol number..: 59 Current symbol.: _DTGetProperty symbol length..: 14 nl @...........: 0x95bfb0 nl->n_un.n_strx: 0x3b7 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff800090d8b0 Symbol number..: 60 Current symbol.: _DTInit symbol length..: 7 nl @...........: 0x95bfc0 nl->n_un.n_strx: 0x3c6 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff800090d190 Symbol number..: 61 Current symbol.: _DTIterateEntries symbol length..: 17 nl @...........: 0x95bfd0 nl->n_un.n_strx: 0x3ce nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff800090d7c0 Symbol number..: 62 Current symbol.: _DTIterateProperties symbol length..: 20 nl @...........: 0x95bfe0 nl->n_un.n_strx: 0x3e0 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff800090d9c0 Symbol number..: 63 Current symbol.: _DTLookupEntry symbol length..: 14 nl @...........: 0x95bff0 nl->n_un.n_strx: 0x3f5 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff800090d330 Symbol number..: 64 Current symbol.: _DTRestartEntryIteration symbol length..: 24 nl @...........: 0x95c000 nl->n_un.n_strx: 0x404 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff800090d890 Symbol number..: 65 Current symbol.: _DTRestartPropertyIteration symbol length..: 27 nl @...........: 0x95c010 nl->n_un.n_strx: 0x41d nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff800090da20 Symbol number..: 66 Current symbol.: _DebugStr symbol length..: 9 nl @...........: 0x95c020 nl->n_un.n_strx: 0x439 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000745180 Symbol number..: 67 Current symbol.: _Debugger symbol length..: 9 nl @...........: 0x95c030 nl->n_un.n_strx: 0x443 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80003db630 Symbol number..: 68 Current symbol.: _DebuggerWithContext symbol length..: 20 nl @...........: 0x95c040 nl->n_un.n_strx: 0x44d nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80003db620 Symbol number..: 69 Current symbol.: _DeleteOffset symbol length..: 13 nl @...........: 0x95c050 nl->n_un.n_strx: 0x462 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff800074c660 Symbol number..: 70 Current symbol.: _DeleteRecord symbol length..: 13 nl @...........: 0x95c060 nl->n_un.n_strx: 0x470 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff800074c440 Symbol number..: 71 Current symbol.: _DeleteTree symbol length..: 11 nl @...........: 0x95c070 nl->n_un.n_strx: 0x47e nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff800074d0a0 Symbol number..: 72 Current symbol.: _DerivePermissionSummary symbol length..: 24 nl @...........: 0x95c080 nl->n_un.n_strx: 0x48a nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80006f5b20 Symbol number..: 73 Current symbol.: _DisposePtr symbol length..: 11 nl @...........: 0x95c090 nl->n_un.n_strx: 0x4a3 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000745160 Symbol number..: 74 Current symbol.: _EntropyData symbol length..: 12 nl @...........: 0x95c0a0 nl->n_un.n_strx: 0x4af nl->n_type.....: 0xf nl->n_sect.....: 0x8 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000a2cdb0 Symbol number..: 75 Current symbol.: _ExchangeFileIDs symbol length..: 16 nl @...........: 0x95c0b0 nl->n_un.n_strx: 0x4bc nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff800074ef10 Symbol number..: 76 Current symbol.: _ExtendBTree symbol length..: 12 nl @...........: 0x95c0c0 nl->n_un.n_strx: 0x4cd nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff800074a650 Symbol number..: 77 Current symbol.: _ExtendBTreeFile symbol length..: 16 nl @...........: 0x95c0d0 nl->n_un.n_strx: 0x4da nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80006f7be0 Symbol number..: 78 Current symbol.: _ExtendFileC symbol length..: 12 nl @...........: 0x95c0e0 nl->n_un.n_strx: 0x4eb nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000750e50 Symbol number..: 79 Current symbol.: _FIPS_SHA1Final symbol length..: 15 nl @...........: 0x95c0f0 nl->n_un.n_strx: 0x4f8 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80003ae620 Symbol number..: 80 Current symbol.: _FIPS_SHA1Init symbol length..: 14 nl @...........: 0x95c100 nl->n_un.n_strx: 0x508 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80003ae4a0 Symbol number..: 81 Current symbol.: _FIPS_SHA1Update symbol length..: 16 nl @...........: 0x95c110 nl->n_un.n_strx: 0x517 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80003ae4e0 Symbol number..: 82 Current symbol.: _FastRelString symbol length..: 14 nl @...........: 0x95c120 nl->n_un.n_strx: 0x528 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000759890 Symbol number..: 83 Current symbol.: _FastUnicodeCompare symbol length..: 19 nl @...........: 0x95c130 nl->n_un.n_strx: 0x537 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000759920 Symbol number..: 84 Current symbol.: _FindIteratorPosition symbol length..: 21 nl @...........: 0x95c140 nl->n_un.n_strx: 0x54b nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff800074b410 Symbol number..: 85 Current symbol.: _FlushCatalog symbol length..: 13 nl @...........: 0x95c150 nl->n_un.n_strx: 0x561 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff800074ede0 Symbol number..: 86 Current symbol.: _FlushExtentFile symbol length..: 16 nl @...........: 0x95c160 nl->n_un.n_strx: 0x56f nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80007509f0 Symbol number..: 87 Current symbol.: _FreeNode symbol length..: 9 nl @...........: 0x95c170 nl->n_un.n_strx: 0x580 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff800074a4e0 Symbol number..: 88 Current symbol.: _GetBTreeBlock symbol length..: 14 nl @...........: 0x95c180 nl->n_un.n_strx: 0x58a nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80006f7640 Symbol number..: 89 Current symbol.: _GetChildNodeNum symbol length..: 16 nl @...........: 0x95c190 nl->n_un.n_strx: 0x599 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff800074c970 Symbol number..: 90 Current symbol.: _GetEmbeddedFileID symbol length..: 18 nl @...........: 0x95c1a0 nl->n_un.n_strx: 0x5aa nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000759720 Symbol number..: 91 Current symbol.: _GetFileInfo symbol length..: 12 nl @...........: 0x95c1b0 nl->n_un.n_strx: 0x5bd nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80007325a0 Symbol number..: 92 Current symbol.: _GetLogicalBlockSize symbol length..: 20 nl @...........: 0x95c1c0 nl->n_un.n_strx: 0x5ca nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80007341f0 Symbol number..: 93 Current symbol.: _GetNewNode symbol length..: 11 nl @...........: 0x95c1d0 nl->n_un.n_strx: 0x5df nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff800074bd80 Symbol number..: 94 Current symbol.: _GetNode symbol length..: 8 nl @...........: 0x95c1e0 nl->n_un.n_strx: 0x5eb nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff800074bd30 Symbol number..: 95 Current symbol.: _GetNodeDataSize symbol length..: 16 nl @...........: 0x95c1f0 nl->n_un.n_strx: 0x5f4 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff800074c900 Symbol number..: 96 Current symbol.: _GetNodeFreeSize symbol length..: 16 nl @...........: 0x95c200 nl->n_un.n_strx: 0x605 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff800074c080 Symbol number..: 97 Current symbol.: _GetOffsetAddress symbol length..: 17 nl @...........: 0x95c210 nl->n_un.n_strx: 0x616 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff800074c950 Symbol number..: 98 Current symbol.: _GetRecordByIndex symbol length..: 17 nl @...........: 0x95c220 nl->n_un.n_strx: 0x628 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff800074c880 Symbol number..: 99 Current symbol.: _GetRecordSize symbol length..: 14 nl @...........: 0x95c230 nl->n_un.n_strx: 0x63a nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff800074c930 Symbol number..: 100 Current symbol.: _GetTimeUTC symbol length..: 11 nl @...........: 0x95c240 nl->n_un.n_strx: 0x649 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000745040 Symbol number..: 101 Current symbol.: _HMAC_SHA1_DES3KD_Final symbol length..: 23 nl @...........: 0x95c250 nl->n_un.n_strx: 0x655 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000453b10 Symbol number..: 102 Current symbol.: _HMAC_SHA1_DES3KD_Init symbol length..: 22 nl @...........: 0x95c260 nl->n_un.n_strx: 0x66d nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000453a00 Symbol number..: 103 Current symbol.: _HMAC_SHA1_DES3KD_Update symbol length..: 24 nl @...........: 0x95c270 nl->n_un.n_strx: 0x684 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000453b00 Symbol number..: 104 Current symbol.: _HeadTruncateFile symbol length..: 17 nl @...........: 0x95c280 nl->n_un.n_strx: 0x69d nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000751e20 Symbol number..: 105 Current symbol.: _IOAlignmentToSize symbol length..: 18 nl @...........: 0x95c290 nl->n_un.n_strx: 0x6af nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000882090 Symbol number..: 106 Current symbol.: _IOBSDGetPlatformSerialNumber symbol length..: 29 nl @...........: 0x95c2a0 nl->n_un.n_strx: 0x6c2 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80008f6500 Symbol number..: 107 Current symbol.: _IOBSDGetPlatformUUID symbol length..: 21 nl @...........: 0x95c2b0 nl->n_un.n_strx: 0x6e0 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80008f6430 Symbol number..: 108 Current symbol.: _IOBSDIsMediaEjectable symbol length..: 22 nl @...........: 0x95c2c0 nl->n_un.n_strx: 0x6f6 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80008f6750 Symbol number..: 109 Current symbol.: _IOBSDIterateMediaWithContent symbol length..: 29 nl @...........: 0x95c2d0 nl->n_un.n_strx: 0x70d nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80008f65f0 Symbol number..: 110 Current symbol.: _IOBSDMountChange symbol length..: 17 nl @...........: 0x95c2e0 nl->n_un.n_strx: 0x72b nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80008f6870 Symbol number..: 111 Current symbol.: _IOBSDNameMatching symbol length..: 18 nl @...........: 0x95c2f0 nl->n_un.n_strx: 0x73d nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80008f5480 Symbol number..: 112 Current symbol.: _IOBSDRegistryEntryForDeviceTree symbol length..: 32 nl @...........: 0x95c300 nl->n_un.n_strx: 0x750 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80008f63a0 Symbol number..: 113 Current symbol.: _IOBSDRegistryEntryGetData symbol length..: 26 nl @...........: 0x95c310 nl->n_un.n_strx: 0x771 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80008f63e0 Symbol number..: 114 Current symbol.: _IOBSDRegistryEntryRelease symbol length..: 26 nl @...........: 0x95c320 nl->n_un.n_strx: 0x78c nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80008f63c0 Symbol number..: 115 Current symbol.: _IOCPURunPlatformActiveActions symbol length..: 30 nl @...........: 0x95c330 nl->n_un.n_strx: 0x7a7 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80008d2ed0 Symbol number..: 116 Current symbol.: _IOCPURunPlatformHaltRestartActions symbol length..: 35 nl @...........: 0x95c340 nl->n_un.n_strx: 0x7c6 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80008d2f40 Symbol number..: 117 Current symbol.: _IOCPURunPlatformPanicActions symbol length..: 29 nl @...........: 0x95c350 nl->n_un.n_strx: 0x7ea nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80008d2fc0 Symbol number..: 118 Current symbol.: _IOCPURunPlatformQuiesceActions symbol length..: 31 nl @...........: 0x95c360 nl->n_un.n_strx: 0x808 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80008d2e60 Symbol number..: 119 Current symbol.: _IOCatalogueMatchingDriversPresent symbol length..: 34 nl @...........: 0x95c370 nl->n_un.n_strx: 0x828 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80008f53e0 Symbol number..: 120 Current symbol.: _IOCopyLogNameForPID symbol length..: 20 nl @...........: 0x95c380 nl->n_un.n_strx: 0x84b nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000881e30 Symbol number..: 121 Current symbol.: _IOCreateThread symbol length..: 15 nl @...........: 0x95c390 nl->n_un.n_strx: 0x860 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000880770 Symbol number..: 122 Current symbol.: _IODTFreeLoaderInfo symbol length..: 19 nl @...........: 0x95c3a0 nl->n_un.n_strx: 0x870 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000883ac0 Symbol number..: 123 Current symbol.: _IODTGetDefault symbol length..: 15 nl @...........: 0x95c3b0 nl->n_un.n_strx: 0x884 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000883bf0 Symbol number..: 124 Current symbol.: _IODTGetLoaderInfo symbol length..: 18 nl @...........: 0x95c3c0 nl->n_un.n_strx: 0x894 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000883b30 Symbol number..: 125 Current symbol.: _IODefaultCacheBits symbol length..: 19 nl @...........: 0x95c3d0 nl->n_un.n_strx: 0x8a7 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff800039a6b0 Symbol number..: 126 Current symbol.: _IODelay symbol length..: 8 nl @...........: 0x95c3e0 nl->n_un.n_strx: 0x8bb nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000881bc0 Symbol number..: 127 Current symbol.: _IOExitThread symbol length..: 13 nl @...........: 0x95c3f0 nl->n_un.n_strx: 0x8c4 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80008807a0 Symbol number..: 128 Current symbol.: _IOFindBSDRoot symbol length..: 14 nl @...........: 0x95c400 nl->n_un.n_strx: 0x8d2 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80008f57a0 Symbol number..: 129 Current symbol.: _IOFindNameForValue symbol length..: 19 nl @...........: 0x95c410 nl->n_un.n_strx: 0x8e1 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000881d80 Symbol number..: 130 Current symbol.: _IOFindValueForName symbol length..: 19 nl @...........: 0x95c420 nl->n_un.n_strx: 0x8f5 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000881dd0 Symbol number..: 131 Current symbol.: _IOFlushProcessorCache symbol length..: 22 nl @...........: 0x95c430 nl->n_un.n_strx: 0x909 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000881af0 Symbol number..: 132 Current symbol.: _IOFree symbol length..: 7 nl @...........: 0x95c440 nl->n_un.n_strx: 0x920 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000880820 Symbol number..: 133 Current symbol.: _IOFreeAligned symbol length..: 14 nl @...........: 0x95c450 nl->n_un.n_strx: 0x928 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000880a30 Symbol number..: 134 Current symbol.: _IOFreeContiguous symbol length..: 17 nl @...........: 0x95c460 nl->n_un.n_strx: 0x937 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000880ec0 Symbol number..: 135 Current symbol.: _IOFreePageable symbol length..: 15 nl @...........: 0x95c470 nl->n_un.n_strx: 0x949 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000881730 Symbol number..: 136 Current symbol.: _IOGetBootKeyStoreData symbol length..: 22 nl @...........: 0x95c480 nl->n_un.n_strx: 0x959 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff800090d0c0 Symbol number..: 137 Current symbol.: _IOGetLastPageNumber symbol length..: 20 nl @...........: 0x95c490 nl->n_un.n_strx: 0x970 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff800039a9b0 Symbol number..: 138 Current symbol.: _IOGetTime symbol length..: 10 nl @...........: 0x95c4a0 nl->n_un.n_strx: 0x985 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff800039a9f0 Symbol number..: 139 Current symbol.: _IOHibernateIOKitSleep symbol length..: 22 nl @...........: 0x95c4b0 nl->n_un.n_strx: 0x990 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff800087c230 Symbol number..: 140 Current symbol.: _IOHibernateSetWakeCapabilities symbol length..: 31 nl @...........: 0x95c4c0 nl->n_un.n_strx: 0x9a7 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff800087f9b0 Symbol number..: 141 Current symbol.: _IOHibernateSystemHasSlept symbol length..: 26 nl @...........: 0x95c4d0 nl->n_un.n_strx: 0x9c7 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff800087c290 Symbol number..: 142 Current symbol.: _IOHibernateSystemInit symbol length..: 22 nl @...........: 0x95c4e0 nl->n_un.n_strx: 0x9e2 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff800087c910 Symbol number..: 143 Current symbol.: _IOHibernateSystemPostWake symbol length..: 26 nl @...........: 0x95c4f0 nl->n_un.n_strx: 0x9f9 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff800087c7c0 Symbol number..: 144 Current symbol.: _IOHibernateSystemRestart symbol length..: 25 nl @...........: 0x95c500 nl->n_un.n_strx: 0xa14 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff800087f9e0 Symbol number..: 145 Current symbol.: _IOHibernateSystemSleep symbol length..: 23 nl @...........: 0x95c510 nl->n_un.n_strx: 0xa2e nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff800087b130 Symbol number..: 146 Current symbol.: _IOHibernateSystemWake symbol length..: 22 nl @...........: 0x95c520 nl->n_un.n_strx: 0xa46 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff800087c750 Symbol number..: 147 Current symbol.: _IOHibernateWasScreenLocked symbol length..: 27 nl @...........: 0x95c530 nl->n_un.n_strx: 0xa5d nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff800087c880 Symbol number..: 148 Current symbol.: _IOIteratePageableMaps symbol length..: 22 nl @...........: 0x95c540 nl->n_un.n_strx: 0xa79 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000881040 Symbol number..: 149 Current symbol.: _IOKernelAllocateWithPhysicalRestrict symbol length..: 37 nl @...........: 0x95c550 nl->n_un.n_strx: 0xa90 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000880b50 Symbol number..: 150 Current symbol.: _IOKernelFreePhysical symbol length..: 21 nl @...........: 0x95c560 nl->n_un.n_strx: 0xab6 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000880ad0 Symbol number..: 151 Current symbol.: _IOKitBSDInit symbol length..: 13 nl @...........: 0x95c570 nl->n_un.n_strx: 0xacc nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80008f5320 Symbol number..: 152 Current symbol.: _IOKitInitializeTime symbol length..: 20 nl @...........: 0x95c580 nl->n_un.n_strx: 0xada nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80008830a0 Symbol number..: 153 Current symbol.: _IOLibInit symbol length..: 10 nl @...........: 0x95c590 nl->n_un.n_strx: 0xaef nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000880570 Symbol number..: 154 Current symbol.: _IOLockAlloc symbol length..: 12 nl @...........: 0x95c5a0 nl->n_un.n_strx: 0xafa nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000882200 Symbol number..: 155 Current symbol.: _IOLockFree symbol length..: 11 nl @...........: 0x95c5b0 nl->n_un.n_strx: 0xb07 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000882250 Symbol number..: 156 Current symbol.: _IOLockGetMachLock symbol length..: 18 nl @...........: 0x95c5c0 nl->n_un.n_strx: 0xb13 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000882270 Symbol number..: 157 Current symbol.: _IOLockGroup symbol length..: 12 nl @...........: 0x95c5d0 nl->n_un.n_strx: 0xb26 nl->n_type.....: 0xf nl->n_sect.....: 0xf nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000b25340 Symbol number..: 158 Current symbol.: _IOLockInitWithState symbol length..: 20 nl @...........: 0x95c5e0 nl->n_un.n_strx: 0xb33 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80008821e0 Symbol number..: 159 Current symbol.: _IOLockSleep symbol length..: 12 nl @...........: 0x95c5f0 nl->n_un.n_strx: 0xb48 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80008822e0 Symbol number..: 160 Current symbol.: _IOLockSleepDeadline symbol length..: 20 nl @...........: 0x95c600 nl->n_un.n_strx: 0xb55 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000882310 Symbol number..: 161 Current symbol.: _IOLockSleepDeadline_darwin14 symbol length..: 29 nl @...........: 0x95c610 nl->n_un.n_strx: 0xb6a nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80008822a0 Symbol number..: 162 Current symbol.: _IOLockSleep_darwin14 symbol length..: 21 nl @...........: 0x95c620 nl->n_un.n_strx: 0xb88 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000882280 Symbol number..: 163 Current symbol.: _IOLockWakeup symbol length..: 13 nl @...........: 0x95c630 nl->n_un.n_strx: 0xb9e nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000882340 Symbol number..: 164 Current symbol.: _IOLockWakeup_darwin14 symbol length..: 22 nl @...........: 0x95c640 nl->n_un.n_strx: 0xbac nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80008822c0 Symbol number..: 165 Current symbol.: _IOLog symbol length..: 6 nl @...........: 0x95c650 nl->n_un.n_strx: 0xbc3 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000881be0 Symbol number..: 166 Current symbol.: _IOLogv symbol length..: 7 nl @...........: 0x95c660 nl->n_un.n_strx: 0xbca nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000881cd0 Symbol number..: 167 Current symbol.: _IOMalloc symbol length..: 9 nl @...........: 0x95c670 nl->n_un.n_strx: 0xbd2 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80008807c0 Symbol number..: 168 Current symbol.: _IOMallocAligned symbol length..: 16 nl @...........: 0x95c680 nl->n_un.n_strx: 0xbdc nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80008808a0 Symbol number..: 169 Current symbol.: _IOMallocContiguous symbol length..: 19 nl @...........: 0x95c690 nl->n_un.n_strx: 0xbed nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000880d60 Symbol number..: 170 Current symbol.: _IOMallocPageable symbol length..: 17 nl @...........: 0x95c6a0 nl->n_un.n_strx: 0xc01 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000881230 Symbol number..: 171 Current symbol.: _IOMapPages symbol length..: 11 nl @...........: 0x95c6b0 nl->n_un.n_strx: 0xc13 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff800039a700 Symbol number..: 172 Current symbol.: _IOMappedRead16 symbol length..: 15 nl @...........: 0x95c6c0 nl->n_un.n_strx: 0xc1f nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80008c16e0 Symbol number..: 173 Current symbol.: _IOMappedRead32 symbol length..: 15 nl @...........: 0x95c6d0 nl->n_un.n_strx: 0xc2f nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80008c1790 Symbol number..: 174 Current symbol.: _IOMappedRead64 symbol length..: 15 nl @...........: 0x95c6e0 nl->n_un.n_strx: 0xc3f nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80008c1850 Symbol number..: 175 Current symbol.: _IOMappedRead8 symbol length..: 14 nl @...........: 0x95c6f0 nl->n_un.n_strx: 0xc4f nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80008c1630 Symbol number..: 176 Current symbol.: _IOMappedWrite16 symbol length..: 16 nl @...........: 0x95c700 nl->n_un.n_strx: 0xc5e nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80008c19e0 Symbol number..: 177 Current symbol.: _IOMappedWrite32 symbol length..: 16 nl @...........: 0x95c710 nl->n_un.n_strx: 0xc6f nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80008c1ab0 Symbol number..: 178 Current symbol.: _IOMappedWrite64 symbol length..: 16 nl @...........: 0x95c720 nl->n_un.n_strx: 0xc80 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80008c1b80 Symbol number..: 179 Current symbol.: _IOMappedWrite8 symbol length..: 15 nl @...........: 0x95c730 nl->n_un.n_strx: 0xc91 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80008c1910 Symbol number..: 180 Current symbol.: _IOMapperIOVMAlloc symbol length..: 18 nl @...........: 0x95c740 nl->n_un.n_strx: 0xca1 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80008c1490 Symbol number..: 181 Current symbol.: _IOMapperIOVMFree symbol length..: 17 nl @...........: 0x95c750 nl->n_un.n_strx: 0xcb4 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80008c1570 Symbol number..: 182 Current symbol.: _IOMapperInsertPage symbol length..: 19 nl @...........: 0x95c760 nl->n_un.n_strx: 0xcc6 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80008c15b0 Symbol number..: 183 Current symbol.: _IOMemoryDescriptorMapAlloc symbol length..: 27 nl @...........: 0x95c770 nl->n_un.n_strx: 0xcda nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80008c4d70 Symbol number..: 184 Current symbol.: _IOMemoryTag symbol length..: 12 nl @...........: 0x95c780 nl->n_un.n_strx: 0xcf6 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000880870 Symbol number..: 185 Current symbol.: _IONDRVLibrariesInitialize symbol length..: 26 nl @...........: 0x95c790 nl->n_un.n_strx: 0xd03 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000884f10 Symbol number..: 186 Current symbol.: _IONetworkNamePrefixMatching symbol length..: 28 nl @...........: 0x95c7a0 nl->n_un.n_strx: 0xd1e nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80008f5520 Symbol number..: 187 Current symbol.: _IOOFPathMatching symbol length..: 17 nl @...........: 0x95c7b0 nl->n_un.n_strx: 0xd3b nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80008f5680 Symbol number..: 188 Current symbol.: _IOOpenDebugDataFile symbol length..: 20 nl @...........: 0x95c7c0 nl->n_un.n_strx: 0xd4d nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff800087c0a0 Symbol number..: 189 Current symbol.: _IOPageableMapForAddress symbol length..: 24 nl @...........: 0x95c7d0 nl->n_un.n_strx: 0xd62 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80008811d0 Symbol number..: 190 Current symbol.: _IOPause symbol length..: 8 nl @...........: 0x95c7e0 nl->n_un.n_strx: 0xd7b nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000881bd0 Symbol number..: 191 Current symbol.: _IOPolledFilePollersClose symbol length..: 25 nl @...........: 0x95c7f0 nl->n_un.n_strx: 0xd84 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80008b28d0 Symbol number..: 192 Current symbol.: _IOPolledFilePollersOpen symbol length..: 24 nl @...........: 0x95c800 nl->n_un.n_strx: 0xd9e nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80008b2740 Symbol number..: 193 Current symbol.: _IOPolledFileRead symbol length..: 17 nl @...........: 0x95c810 nl->n_un.n_strx: 0xdb7 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80008b3710 Symbol number..: 194 Current symbol.: _IOPolledFileSeek symbol length..: 17 nl @...........: 0x95c820 nl->n_un.n_strx: 0xdc9 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80008b3300 Symbol number..: 195 Current symbol.: _IOPolledFileWrite symbol length..: 18 nl @...........: 0x95c830 nl->n_un.n_strx: 0xddb nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80008b3360 Symbol number..: 196 Current symbol.: _IOPrintPlane symbol length..: 13 nl @...........: 0x95c840 nl->n_un.n_strx: 0xdee nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80008e6330 Symbol number..: 197 Current symbol.: _IOProtectCacheMode symbol length..: 19 nl @...........: 0x95c850 nl->n_un.n_strx: 0xdfc nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff800039a880 Symbol number..: 198 Current symbol.: _IORWLockAlloc symbol length..: 14 nl @...........: 0x95c860 nl->n_un.n_strx: 0xe10 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000882670 Symbol number..: 199 Current symbol.: _IORWLockFree symbol length..: 13 nl @...........: 0x95c870 nl->n_un.n_strx: 0xe1f nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000882690 Symbol number..: 200 Current symbol.: _IORWLockGetMachLock symbol length..: 20 nl @...........: 0x95c880 nl->n_un.n_strx: 0xe2d nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80008826b0 Symbol number..: 201 Current symbol.: _IORamDiskBSDRoot symbol length..: 17 nl @...........: 0x95c890 nl->n_un.n_strx: 0xe42 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80008f6300 Symbol number..: 202 Current symbol.: _IORecordProgressBackbuffer symbol length..: 27 nl @...........: 0x95c8a0 nl->n_un.n_strx: 0xe54 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000883480 Symbol number..: 203 Current symbol.: _IORecursiveLockAlloc symbol length..: 21 nl @...........: 0x95c8b0 nl->n_un.n_strx: 0xe70 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000882400 Symbol number..: 204 Current symbol.: _IORecursiveLockAllocWithLockGroup symbol length..: 34 nl @...........: 0x95c8c0 nl->n_un.n_strx: 0xe86 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000882360 Symbol number..: 205 Current symbol.: _IORecursiveLockFree symbol length..: 20 nl @...........: 0x95c8d0 nl->n_un.n_strx: 0xea9 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80008824a0 Symbol number..: 206 Current symbol.: _IORecursiveLockGetMachLock symbol length..: 27 nl @...........: 0x95c8e0 nl->n_un.n_strx: 0xebe nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80008824d0 Symbol number..: 207 Current symbol.: _IORecursiveLockHaveLock symbol length..: 24 nl @...........: 0x95c8f0 nl->n_un.n_strx: 0xeda nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000882590 Symbol number..: 208 Current symbol.: _IORecursiveLockLock symbol length..: 20 nl @...........: 0x95c900 nl->n_un.n_strx: 0xef3 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80008824e0 Symbol number..: 209 Current symbol.: _IORecursiveLockSleep symbol length..: 21 nl @...........: 0x95c910 nl->n_un.n_strx: 0xf08 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80008825b0 Symbol number..: 210 Current symbol.: _IORecursiveLockSleepDeadline symbol length..: 29 nl @...........: 0x95c920 nl->n_un.n_strx: 0xf1e nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000882600 Symbol number..: 211 Current symbol.: _IORecursiveLockTryLock symbol length..: 23 nl @...........: 0x95c930 nl->n_un.n_strx: 0xf3c nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000882520 Symbol number..: 212 Current symbol.: _IORecursiveLockUnlock symbol length..: 22 nl @...........: 0x95c940 nl->n_un.n_strx: 0xf54 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000882570 Symbol number..: 213 Current symbol.: _IORecursiveLockWakeup symbol length..: 22 nl @...........: 0x95c950 nl->n_un.n_strx: 0xf6b nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000882650 Symbol number..: 214 Current symbol.: _IORegistrySetOSBuildVersion symbol length..: 28 nl @...........: 0x95c960 nl->n_un.n_strx: 0xf82 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000883430 Symbol number..: 215 Current symbol.: _IOSecureBSDRoot symbol length..: 16 nl @...........: 0x95c970 nl->n_un.n_strx: 0xf9f nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80008f6390 Symbol number..: 216 Current symbol.: _IOServicePublishResource symbol length..: 25 nl @...........: 0x95c980 nl->n_un.n_strx: 0xfb0 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80008f5340 Symbol number..: 217 Current symbol.: _IOServiceWaitForMatchingResource symbol length..: 33 nl @...........: 0x95c990 nl->n_un.n_strx: 0xfca nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80008f5380 Symbol number..: 218 Current symbol.: _IOSetKeyStoreData symbol length..: 18 nl @...........: 0x95c9a0 nl->n_un.n_strx: 0xfec nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff800090d0a0 Symbol number..: 219 Current symbol.: _IOSetProcessorCacheMode symbol length..: 24 nl @...........: 0x95c9b0 nl->n_un.n_strx: 0xfff nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000881a00 Symbol number..: 220 Current symbol.: _IOSimpleLockAlloc symbol length..: 18 nl @...........: 0x95c9c0 nl->n_un.n_strx: 0x1018 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80008826c0 Symbol number..: 221 Current symbol.: _IOSimpleLockFree symbol length..: 17 nl @...........: 0x95c9d0 nl->n_un.n_strx: 0x102b nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000882720 Symbol number..: 222 Current symbol.: _IOSimpleLockGetMachLock symbol length..: 24 nl @...........: 0x95c9e0 nl->n_un.n_strx: 0x103d nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000882740 Symbol number..: 223 Current symbol.: _IOSimpleLockInit symbol length..: 17 nl @...........: 0x95c9f0 nl->n_un.n_strx: 0x1056 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80008826e0 Symbol number..: 224 Current symbol.: _IOSizeToAlignment symbol length..: 18 nl @...........: 0x95ca00 nl->n_un.n_strx: 0x1068 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000881ed0 Symbol number..: 225 Current symbol.: _IOSleep symbol length..: 8 nl @...........: 0x95ca10 nl->n_un.n_strx: 0x107b nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000881b70 Symbol number..: 226 Current symbol.: _IOSleepWithLeeway symbol length..: 18 nl @...........: 0x95ca20 nl->n_un.n_strx: 0x1084 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000881b80 Symbol number..: 227 Current symbol.: _IOSpinUnlock symbol length..: 13 nl @...........: 0x95ca30 nl->n_un.n_strx: 0x1097 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80008f9550 Symbol number..: 228 Current symbol.: _IOSystemShutdownNotification symbol length..: 29 nl @...........: 0x95ca40 nl->n_un.n_strx: 0x10a5 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80008f9c80 Symbol number..: 229 Current symbol.: _IOTaskHasEntitlement symbol length..: 21 nl @...........: 0x95ca50 nl->n_un.n_strx: 0x10c3 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80008f6880 Symbol number..: 230 Current symbol.: _IOTrySpinLock symbol length..: 14 nl @...........: 0x95ca60 nl->n_un.n_strx: 0x10d9 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80008f9558 Symbol number..: 231 Current symbol.: _IOUUIDMatching symbol length..: 15 nl @...........: 0x95ca70 nl->n_un.n_strx: 0x10e8 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80008f5500 Symbol number..: 232 Current symbol.: _IOUnmapPages symbol length..: 13 nl @...........: 0x95ca80 nl->n_un.n_strx: 0x10f8 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff800039a850 Symbol number..: 233 Current symbol.: _IOZeroTvalspec symbol length..: 15 nl @...........: 0x95ca90 nl->n_un.n_strx: 0x1106 nl->n_type.....: 0xf nl->n_sect.....: 0xf nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000b25338 Symbol number..: 234 Current symbol.: _IS_64BIT_PROCESS symbol length..: 17 nl @...........: 0x95caa0 nl->n_un.n_strx: 0x1116 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80007a9850 Symbol number..: 235 Current symbol.: _IdlePDPT symbol length..: 9 nl @...........: 0x95cab0 nl->n_un.n_strx: 0x1128 nl->n_type.....: 0xf nl->n_sect.....: 0xf nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000aedb08 Symbol number..: 236 Current symbol.: _IdlePML4 symbol length..: 9 nl @...........: 0x95cac0 nl->n_un.n_strx: 0x1132 nl->n_type.....: 0xf nl->n_sect.....: 0xf nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000aedad0 Symbol number..: 237 Current symbol.: _IdlePTD symbol length..: 8 nl @...........: 0x95cad0 nl->n_un.n_strx: 0x113c nl->n_type.....: 0xf nl->n_sect.....: 0xf nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000aedb00 Symbol number..: 238 Current symbol.: _InsertKeyRecord symbol length..: 16 nl @...........: 0x95cae0 nl->n_un.n_strx: 0x1145 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff800074c1a0 Symbol number..: 239 Current symbol.: _InsertOffset symbol length..: 13 nl @...........: 0x95caf0 nl->n_un.n_strx: 0x1156 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff800074c0b0 Symbol number..: 240 Current symbol.: _InsertRecord symbol length..: 13 nl @...........: 0x95cb00 nl->n_un.n_strx: 0x1164 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff800074bec0 Symbol number..: 241 Current symbol.: _InsertTree symbol length..: 11 nl @...........: 0x95cb10 nl->n_un.n_strx: 0x1172 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff800074d010 Symbol number..: 242 Current symbol.: _IsItAHint symbol length..: 10 nl @...........: 0x95cb20 nl->n_un.n_strx: 0x117e nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff800074bb30 Symbol number..: 243 Current symbol.: _KERNEL_AUDIT_TOKEN symbol length..: 19 nl @...........: 0x95cb30 nl->n_un.n_strx: 0x1189 nl->n_type.....: 0xf nl->n_sect.....: 0xf nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000ada0c8 Symbol number..: 244 Current symbol.: _KERNEL_SECURITY_TOKEN symbol length..: 22 nl @...........: 0x95cb40 nl->n_un.n_strx: 0x119d nl->n_type.....: 0xf nl->n_sect.....: 0x8 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000a2bf60 Symbol number..: 245 Current symbol.: _KPTphys symbol length..: 8 nl @...........: 0x95cb50 nl->n_un.n_strx: 0x11b4 nl->n_type.....: 0xf nl->n_sect.....: 0xf nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000aedaf8 Symbol number..: 246 Current symbol.: _KUNCExecute symbol length..: 12 nl @...........: 0x95cb60 nl->n_un.n_strx: 0x11bd nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80002be510 Symbol number..: 247 Current symbol.: _KUNCGetNotificationID symbol length..: 22 nl @...........: 0x95cb70 nl->n_un.n_strx: 0x11ca nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80002be450 Symbol number..: 248 Current symbol.: _KUNCUserNotificationCancel symbol length..: 27 nl @...........: 0x95cb80 nl->n_un.n_strx: 0x11e1 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80002be580 Symbol number..: 249 Current symbol.: _KUNCUserNotificationDisplayAlert symbol length..: 33 nl @...........: 0x95cb90 nl->n_un.n_strx: 0x11fd nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80002be7b0 Symbol number..: 250 Current symbol.: _KUNCUserNotificationDisplayFromBundle symbol length..: 38 nl @...........: 0x95cba0 nl->n_un.n_strx: 0x121f nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80002be870 Symbol number..: 251 Current symbol.: _KUNCUserNotificationDisplayNotice symbol length..: 34 nl @...........: 0x95cbb0 nl->n_un.n_strx: 0x1246 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80002be710 Symbol number..: 252 Current symbol.: _LastDebuggerEntryAllowance symbol length..: 27 nl @...........: 0x95cbc0 nl->n_un.n_strx: 0x1269 nl->n_type.....: 0xf nl->n_sect.....: 0xf nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000aedd70 Symbol number..: 253 Current symbol.: _LcksOpts symbol length..: 9 nl @...........: 0x95cbd0 nl->n_un.n_strx: 0x1285 nl->n_type.....: 0xf nl->n_sect.....: 0xf nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000aedd48 Symbol number..: 254 Current symbol.: _Load_context symbol length..: 13 nl @...........: 0x95cbe0 nl->n_un.n_strx: 0x128f nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80003d02a0 Symbol number..: 255 Current symbol.: _LocalToUTC symbol length..: 11 nl @...........: 0x95cbf0 nl->n_un.n_strx: 0x129d nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000745070 Symbol number..: 256 Current symbol.: _LocateCatalogNodeByKey symbol length..: 23 nl @...........: 0x95cc00 nl->n_un.n_strx: 0x12a9 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff800074e7c0 Symbol number..: 257 Current symbol.: _LocateCatalogRecord symbol length..: 20 nl @...........: 0x95cc10 nl->n_un.n_strx: 0x12c1 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff800074e980 Symbol number..: 258 Current symbol.: _LockCompatGroup symbol length..: 16 nl @...........: 0x95cc20 nl->n_un.n_strx: 0x12d6 nl->n_type.....: 0xf nl->n_sect.....: 0xf nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000add980 Symbol number..: 259 Current symbol.: _LockDefaultGroupAttr symbol length..: 21 nl @...........: 0x95cc30 nl->n_un.n_strx: 0x12e7 nl->n_type.....: 0xf nl->n_sect.....: 0xf nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000adda90 Symbol number..: 260 Current symbol.: _LockDefaultLckAttr symbol length..: 19 nl @...........: 0x95cc40 nl->n_un.n_strx: 0x12fd nl->n_type.....: 0xf nl->n_sect.....: 0xf nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000adda94 Symbol number..: 261 Current symbol.: _LockTimeOut symbol length..: 12 nl @...........: 0x95cc50 nl->n_un.n_strx: 0x1311 nl->n_type.....: 0xf nl->n_sect.....: 0xf nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000aedd5c Symbol number..: 262 Current symbol.: _LockTimeOutTSC symbol length..: 15 nl @...........: 0x95cc60 nl->n_un.n_strx: 0x131e nl->n_type.....: 0xf nl->n_sect.....: 0xf nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000aedd60 Symbol number..: 263 Current symbol.: _MCFail symbol length..: 7 nl @...........: 0x95cc70 nl->n_un.n_strx: 0x132e nl->n_type.....: 0xf nl->n_sect.....: 0xf nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000b23454 Symbol number..: 264 Current symbol.: _MD5Final symbol length..: 9 nl @...........: 0x95cc80 nl->n_un.n_strx: 0x1336 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff800086fea0 Symbol number..: 265 Current symbol.: _MD5Init symbol length..: 8 nl @...........: 0x95cc90 nl->n_un.n_strx: 0x1340 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff800086fcb0 Symbol number..: 266 Current symbol.: _MD5Update symbol length..: 10 nl @...........: 0x95cca0 nl->n_un.n_strx: 0x1349 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff800086fd70 Symbol number..: 267 Current symbol.: _MD5_DESCBC_Final symbol length..: 17 nl @...........: 0x95ccb0 nl->n_un.n_strx: 0x1354 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000453c20 Symbol number..: 268 Current symbol.: _MD5_DESCBC_Init symbol length..: 16 nl @...........: 0x95ccc0 nl->n_un.n_strx: 0x1366 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000453bf0 Symbol number..: 269 Current symbol.: _MD5_DESCBC_Update symbol length..: 18 nl @...........: 0x95ccd0 nl->n_un.n_strx: 0x1377 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000453c10 Symbol number..: 270 Current symbol.: _MDFail symbol length..: 7 nl @...........: 0x95cce0 nl->n_un.n_strx: 0x138a nl->n_type.....: 0xf nl->n_sect.....: 0xf nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000b23464 Symbol number..: 271 Current symbol.: _MPFail symbol length..: 7 nl @...........: 0x95ccf0 nl->n_un.n_strx: 0x1392 nl->n_type.....: 0xf nl->n_sect.....: 0xf nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000b2345c Symbol number..: 272 Current symbol.: _MacToVFSError symbol length..: 14 nl @...........: 0x95cd00 nl->n_un.n_strx: 0x139a nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000730230 Symbol number..: 273 Current symbol.: _MapFileBlockC symbol length..: 14 nl @...........: 0x95cd10 nl->n_un.n_strx: 0x13a9 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000750680 Symbol number..: 274 Current symbol.: _MetaZoneFreeBlocks symbol length..: 19 nl @...........: 0x95cd20 nl->n_un.n_strx: 0x13b8 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000753da0 Symbol number..: 275 Current symbol.: _ModifyBlockStart symbol length..: 17 nl @...........: 0x95cd30 nl->n_un.n_strx: 0x13cc nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80006f77f0 Symbol number..: 276 Current symbol.: _MoveData symbol length..: 9 nl @...........: 0x95cd40 nl->n_un.n_strx: 0x13de nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff800074ee30 Symbol number..: 277 Current symbol.: _MutexSpin symbol length..: 10 nl @...........: 0x95cd50 nl->n_un.n_strx: 0x13e8 nl->n_type.....: 0xf nl->n_sect.....: 0xf nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000aedd68 Symbol number..: 278 Current symbol.: _NDR_record symbol length..: 11 nl @...........: 0x95cd60 nl->n_un.n_strx: 0x13f3 nl->n_type.....: 0xf nl->n_sect.....: 0x8 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000a2bec0 Symbol number..: 279 Current symbol.: _NMIPI_acks symbol length..: 11 nl @...........: 0x95cd70 nl->n_un.n_strx: 0x13ff nl->n_type.....: 0xf nl->n_sect.....: 0xf nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000aee3e8 Symbol number..: 280 Current symbol.: _NMI_count symbol length..: 10 nl @...........: 0x95cd80 nl->n_un.n_strx: 0x140b nl->n_type.....: 0xf nl->n_sect.....: 0xf nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000aee3f0 Symbol number..: 281 Current symbol.: _NMI_cpus symbol length..: 9 nl @...........: 0x95cd90 nl->n_un.n_strx: 0x1416 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80003dfac0 Symbol number..: 282 Current symbol.: _NewPtr symbol length..: 7 nl @...........: 0x95cda0 nl->n_un.n_strx: 0x1420 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000745140 Symbol number..: 283 Current symbol.: _NewPtrSysClear symbol length..: 15 nl @...........: 0x95cdb0 nl->n_un.n_strx: 0x1428 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000745100 Symbol number..: 284 Current symbol.: _NodesAreContiguous symbol length..: 19 nl @...........: 0x95cdc0 nl->n_un.n_strx: 0x1438 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000752320 Symbol number..: 285 Current symbol.: _OSAddAtomic symbol length..: 12 nl @...........: 0x95cdd0 nl->n_un.n_strx: 0x144c nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000838a10 Symbol number..: 286 Current symbol.: _OSAddAtomic16 symbol length..: 14 nl @...........: 0x95cde0 nl->n_un.n_strx: 0x1459 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000838a00 Symbol number..: 287 Current symbol.: _OSAddAtomic64 symbol length..: 14 nl @...........: 0x95cdf0 nl->n_un.n_strx: 0x1468 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000838a20 Symbol number..: 288 Current symbol.: _OSAddAtomic8 symbol length..: 13 nl @...........: 0x95ce00 nl->n_un.n_strx: 0x1477 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80008389f0 Symbol number..: 289 Current symbol.: _OSAddAtomicLong symbol length..: 16 nl @...........: 0x95ce10 nl->n_un.n_strx: 0x1485 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000838a30 Symbol number..: 290 Current symbol.: _OSBacktrace symbol length..: 12 nl @...........: 0x95ce20 nl->n_un.n_strx: 0x1496 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000838f70 Symbol number..: 291 Current symbol.: _OSBitAndAtomic symbol length..: 15 nl @...........: 0x95ce30 nl->n_un.n_strx: 0x14a3 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000838a60 Symbol number..: 292 Current symbol.: _OSBitAndAtomic16 symbol length..: 17 nl @...........: 0x95ce40 nl->n_un.n_strx: 0x14b3 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000838c30 Symbol number..: 293 Current symbol.: _OSBitAndAtomic8 symbol length..: 16 nl @...........: 0x95ce50 nl->n_un.n_strx: 0x14c5 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000838bb0 Symbol number..: 294 Current symbol.: _OSBitOrAtomic symbol length..: 14 nl @...........: 0x95ce60 nl->n_un.n_strx: 0x14d6 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000838a80 Symbol number..: 295 Current symbol.: _OSBitOrAtomic16 symbol length..: 16 nl @...........: 0x95ce70 nl->n_un.n_strx: 0x14e5 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000838c50 Symbol number..: 296 Current symbol.: _OSBitOrAtomic8 symbol length..: 15 nl @...........: 0x95ce80 nl->n_un.n_strx: 0x14f6 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000838bd0 Symbol number..: 297 Current symbol.: _OSBitXorAtomic symbol length..: 15 nl @...........: 0x95ce90 nl->n_un.n_strx: 0x1506 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000838aa0 Symbol number..: 298 Current symbol.: _OSBitXorAtomic16 symbol length..: 17 nl @...........: 0x95cea0 nl->n_un.n_strx: 0x1516 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000838c70 Symbol number..: 299 Current symbol.: _OSBitXorAtomic8 symbol length..: 16 nl @...........: 0x95ceb0 nl->n_un.n_strx: 0x1528 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000838bf0 Symbol number..: 300 Current symbol.: _OSCompareAndSwap symbol length..: 17 nl @...........: 0x95cec0 nl->n_un.n_strx: 0x1539 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80008389a0 Symbol number..: 301 Current symbol.: _OSCompareAndSwap16 symbol length..: 19 nl @...........: 0x95ced0 nl->n_un.n_strx: 0x154b nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000838980 Symbol number..: 302 Current symbol.: _OSCompareAndSwap64 symbol length..: 19 nl @...........: 0x95cee0 nl->n_un.n_strx: 0x155f nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80008389b0 Symbol number..: 303 Current symbol.: _OSCompareAndSwap8 symbol length..: 18 nl @...........: 0x95cef0 nl->n_un.n_strx: 0x1573 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000838960 Symbol number..: 304 Current symbol.: _OSCompareAndSwapPtr symbol length..: 20 nl @...........: 0x95cf00 nl->n_un.n_strx: 0x1586 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80008389d0 Symbol number..: 305 Current symbol.: _OSDecrementAtomic symbol length..: 18 nl @...........: 0x95cf10 nl->n_un.n_strx: 0x159b nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000838a50 Symbol number..: 306 Current symbol.: _OSDecrementAtomic16 symbol length..: 20 nl @...........: 0x95cf20 nl->n_un.n_strx: 0x15ae nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000838c20 Symbol number..: 307 Current symbol.: _OSDecrementAtomic8 symbol length..: 19 nl @...........: 0x95cf30 nl->n_un.n_strx: 0x15c3 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000838ba0 Symbol number..: 308 Current symbol.: _OSFree symbol length..: 7 nl @...........: 0x95cf40 nl->n_un.n_strx: 0x15d7 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80002ef4c0 Symbol number..: 309 Current symbol.: _OSIncrementAtomic symbol length..: 18 nl @...........: 0x95cf50 nl->n_un.n_strx: 0x15df nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000838a40 Symbol number..: 310 Current symbol.: _OSIncrementAtomic16 symbol length..: 20 nl @...........: 0x95cf60 nl->n_un.n_strx: 0x15f2 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000838c10 Symbol number..: 311 Current symbol.: _OSIncrementAtomic8 symbol length..: 19 nl @...........: 0x95cf70 nl->n_un.n_strx: 0x1607 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000838b90 Symbol number..: 312 Current symbol.: _OSKernelStackRemaining symbol length..: 23 nl @...........: 0x95cf80 nl->n_un.n_strx: 0x161b nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000881b20 Symbol number..: 313 Current symbol.: _OSKextCancelRequest symbol length..: 20 nl @...........: 0x95cf90 nl->n_un.n_strx: 0x1633 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000862180 Symbol number..: 314 Current symbol.: _OSKextFreeSite symbol length..: 15 nl @...........: 0x95cfa0 nl->n_un.n_strx: 0x1648 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000854eb0 Symbol number..: 315 Current symbol.: _OSKextGetAllocationSiteForCaller symbol length..: 33 nl @...........: 0x95cfb0 nl->n_un.n_strx: 0x1658 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000854e10 Symbol number..: 316 Current symbol.: _OSKextGetKmodIDForSite symbol length..: 23 nl @...........: 0x95cfc0 nl->n_un.n_strx: 0x167a nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000854ea0 Symbol number..: 317 Current symbol.: _OSKextGetLoadTagForIdentifier symbol length..: 30 nl @...........: 0x95cfd0 nl->n_un.n_strx: 0x1692 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000861fc0 Symbol number..: 318 Current symbol.: _OSKextGrabPgoData symbol length..: 18 nl @...........: 0x95cfe0 nl->n_un.n_strx: 0x16b1 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000850930 Symbol number..: 319 Current symbol.: _OSKextLoadKextWithIdentifier symbol length..: 29 nl @...........: 0x95cff0 nl->n_un.n_strx: 0x16c4 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000861f70 Symbol number..: 320 Current symbol.: _OSKextLoadedKextSummariesUpdated symbol length..: 33 nl @...........: 0x95d000 nl->n_un.n_strx: 0x16e2 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80008625c0 Symbol number..: 321 Current symbol.: _OSKextLog symbol length..: 10 nl @...........: 0x95d010 nl->n_un.n_strx: 0x1704 nl->n_type.....: 0xf nl->n_sect.....: 0x1 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff8000842930 Symbol _OSKextLog found @ 0x9ad404offset.........: 0x642930 string value...: UH??SH??XL?M?L?E?H?M?H??. Link to comment Share on other sites More sharing options...
Pike R. Alpha Posted September 13, 2015 Share Posted September 13, 2015 I only copied the snippets to get the kernel version info, but if you want to obtain the address of a certain assembly function, then you can do that with the (latest commit). FYI. Kernel patching can be done after DecodeMach0. I do that for RevoBoot. 1 Link to comment Share on other sites More sharing options...
Micky1979 Posted September 13, 2015 Share Posted September 13, 2015 _OSKextLog Symbol _OSKextLog found @ 0x9ad404offset.........: 0x642930 address........: 0x107d7a930 _version Symbol number..: 18861 Current symbol.: _version symbol length..: 8 nl @...........: 0x9a56d0 nl->n_un.n_strx: 0x81360 nl->n_type.....: 0xf nl->n_sect.....: 0x2 nl->n_desc.....: 0x0 nl->n_value....: 0xffffff80009537f0 Symbol _version found @ 0xa2d060offset.........: 0x7537f0 string value...: Darwin Kernel Version 15.0.0: Wed Aug 26 19:41:34 PDT 2015; root:xnu-3247.1.106~5/RELEASE_X86_64 EDIT going to move the kp ahead to test EDIT II it say that all patches are applied correctly, but fail to boot for me... Link to comment Share on other sites More sharing options...
Micky1979 Posted September 13, 2015 Share Posted September 13, 2015 str = (char *)address; // ASCII character? if (str[0] < 32 || str[0] > 126) { printf("value..........: 0x%08x\n", aFileBuffer[offset]); } else { //printf("string value...: %s\n", str); const char *pattern = strstr(str, "Darwin Kernel Version 1")+22; const char *until = strstr(pattern, ":"); size_t len = until - pattern; char *ver = (char*)malloc(sizeof(char)*(len+1)); strncpy(ver, pattern, len); ver[len] = '\0'; printf("kernel version = %s\n", ver); } kernel version = 15.0.0 just to test ... Link to comment Share on other sites More sharing options...
Recommended Posts