From 14aafa83867b67f20d47ec4486ee226d5f771b1c Mon Sep 17 00:00:00 2001 From: blacktop Date: Thu, 3 Oct 2024 17:29:49 -0600 Subject: [PATCH] chore: add 18.0 vs. 18.0.1 --- .../DYLIBS/AccessibilitySettingsUI.md | 22 ++ .../DYLIBS/AccessibilityUtilities.md | 22 ++ .../DYLIBS/AdaptiveVoiceShortcuts.md | 73 ++++++ .../DYLIBS/AuthenticationServicesCore.md | 22 ++ .../DYLIBS/CFNetwork.md | 22 ++ .../DYLIBS/ChatKit.md | 33 +++ .../DYLIBS/CoreUI.md | 34 +++ .../DYLIBS/DeviceDiscoveryUI.md | 63 +++++ .../DYLIBS/Foundation.md | 60 +++++ 18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/IDS.md | 15 ++ .../DYLIBS/IMDaemonCore.md | 22 ++ .../DYLIBS/IMSharedUtilities.md | 22 ++ .../DYLIBS/IconFoundation.md | 33 +++ .../DYLIBS/KnowledgeGraphKit.md | 22 ++ .../DYLIBS/MailUI.md | 22 ++ .../DYLIBS/Message.md | 75 ++++++ .../DYLIBS/MessagesCloudSync.md | 22 ++ .../DYLIBS/MessagesSettingsUI.md | 22 ++ .../DYLIBS/MobileSafari.md | 22 ++ .../DYLIBS/Network.md | 18 ++ .../DYLIBS/PassKitCore.md | 31 +++ .../DYLIBS/PassKitUI.md | 22 ++ .../DYLIBS/PasswordManagerUI.md | 47 ++++ .../DYLIBS/PhotoAnalysis.md | 22 ++ .../DYLIBS/PhotosIntelligence.md | 22 ++ .../DYLIBS/PhotosSwiftUICore.md | 22 ++ .../DYLIBS/PhotosUICore.md | 24 ++ .../DYLIBS/PhotosUIFoundation.md | 22 ++ .../DYLIBS/PhotosUIPrivate.md | 22 ++ .../DYLIBS/QuartzCore.md | 41 ++++ .../DYLIBS/SafetyMonitorUI.md | 16 ++ .../DYLIBS/Sharing.md | 22 ++ .../DYLIBS/SiriMessagesFlow.md | 16 ++ .../DYLIBS/SpringBoardHome.md | 23 ++ .../DYLIBS/TextFormattingUI.md | 22 ++ .../DYLIBS/TranslationDaemon.md | 30 +++ .../DYLIBS/UIKitCore.md | 77 ++++++ .../DYLIBS/UserNotificationsCore.md | 22 ++ .../DYLIBS/UserNotificationsServer.md | 15 ++ .../DYLIBS/WebBookmarksSwift.md | 22 ++ .../DYLIBS/WebKit.md | 97 ++++++++ .../DYLIBS/_MapKit_SwiftUI.md | 16 ++ .../DYLIBS/libPN548_API.dylib.md | 25 ++ .../DYLIBS/libsystem_malloc.dylib.md | 15 ++ .../Entitlements.md | 18 ++ .../MACHOS/AXAVSPluginService.md | 64 +++++ .../MACHOS/AirDropUI.md | 22 ++ .../MACHOS/BuddyMigrator.md | 42 ++++ .../MACHOS/ColorPickerUIService.md | 22 ++ .../MACHOS/CookieDataMigrator.md | 19 ++ .../MACHOS/DiagnosticExtension.md | 19 ++ .../MACHOS/FontPickerUIService.md | 22 ++ .../MACHOS/LiveSpeechUIService.md | 22 ++ .../MACHOS/MailWidgetExtension.md | 22 ++ .../MACHOS/MobileMail.md | 22 ++ .../MACHOS/PassbookLockedWidgetsExtension.md | 22 ++ .../MACHOS/PhotosReliveWidget.md | 22 ++ .../MACHOS/SafariWidgetExtension.md | 22 ++ .../MACHOS/SearchIndexer.md | 69 ++++++ .../MACHOS/SequoiaTranslator.md | 22 ++ .../MACHOS/Setup.md | 95 ++++++++ .../MACHOS/SharingUIService.md | 22 ++ .../MACHOS/SharingViewService.md | 22 ++ .../MACHOS/TranslationAPISupportExtension.md | 18 ++ .../MACHOS/TranslationUIService.md | 22 ++ .../MACHOS/TranslationWidgetsExtension.md | 22 ++ .../MACHOS/VirtualAudio.md | 88 +++++++ .../MACHOS/backboardd.md | 44 ++++ .../MACHOS/com.apple.Translate.appremoval.md | 18 ++ .../MACHOS/com.apple.UIKit.ColorPicker.md | 22 ++ .../MACHOS/identityservicesd.md | 27 +++ .../MACHOS/imagent.md | 27 +++ .../MACHOS/libsystem_malloc_debug.dylib.md | 15 ++ .../MACHOS/nfcd.md | 25 ++ .../MACHOS/passd.md | 22 ++ .../MACHOS/seld.md | 19 ++ .../MACHOS/sharingd.md | 91 +++++++ 18_0_22A3354__vs_18_0_1_22A3370/README.md | 225 ++++++++++++++++++ README.md | 4 + 79 files changed, 2618 insertions(+) create mode 100644 18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/AccessibilitySettingsUI.md create mode 100644 18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/AccessibilityUtilities.md create mode 100644 18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/AdaptiveVoiceShortcuts.md create mode 100644 18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/AuthenticationServicesCore.md create mode 100644 18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/CFNetwork.md create mode 100644 18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/ChatKit.md create mode 100644 18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/CoreUI.md create mode 100644 18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/DeviceDiscoveryUI.md create mode 100644 18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/Foundation.md create mode 100644 18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/IDS.md create mode 100644 18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/IMDaemonCore.md create mode 100644 18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/IMSharedUtilities.md create mode 100644 18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/IconFoundation.md create mode 100644 18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/KnowledgeGraphKit.md create mode 100644 18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/MailUI.md create mode 100644 18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/Message.md create mode 100644 18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/MessagesCloudSync.md create mode 100644 18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/MessagesSettingsUI.md create mode 100644 18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/MobileSafari.md create mode 100644 18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/Network.md create mode 100644 18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/PassKitCore.md create mode 100644 18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/PassKitUI.md create mode 100644 18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/PasswordManagerUI.md create mode 100644 18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/PhotoAnalysis.md create mode 100644 18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/PhotosIntelligence.md create mode 100644 18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/PhotosSwiftUICore.md create mode 100644 18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/PhotosUICore.md create mode 100644 18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/PhotosUIFoundation.md create mode 100644 18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/PhotosUIPrivate.md create mode 100644 18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/QuartzCore.md create mode 100644 18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/SafetyMonitorUI.md create mode 100644 18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/Sharing.md create mode 100644 18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/SiriMessagesFlow.md create mode 100644 18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/SpringBoardHome.md create mode 100644 18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/TextFormattingUI.md create mode 100644 18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/TranslationDaemon.md create mode 100644 18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/UIKitCore.md create mode 100644 18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/UserNotificationsCore.md create mode 100644 18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/UserNotificationsServer.md create mode 100644 18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/WebBookmarksSwift.md create mode 100644 18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/WebKit.md create mode 100644 18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/_MapKit_SwiftUI.md create mode 100644 18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/libPN548_API.dylib.md create mode 100644 18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/libsystem_malloc.dylib.md create mode 100644 18_0_22A3354__vs_18_0_1_22A3370/Entitlements.md create mode 100644 18_0_22A3354__vs_18_0_1_22A3370/MACHOS/AXAVSPluginService.md create mode 100644 18_0_22A3354__vs_18_0_1_22A3370/MACHOS/AirDropUI.md create mode 100644 18_0_22A3354__vs_18_0_1_22A3370/MACHOS/BuddyMigrator.md create mode 100644 18_0_22A3354__vs_18_0_1_22A3370/MACHOS/ColorPickerUIService.md create mode 100644 18_0_22A3354__vs_18_0_1_22A3370/MACHOS/CookieDataMigrator.md create mode 100644 18_0_22A3354__vs_18_0_1_22A3370/MACHOS/DiagnosticExtension.md create mode 100644 18_0_22A3354__vs_18_0_1_22A3370/MACHOS/FontPickerUIService.md create mode 100644 18_0_22A3354__vs_18_0_1_22A3370/MACHOS/LiveSpeechUIService.md create mode 100644 18_0_22A3354__vs_18_0_1_22A3370/MACHOS/MailWidgetExtension.md create mode 100644 18_0_22A3354__vs_18_0_1_22A3370/MACHOS/MobileMail.md create mode 100644 18_0_22A3354__vs_18_0_1_22A3370/MACHOS/PassbookLockedWidgetsExtension.md create mode 100644 18_0_22A3354__vs_18_0_1_22A3370/MACHOS/PhotosReliveWidget.md create mode 100644 18_0_22A3354__vs_18_0_1_22A3370/MACHOS/SafariWidgetExtension.md create mode 100644 18_0_22A3354__vs_18_0_1_22A3370/MACHOS/SearchIndexer.md create mode 100644 18_0_22A3354__vs_18_0_1_22A3370/MACHOS/SequoiaTranslator.md create mode 100644 18_0_22A3354__vs_18_0_1_22A3370/MACHOS/Setup.md create mode 100644 18_0_22A3354__vs_18_0_1_22A3370/MACHOS/SharingUIService.md create mode 100644 18_0_22A3354__vs_18_0_1_22A3370/MACHOS/SharingViewService.md create mode 100644 18_0_22A3354__vs_18_0_1_22A3370/MACHOS/TranslationAPISupportExtension.md create mode 100644 18_0_22A3354__vs_18_0_1_22A3370/MACHOS/TranslationUIService.md create mode 100644 18_0_22A3354__vs_18_0_1_22A3370/MACHOS/TranslationWidgetsExtension.md create mode 100644 18_0_22A3354__vs_18_0_1_22A3370/MACHOS/VirtualAudio.md create mode 100644 18_0_22A3354__vs_18_0_1_22A3370/MACHOS/backboardd.md create mode 100644 18_0_22A3354__vs_18_0_1_22A3370/MACHOS/com.apple.Translate.appremoval.md create mode 100644 18_0_22A3354__vs_18_0_1_22A3370/MACHOS/com.apple.UIKit.ColorPicker.md create mode 100644 18_0_22A3354__vs_18_0_1_22A3370/MACHOS/identityservicesd.md create mode 100644 18_0_22A3354__vs_18_0_1_22A3370/MACHOS/imagent.md create mode 100644 18_0_22A3354__vs_18_0_1_22A3370/MACHOS/libsystem_malloc_debug.dylib.md create mode 100644 18_0_22A3354__vs_18_0_1_22A3370/MACHOS/nfcd.md create mode 100644 18_0_22A3354__vs_18_0_1_22A3370/MACHOS/passd.md create mode 100644 18_0_22A3354__vs_18_0_1_22A3370/MACHOS/seld.md create mode 100644 18_0_22A3354__vs_18_0_1_22A3370/MACHOS/sharingd.md create mode 100644 18_0_22A3354__vs_18_0_1_22A3370/README.md diff --git a/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/AccessibilitySettingsUI.md b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/AccessibilitySettingsUI.md new file mode 100644 index 000000000..5ed256030 --- /dev/null +++ b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/AccessibilitySettingsUI.md @@ -0,0 +1,22 @@ +## AccessibilitySettingsUI + +> `/System/Library/PrivateFrameworks/AccessibilitySettingsUI.framework/AccessibilitySettingsUI` + +```diff + +-3137.7.1.0.0 ++3137.7.3.0.0 + __TEXT.__text: 0xb594c + __TEXT.__auth_stubs: 0x2cc0 + __TEXT.__objc_methlist: 0x110 + + __DATA_CONST.__objc_protorefs: 0x20 + __DATA_CONST.__objc_superrefs: 0x8 + __AUTH_CONST.__auth_got: 0x1670 +- __AUTH_CONST.__auth_ptr: 0xd18 ++ __AUTH_CONST.__auth_ptr: 0xd80 + __AUTH_CONST.__const: 0x34b8 + __AUTH_CONST.__cfstring: 0x140 + __AUTH_CONST.__objc_const: 0xfb8 + +``` diff --git a/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/AccessibilityUtilities.md b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/AccessibilityUtilities.md new file mode 100644 index 000000000..492df5135 --- /dev/null +++ b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/AccessibilityUtilities.md @@ -0,0 +1,22 @@ +## AccessibilityUtilities + +> `/System/Library/PrivateFrameworks/AccessibilityUtilities.framework/AccessibilityUtilities` + +```diff + +-3137.7.1.0.0 ++3137.7.3.0.0 + __TEXT.__text: 0x102fdc + __TEXT.__auth_stubs: 0x3fb0 + __TEXT.__objc_methlist: 0xcae4 + + __DATA_CONST.__objc_superrefs: 0x2c0 + __DATA_CONST.__objc_arraydata: 0x6d8 + __AUTH_CONST.__auth_got: 0x1fe8 +- __AUTH_CONST.__auth_ptr: 0x3d0 ++ __AUTH_CONST.__auth_ptr: 0x3e0 + __AUTH_CONST.__const: 0x2af8 + __AUTH_CONST.__cfstring: 0x12200 + __AUTH_CONST.__objc_const: 0x11a08 + +``` diff --git a/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/AdaptiveVoiceShortcuts.md b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/AdaptiveVoiceShortcuts.md new file mode 100644 index 000000000..297f724fb --- /dev/null +++ b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/AdaptiveVoiceShortcuts.md @@ -0,0 +1,73 @@ +## AdaptiveVoiceShortcuts + +> `/System/Library/PrivateFrameworks/AdaptiveVoiceShortcuts.framework/AdaptiveVoiceShortcuts` + +```diff + +-3137.7.1.0.0 +- __TEXT.__text: 0x3cd04 ++3137.7.3.0.0 ++ __TEXT.__text: 0x3d198 + __TEXT.__auth_stubs: 0x1b70 +- __TEXT.__objc_methlist: 0x268 ++ __TEXT.__objc_methlist: 0x280 + __TEXT.__const: 0x1980 + __TEXT.__gcc_except_tab: 0x58 + __TEXT.__cstring: 0x1575 + __TEXT.__dlopen_cstrs: 0x7e +- __TEXT.__constg_swiftt: 0x9c8 ++ __TEXT.__constg_swiftt: 0x9d8 + __TEXT.__swift5_typeref: 0x3a7c + __TEXT.__swift5_reflstr: 0x5a1 + __TEXT.__swift5_fieldmd: 0x62c + + __TEXT.__swift5_capture: 0x3ec + __TEXT.__swift5_proto: 0x100 + __TEXT.__swift5_types: 0x70 +- __TEXT.__oslogstring: 0xc7a ++ __TEXT.__oslogstring: 0xcaa + __TEXT.__swift5_protos: 0x4 + __TEXT.__swift5_builtin: 0x14 + __TEXT.__swift5_mpenum: 0x8 + __TEXT.__unwind_info: 0xaa8 + __TEXT.__eh_frame: 0x928 + __TEXT.__objc_classname: 0x45 +- __TEXT.__objc_methname: 0xc1f ++ __TEXT.__objc_methname: 0xc3e + __TEXT.__objc_methtype: 0x1df + __TEXT.__objc_stubs: 0x2e0 + __DATA_CONST.__got: 0x508 + + __DATA_CONST.__objc_catlist: 0x8 + __DATA_CONST.__objc_protolist: 0x18 + __DATA_CONST.__objc_imageinfo: 0x8 +- __DATA_CONST.__objc_selrefs: 0x3b8 ++ __DATA_CONST.__objc_selrefs: 0x3c8 + __DATA_CONST.__objc_protorefs: 0x8 + __DATA_CONST.__objc_superrefs: 0x8 + __AUTH_CONST.__auth_got: 0xdc8 + + __AUTH_CONST.__cfstring: 0x40 + __AUTH_CONST.__objc_const: 0xe30 + __AUTH.__objc_data: 0x2e0 +- __AUTH.__data: 0xac0 ++ __AUTH.__data: 0xad0 + __DATA.__objc_ivar: 0xc + __DATA.__data: 0xe68 + __DATA.__bss: 0x2040 + + - /usr/lib/swift/libswiftsimd.dylib + - /usr/lib/swift/libswiftsys_time.dylib + - /usr/lib/swift/libswiftunistd.dylib +- Functions: 1193 ++ Functions: 1198 + Symbols: 325 +- CStrings: 395 ++ CStrings: 398 + +CStrings: ++ "AVS unable to resume listening %!@(MISSING)" ++ "pauseListening" ++ "resumeListening" + +``` diff --git a/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/AuthenticationServicesCore.md b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/AuthenticationServicesCore.md new file mode 100644 index 000000000..183bd1b40 --- /dev/null +++ b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/AuthenticationServicesCore.md @@ -0,0 +1,22 @@ +## AuthenticationServicesCore + +> `/System/Library/PrivateFrameworks/AuthenticationServicesCore.framework/AuthenticationServicesCore` + +```diff + +-619.1.26.30.5 ++619.1.26.30.7 + __TEXT.__text: 0xb6270 + __TEXT.__auth_stubs: 0x2280 + __TEXT.__objc_methlist: 0x2618 + + __DATA_CONST.__objc_superrefs: 0xe0 + __DATA_CONST.__objc_arraydata: 0x10 + __AUTH_CONST.__auth_got: 0x1150 +- __AUTH_CONST.__auth_ptr: 0x6a0 ++ __AUTH_CONST.__auth_ptr: 0x6b0 + __AUTH_CONST.__const: 0x50b8 + __AUTH_CONST.__cfstring: 0x1d80 + __AUTH_CONST.__objc_const: 0x7880 + +``` diff --git a/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/CFNetwork.md b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/CFNetwork.md new file mode 100644 index 000000000..84bf0f5aa --- /dev/null +++ b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/CFNetwork.md @@ -0,0 +1,22 @@ +## CFNetwork + +> `/System/Library/Frameworks/CFNetwork.framework/CFNetwork` + +```diff + +-1568.100.1.0.0 +- __TEXT.__text: 0x26e488 ++1568.100.1.2.1 ++ __TEXT.__text: 0x26e3a8 + __TEXT.__auth_stubs: 0x5550 + __TEXT.__delay_stubs: 0x7e8 + __TEXT.__delay_helper: 0x1728 + __TEXT.__objc_methlist: 0x8de8 + __TEXT.__const: 0xc9b6c +- __TEXT.__gcc_except_tab: 0x14e58 ++ __TEXT.__gcc_except_tab: 0x14e50 + __TEXT.__cstring: 0x18d40 + __TEXT.__oslogstring: 0xf722 + __TEXT.__dof_CFNetwork: 0xf3b + +``` diff --git a/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/ChatKit.md b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/ChatKit.md new file mode 100644 index 000000000..51bb42c5a --- /dev/null +++ b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/ChatKit.md @@ -0,0 +1,33 @@ +## ChatKit + +> `/System/Library/PrivateFrameworks/ChatKit.framework/ChatKit` + +```diff + +-1305.100.2.2.12 +- __TEXT.__text: 0x84c9b0 ++1305.100.2.2.14 ++ __TEXT.__text: 0x84c9d0 + __TEXT.__auth_stubs: 0x8070 + __TEXT.__delay_helper: 0x190 + __TEXT.__objc_methlist: 0x5c8d0 + + __TEXT.__objc_methname: 0xf8f96 + __TEXT.__objc_methtype: 0x22a74 + __TEXT.__objc_stubs: 0x9b300 +- __DATA_CONST.__got: 0x5d50 ++ __DATA_CONST.__got: 0x5d60 + __DATA_CONST.__const: 0xdd28 + __DATA_CONST.__objc_classlist: 0x27f0 + __DATA_CONST.__objc_catlist: 0x4e8 + + __DATA_CONST.__objc_superrefs: 0x1a20 + __DATA_CONST.__objc_arraydata: 0x1028 + __AUTH_CONST.__auth_got: 0x4048 +- __AUTH_CONST.__auth_ptr: 0x2a78 ++ __AUTH_CONST.__auth_ptr: 0x2c10 + __AUTH_CONST.__const: 0x24eb8 + __AUTH_CONST.__cfstring: 0x24440 + __AUTH_CONST.__objc_const: 0xa6c60 + +``` diff --git a/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/CoreUI.md b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/CoreUI.md new file mode 100644 index 000000000..164fe1dc4 --- /dev/null +++ b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/CoreUI.md @@ -0,0 +1,34 @@ +## CoreUI + +> `/System/Library/PrivateFrameworks/CoreUI.framework/CoreUI` + +```diff + +-916.0.0.0.0 +- __TEXT.__text: 0xa525c ++916.1.0.0.0 ++ __TEXT.__text: 0xa5384 + __TEXT.__auth_stubs: 0x2620 + __TEXT.__objc_methlist: 0x8408 + __TEXT.__const: 0x4978 + + __TEXT.__swift5_builtin: 0x3c + __TEXT.__swift5_proto: 0xc + __TEXT.__swift5_types: 0x20 +- __TEXT.__unwind_info: 0x2fc0 ++ __TEXT.__unwind_info: 0x2fb8 + __TEXT.__objc_classname: 0xe01 + __TEXT.__objc_methname: 0x135f0 + __TEXT.__objc_methtype: 0x5986 + + - /usr/lib/swift/libswiftsimd.dylib + - /usr/lib/swift/libswiftsys_time.dylib + - /usr/lib/swift/libswiftunistd.dylib +- Functions: 4229 +- Symbols: 5154 ++ Functions: 4227 ++ Symbols: 5146 + CStrings: 9109 + + +``` diff --git a/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/DeviceDiscoveryUI.md b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/DeviceDiscoveryUI.md new file mode 100644 index 000000000..dedc36ffe --- /dev/null +++ b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/DeviceDiscoveryUI.md @@ -0,0 +1,63 @@ +## DeviceDiscoveryUI + +> `/System/Library/PrivateFrameworks/DeviceDiscoveryUI.framework/DeviceDiscoveryUI` + +```diff + +-1967.10.4.2.1 +- __TEXT.__text: 0xb0748 ++1967.10.4.2.6 ++ __TEXT.__text: 0xb0520 + __TEXT.__auth_stubs: 0x2e90 + __TEXT.__objc_methlist: 0x734 + __TEXT.__const: 0x3894 + + __TEXT.__constg_swiftt: 0x1314 + __TEXT.__swift5_typeref: 0x14bb4 + __TEXT.__swift5_builtin: 0xa0 +- __TEXT.__swift5_reflstr: 0x1566 +- __TEXT.__swift5_fieldmd: 0x1340 ++ __TEXT.__swift5_reflstr: 0x1556 ++ __TEXT.__swift5_fieldmd: 0x1334 + __TEXT.__swift5_assocty: 0x440 + __TEXT.__swift5_proto: 0x15c + __TEXT.__swift5_types: 0x130 + __TEXT.__swift5_capture: 0x8f0 + __TEXT.__swift5_mpenum: 0x20 +- __TEXT.__unwind_info: 0x1ed0 ++ __TEXT.__unwind_info: 0x1ec8 + __TEXT.__eh_frame: 0x26d8 + __TEXT.__objc_classname: 0x2fd +- __TEXT.__objc_methname: 0x1aff ++ __TEXT.__objc_methname: 0x1ae0 + __TEXT.__objc_methtype: 0x3d2 + __TEXT.__objc_stubs: 0x4e0 + __DATA_CONST.__got: 0xe18 + + __DATA_CONST.__objc_classlist: 0x130 + __DATA_CONST.__objc_protolist: 0xc0 + __DATA_CONST.__objc_imageinfo: 0x8 +- __DATA_CONST.__objc_selrefs: 0x730 ++ __DATA_CONST.__objc_selrefs: 0x728 + __DATA_CONST.__objc_protorefs: 0x58 + __DATA_CONST.__objc_superrefs: 0x20 + __AUTH_CONST.__auth_got: 0x1758 +- __AUTH_CONST.__auth_ptr: 0xe80 ++ __AUTH_CONST.__auth_ptr: 0xe88 + __AUTH_CONST.__const: 0x2818 + __AUTH_CONST.__cfstring: 0xe0 + __AUTH_CONST.__objc_const: 0x2d58 + + - /usr/lib/swift/libswiftsimd.dylib + - /usr/lib/swift/libswiftsys_time.dylib + - /usr/lib/swift/libswiftunistd.dylib +- Functions: 2597 ++ Functions: 2595 + Symbols: 479 +- CStrings: 783 ++ CStrings: 782 + +CStrings: +- "setWirelessAccessPointEnabled:" + +``` diff --git a/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/Foundation.md b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/Foundation.md new file mode 100644 index 000000000..2b7146732 --- /dev/null +++ b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/Foundation.md @@ -0,0 +1,60 @@ +## Foundation + +> `/System/Library/Frameworks/Foundation.framework/Foundation` + +```diff + +-3038.1.101.0.0 +- __TEXT.__text: 0x92ea04 ++3038.1.102.0.0 ++ __TEXT.__text: 0x92e864 + __TEXT.__auth_stubs: 0x99e0 + __TEXT.__objc_methlist: 0x22304 + __TEXT.__const: 0x2a4ba0 + + __TEXT.__ustring: 0x53a + __TEXT.__dlopen_cstrs: 0x5d + __TEXT.__dof_NSProcess: 0x34f +- __TEXT.__dof_NSXPCProx: 0x7a3 ++ __TEXT.__dof_NSXPCProx: 0x7a2 + __TEXT.__dof_NSXPCList: 0x2e9 + __TEXT.__dof_NSXPCConn: 0x26cc + __TEXT.__dof_NSXPCLis0: 0x865 + __TEXT.__dof_NSProgres: 0x115b +- __TEXT.__unwind_info: 0x1cff8 ++ __TEXT.__unwind_info: 0x1cff0 + __TEXT.__eh_frame: 0x1eb5c + __TEXT.__objc_classname: 0x4c09 + __TEXT.__objc_methname: 0x305eb + + __DATA_CONST.__objc_superrefs: 0xf20 + __DATA_CONST.__objc_arraydata: 0xe060 + __AUTH_CONST.__auth_got: 0x4d00 +- __AUTH_CONST.__auth_ptr: 0x27f8 ++ __AUTH_CONST.__auth_ptr: 0x2968 + __AUTH_CONST.__const: 0x2d7c8 + __AUTH_CONST.__cfstring: 0x25680 + __AUTH_CONST.__objc_const: 0x335c0 + + - /usr/lib/swift/libswiftos.dylib + - /usr/lib/swift/libswiftsys_time.dylib + - /usr/lib/swift/libswiftunistd.dylib +- Functions: 42661 +- Symbols: 58702 ++ Functions: 42664 ++ Symbols: 58711 + CStrings: 17615 + +Symbols: +- _$s10Foundation14__NSDecimalAddySo18NSCalculationErrorVSpySo0B0aG_SPyAFGAHSo14NSRoundingModeVtF +- _$s10Foundation16__NSDecimalPowerySo18NSCalculationErrorVSpySo0B0aG_SPyAFGSiSo14NSRoundingModeVtF +- _$s10Foundation16__NSDecimalRoundyySpySo0B0aG_SPyADGSiSo14NSRoundingModeVtF +- _$s10Foundation17__NSDecimalDivideySo18NSCalculationErrorVSpySo0B0aG_SPyAFGAHSo14NSRoundingModeVtF +- _$s10Foundation17__NSDecimalStringySSSPySo0B0aG_ypSgtF +- _$s10Foundation18__NSDecimalCompareySo18NSComparisonResultVSPySo0B0aG_AGtF +- _$s10Foundation19__NSDecimalMultiplyySo18NSCalculationErrorVSpySo0B0aG_SPyAFGAHSo14NSRoundingModeVtF +- _$s10Foundation19__NSDecimalSubtractySo18NSCalculationErrorVSpySo0B0aG_SPyAFGAHSo14NSRoundingModeVtF +- _$s10Foundation20__NSDecimalNormalizeySo18NSCalculationErrorVSpySo0B0aG_AGSo14NSRoundingModeVtF +- _$s10Foundation30__NSDecimalMultiplyByPowerOf10ySo18NSCalculationErrorVSpySo0B0aG_SPyAFGs5Int16VSo14NSRoundingModeVtF + +``` diff --git a/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/IDS.md b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/IDS.md new file mode 100644 index 000000000..d48d62dfa --- /dev/null +++ b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/IDS.md @@ -0,0 +1,15 @@ +## IDS + +> `/System/Library/PrivateFrameworks/IDS.framework/IDS` + +```diff + +-1857.100.1.0.0 +- __TEXT.__text: 0x132bb8 ++1857.100.1.2.1 ++ __TEXT.__text: 0x132bd8 + __TEXT.__auth_stubs: 0x1b50 + __TEXT.__objc_methlist: 0xa2d4 + __TEXT.__const: 0x428 + +``` diff --git a/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/IMDaemonCore.md b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/IMDaemonCore.md new file mode 100644 index 000000000..679d7f2a2 --- /dev/null +++ b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/IMDaemonCore.md @@ -0,0 +1,22 @@ +## IMDaemonCore + +> `/System/Library/PrivateFrameworks/IMDaemonCore.framework/IMDaemonCore` + +```diff + +-1305.100.2.2.12 ++1305.100.2.2.14 + __TEXT.__text: 0x279838 + __TEXT.__auth_stubs: 0x3f80 + __TEXT.__objc_methlist: 0x12b80 + + __DATA_CONST.__objc_superrefs: 0x4d8 + __DATA_CONST.__objc_arraydata: 0xb0 + __AUTH_CONST.__auth_got: 0x1fd0 +- __AUTH_CONST.__auth_ptr: 0x7c0 ++ __AUTH_CONST.__auth_ptr: 0x7b8 + __AUTH_CONST.__const: 0x5228 + __AUTH_CONST.__cfstring: 0xe300 + __AUTH_CONST.__objc_const: 0x211f8 + +``` diff --git a/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/IMSharedUtilities.md b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/IMSharedUtilities.md new file mode 100644 index 000000000..489a72c37 --- /dev/null +++ b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/IMSharedUtilities.md @@ -0,0 +1,22 @@ +## IMSharedUtilities + +> `/System/Library/PrivateFrameworks/IMSharedUtilities.framework/IMSharedUtilities` + +```diff + +-1305.100.2.2.12 ++1305.100.2.2.14 + __TEXT.__text: 0x14b150 + __TEXT.__auth_stubs: 0x2c10 + __TEXT.__objc_methlist: 0xfc1c + + __DATA_CONST.__objc_superrefs: 0x510 + __DATA_CONST.__objc_arraydata: 0x678 + __AUTH_CONST.__auth_got: 0x1618 +- __AUTH_CONST.__auth_ptr: 0x560 ++ __AUTH_CONST.__auth_ptr: 0x558 + __AUTH_CONST.__const: 0x4bc8 + __AUTH_CONST.__cfstring: 0x19420 + __AUTH_CONST.__objc_const: 0x1f740 + +``` diff --git a/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/IconFoundation.md b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/IconFoundation.md new file mode 100644 index 000000000..7a1f0bd43 --- /dev/null +++ b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/IconFoundation.md @@ -0,0 +1,33 @@ +## IconFoundation + +> `/System/Library/PrivateFrameworks/IconFoundation.framework/IconFoundation` + +```diff + + 635.102.0.0.0 +- __TEXT.__text: 0x312a0 ++ __TEXT.__text: 0x313c8 + __TEXT.__auth_stubs: 0x1010 + __TEXT.__objc_methlist: 0x2a08 +- __TEXT.__const: 0x7c8 ++ __TEXT.__const: 0x7d8 + __TEXT.__cstring: 0x547f + __TEXT.__oslogstring: 0x948 + __TEXT.__gcc_except_tab: 0x40 +- __TEXT.__unwind_info: 0xc60 ++ __TEXT.__unwind_info: 0xc50 + __TEXT.__objc_classname: 0x4e7 + __TEXT.__objc_methname: 0x5c6a + __TEXT.__objc_methtype: 0x1480 + + - /usr/lib/libMobileGestalt.dylib + - /usr/lib/libSystem.B.dylib + - /usr/lib/libobjc.A.dylib +- Functions: 1260 +- Symbols: 1745 ++ Functions: 1258 ++ Symbols: 1737 + CStrings: 2280 + + +``` diff --git a/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/KnowledgeGraphKit.md b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/KnowledgeGraphKit.md new file mode 100644 index 000000000..07bf4ae49 --- /dev/null +++ b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/KnowledgeGraphKit.md @@ -0,0 +1,22 @@ +## KnowledgeGraphKit + +> `/System/Library/PrivateFrameworks/KnowledgeGraphKit.framework/KnowledgeGraphKit` + +```diff + +-702.0.230.0.0 ++702.0.240.0.0 + __TEXT.__text: 0x166f70 + __TEXT.__auth_stubs: 0x2b60 + __TEXT.__objc_methlist: 0x65ac + + __DATA_CONST.__objc_superrefs: 0x308 + __DATA_CONST.__objc_arraydata: 0x268 + __AUTH_CONST.__auth_got: 0x15c8 +- __AUTH_CONST.__auth_ptr: 0x798 ++ __AUTH_CONST.__auth_ptr: 0x790 + __AUTH_CONST.__const: 0x4338 + __AUTH_CONST.__cfstring: 0x1d00 + __AUTH_CONST.__objc_const: 0xa9d0 + +``` diff --git a/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/MailUI.md b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/MailUI.md new file mode 100644 index 000000000..4158b55e2 --- /dev/null +++ b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/MailUI.md @@ -0,0 +1,22 @@ +## MailUI + +> `/System/Library/PrivateFrameworks/MailUI.framework/MailUI` + +```diff + +-3818.100.11.2.3 ++3818.100.11.2.5 + __TEXT.__text: 0x1629f4 + __TEXT.__auth_stubs: 0x39a0 + __TEXT.__objc_methlist: 0x5c78 + + __DATA_CONST.__objc_superrefs: 0x1f8 + __DATA_CONST.__objc_arraydata: 0x58 + __AUTH_CONST.__auth_got: 0x1ce0 +- __AUTH_CONST.__auth_ptr: 0xcd8 ++ __AUTH_CONST.__auth_ptr: 0xcd0 + __AUTH_CONST.__const: 0x6228 + __AUTH_CONST.__cfstring: 0x3380 + __AUTH_CONST.__objc_const: 0xf1d8 + +``` diff --git a/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/Message.md b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/Message.md new file mode 100644 index 000000000..4aea9b697 --- /dev/null +++ b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/Message.md @@ -0,0 +1,75 @@ +## Message + +> `/System/Library/PrivateFrameworks/Message.framework/Message` + +```diff + +-3818.100.11.2.3 +- __TEXT.__text: 0xac04f0 ++3818.100.11.2.5 ++ __TEXT.__text: 0xac0660 + __TEXT.__auth_stubs: 0x7df0 + __TEXT.__objc_methlist: 0x11ad4 + __TEXT.__gcc_except_tab: 0x38410 +- __TEXT.__const: 0x4a0b0 ++ __TEXT.__const: 0x4a150 + __TEXT.__cstring: 0x2f9ee + __TEXT.__oslogstring: 0x22ee0 + __TEXT.__ustring: 0x22c0 +- __TEXT.__swift5_typeref: 0x114e3 ++ __TEXT.__swift5_typeref: 0x114f3 + __TEXT.__swift5_capture: 0x2ee90 +- __TEXT.__constg_swiftt: 0xcfb8 +- __TEXT.__swift5_reflstr: 0xe459 +- __TEXT.__swift5_fieldmd: 0x14068 ++ __TEXT.__constg_swiftt: 0xcfd4 ++ __TEXT.__swift5_reflstr: 0xe479 ++ __TEXT.__swift5_fieldmd: 0x1409c + __TEXT.__swift5_builtin: 0xf64 + __TEXT.__swift5_assocty: 0x1dc0 +- __TEXT.__swift5_proto: 0x2744 +- __TEXT.__swift5_types: 0x1718 ++ __TEXT.__swift5_proto: 0x274c ++ __TEXT.__swift5_types: 0x171c + __TEXT.__swift5_mpenum: 0xca0 + __TEXT.__swift5_protos: 0x6c + __TEXT.__unwind_info: 0x234a8 +- __TEXT.__eh_frame: 0x1e2a0 ++ __TEXT.__eh_frame: 0x1e2e8 + __TEXT.__objc_classname: 0x2a7c + __TEXT.__objc_methname: 0x2df61 + __TEXT.__objc_methtype: 0x676e + + __DATA_CONST.__objc_superrefs: 0x688 + __DATA_CONST.__objc_arraydata: 0xfb8 + __AUTH_CONST.__auth_got: 0x3f10 +- __AUTH_CONST.__auth_ptr: 0x2f00 +- __AUTH_CONST.__const: 0xa2948 ++ __AUTH_CONST.__auth_ptr: 0x2e98 ++ __AUTH_CONST.__const: 0xa29d8 + __AUTH_CONST.__cfstring: 0x18420 + __AUTH_CONST.__objc_const: 0x26d60 + __AUTH_CONST.__objc_arrayobj: 0xba0 + + __AUTH.__objc_data: 0x5178 + __AUTH.__data: 0x7e08 + __DATA.__objc_ivar: 0x13bc +- __DATA.__data: 0xdd10 ++ __DATA.__data: 0xdd20 + __DATA.__crash_info: 0x40 +- __DATA.__bss: 0x4daa8 ++ __DATA.__bss: 0x4dba8 + __DATA.__common: 0xee0 + __DATA_DIRTY.__objc_data: 0x1860 + __DATA_DIRTY.__data: 0x18 + + - /usr/lib/swift/libswiftsimd.dylib + - /usr/lib/swift/libswiftsys_time.dylib + - /usr/lib/swift/libswiftunistd.dylib +- Functions: 53918 ++ Functions: 53920 + Symbols: 14014 + CStrings: 17140 + + +``` diff --git a/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/MessagesCloudSync.md b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/MessagesCloudSync.md new file mode 100644 index 000000000..0b3f29b01 --- /dev/null +++ b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/MessagesCloudSync.md @@ -0,0 +1,22 @@ +## MessagesCloudSync + +> `/System/Library/PrivateFrameworks/MessagesCloudSync.framework/MessagesCloudSync` + +```diff + +-1305.100.2.2.12 ++1305.100.2.2.14 + __TEXT.__text: 0x112958 + __TEXT.__auth_stubs: 0x1f20 + __TEXT.__objc_methlist: 0x610 + + __DATA_CONST.__objc_protorefs: 0x88 + __DATA_CONST.__objc_superrefs: 0x10 + __AUTH_CONST.__auth_got: 0xf98 +- __AUTH_CONST.__auth_ptr: 0xad8 ++ __AUTH_CONST.__auth_ptr: 0xa90 + __AUTH_CONST.__const: 0x8588 + __AUTH_CONST.__cfstring: 0x60 + __AUTH_CONST.__objc_const: 0x2db8 + +``` diff --git a/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/MessagesSettingsUI.md b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/MessagesSettingsUI.md new file mode 100644 index 000000000..02b12de6e --- /dev/null +++ b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/MessagesSettingsUI.md @@ -0,0 +1,22 @@ +## MessagesSettingsUI + +> `/System/Library/PrivateFrameworks/MessagesSettingsUI.framework/MessagesSettingsUI` + +```diff + +-1305.100.2.2.12 ++1305.100.2.2.14 + __TEXT.__text: 0x23214 + __TEXT.__auth_stubs: 0xf40 + __TEXT.__objc_methlist: 0x958 + + __DATA_CONST.__objc_superrefs: 0x38 + __DATA_CONST.__objc_arraydata: 0x18 + __AUTH_CONST.__auth_got: 0x7b0 +- __AUTH_CONST.__auth_ptr: 0x4a8 ++ __AUTH_CONST.__auth_ptr: 0x490 + __AUTH_CONST.__const: 0xb70 + __AUTH_CONST.__cfstring: 0xe00 + __AUTH_CONST.__objc_const: 0x26a0 + +``` diff --git a/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/MobileSafari.md b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/MobileSafari.md new file mode 100644 index 000000000..62acb9519 --- /dev/null +++ b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/MobileSafari.md @@ -0,0 +1,22 @@ +## MobileSafari + +> `/System/Library/PrivateFrameworks/MobileSafari.framework/MobileSafari` + +```diff + +-619.1.26.30.5 ++619.1.26.30.7 + __TEXT.__text: 0x391fe0 + __TEXT.__auth_stubs: 0x44d0 + __TEXT.__objc_methlist: 0x11cb8 + + __DATA_CONST.__objc_superrefs: 0x688 + __DATA_CONST.__objc_arraydata: 0x258 + __AUTH_CONST.__auth_got: 0x2280 +- __AUTH_CONST.__auth_ptr: 0x1ec8 ++ __AUTH_CONST.__auth_ptr: 0x2010 + __AUTH_CONST.__const: 0x12828 + __AUTH_CONST.__cfstring: 0x8480 + __AUTH_CONST.__objc_const: 0x31e90 + +``` diff --git a/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/Network.md b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/Network.md new file mode 100644 index 000000000..177eeb74b --- /dev/null +++ b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/Network.md @@ -0,0 +1,18 @@ +## Network + +> `/System/Library/Frameworks/Network.framework/Network` + +```diff + +-4277.2.5.0.0 +- __TEXT.__text: 0xc4b054 ++4277.2.6.0.0 ++ __TEXT.__text: 0xc4b028 + __TEXT.__auth_stubs: 0x5c20 + __TEXT.__delay_stubs: 0x370 + __TEXT.__delay_helper: 0xb90 +CStrings: ++ "4277.2.6" +- "4277.2.5" + +``` diff --git a/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/PassKitCore.md b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/PassKitCore.md new file mode 100644 index 000000000..a7fa2a520 --- /dev/null +++ b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/PassKitCore.md @@ -0,0 +1,31 @@ +## PassKitCore + +> `/System/Library/PrivateFrameworks/PassKitCore.framework/PassKitCore` + +```diff + +-1590.2.0.0.0 ++1590.3.0.0.0 + __TEXT.__text: 0x7d310c + __TEXT.__auth_stubs: 0x49b0 + __TEXT.__objc_methlist: 0x61db0 + __TEXT.__const: 0x1fbb8 +- __TEXT.__cstring: 0x65dee ++ __TEXT.__cstring: 0x65df8 + __TEXT.__swift5_typeref: 0x4f40 + __TEXT.__swift5_capture: 0x34bc + __TEXT.__oslogstring: 0x3281f + + __DATA_CONST.__objc_superrefs: 0x2c88 + __DATA_CONST.__objc_arraydata: 0x3068 + __AUTH_CONST.__auth_got: 0x24e8 +- __AUTH_CONST.__auth_ptr: 0xa10 ++ __AUTH_CONST.__auth_ptr: 0xa08 + __AUTH_CONST.__const: 0x1c0f8 + __AUTH_CONST.__cfstring: 0x6bc80 + __AUTH_CONST.__objc_const: 0xc9228 +CStrings: ++ "^[A-Za-z0-9~_+&@$!|,.;-]+$" +- "^[A-Za-z0-9.-]+$" + +``` diff --git a/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/PassKitUI.md b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/PassKitUI.md new file mode 100644 index 000000000..80e5b7c58 --- /dev/null +++ b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/PassKitUI.md @@ -0,0 +1,22 @@ +## PassKitUI + +> `/System/Library/PrivateFrameworks/PassKitUI.framework/PassKitUI` + +```diff + +-1590.2.0.0.0 ++1590.3.0.0.0 + __TEXT.__text: 0xf1de78 + __TEXT.__auth_stubs: 0xcdb0 + __TEXT.__objc_methlist: 0x50378 + + __DATA_CONST.__objc_arraydata: 0x570 + __DATA_CONST.__vfx_script_tbl: 0x10 + __AUTH_CONST.__auth_got: 0x66e8 +- __AUTH_CONST.__auth_ptr: 0x7228 ++ __AUTH_CONST.__auth_ptr: 0x7288 + __AUTH_CONST.__const: 0x33f88 + __AUTH_CONST.__cfstring: 0x35380 + __AUTH_CONST.__objc_const: 0xced88 + +``` diff --git a/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/PasswordManagerUI.md b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/PasswordManagerUI.md new file mode 100644 index 000000000..9ce9bb933 --- /dev/null +++ b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/PasswordManagerUI.md @@ -0,0 +1,47 @@ +## PasswordManagerUI + +> `/System/Library/PrivateFrameworks/PasswordManagerUI.framework/PasswordManagerUI` + +```diff + +-7619.1.26.30.5 +- __TEXT.__text: 0x3e9af4 ++7619.1.26.30.7 ++ __TEXT.__text: 0x3e9b2c + __TEXT.__auth_stubs: 0x5750 + __TEXT.__objc_methlist: 0x14c0 + __TEXT.__cstring: 0x12ea1 + + __TEXT.__unwind_info: 0xa988 + __TEXT.__eh_frame: 0x7260 + __TEXT.__objc_classname: 0x630 +- __TEXT.__objc_methname: 0xa86a ++ __TEXT.__objc_methname: 0xa88a + __TEXT.__objc_methtype: 0x23d2 + __TEXT.__objc_stubs: 0x29e0 + __DATA_CONST.__got: 0x1f80 + + __DATA_CONST.__objc_catlist: 0x8 + __DATA_CONST.__objc_protolist: 0x210 + __DATA_CONST.__objc_imageinfo: 0x8 +- __DATA_CONST.__objc_selrefs: 0x2400 ++ __DATA_CONST.__objc_selrefs: 0x2408 + __DATA_CONST.__objc_protorefs: 0x100 + __DATA_CONST.__objc_superrefs: 0x20 + __AUTH_CONST.__auth_got: 0x2bb8 +- __AUTH_CONST.__auth_ptr: 0x3dd0 ++ __AUTH_CONST.__auth_ptr: 0x3e78 + __AUTH_CONST.__const: 0x129f8 + __AUTH_CONST.__cfstring: 0x4e0 + __AUTH_CONST.__objc_const: 0x99b8 + + - /usr/lib/swift/libswiftunistd.dylib + Functions: 16332 + Symbols: 1153 +- CStrings: 3275 ++ CStrings: 3276 + +CStrings: ++ "setAccessibilityElementsHidden:" + +``` diff --git a/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/PhotoAnalysis.md b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/PhotoAnalysis.md new file mode 100644 index 000000000..24e410129 --- /dev/null +++ b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/PhotoAnalysis.md @@ -0,0 +1,22 @@ +## PhotoAnalysis + +> `/System/Library/PrivateFrameworks/PhotoAnalysis.framework/PhotoAnalysis` + +```diff + +-702.0.230.0.0 ++702.0.240.0.0 + __TEXT.__text: 0x201900 + __TEXT.__auth_stubs: 0x3530 + __TEXT.__objc_methlist: 0x50b0 + + __DATA_CONST.__objc_superrefs: 0x218 + __DATA_CONST.__objc_arraydata: 0x118 + __AUTH_CONST.__auth_got: 0x1ab0 +- __AUTH_CONST.__auth_ptr: 0xc20 ++ __AUTH_CONST.__auth_ptr: 0xb98 + __AUTH_CONST.__const: 0x8c58 + __AUTH_CONST.__cfstring: 0x83c0 + __AUTH_CONST.__objc_const: 0x11088 + +``` diff --git a/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/PhotosIntelligence.md b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/PhotosIntelligence.md new file mode 100644 index 000000000..31ceffe7a --- /dev/null +++ b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/PhotosIntelligence.md @@ -0,0 +1,22 @@ +## PhotosIntelligence + +> `/System/Library/PrivateFrameworks/PhotosIntelligence.framework/PhotosIntelligence` + +```diff + +-702.0.230.0.0 ++702.0.240.0.0 + __TEXT.__text: 0x3dfb70 + __TEXT.__auth_stubs: 0x4660 + __TEXT.__objc_methlist: 0x3da8 + + __DATA_CONST.__objc_superrefs: 0x158 + __DATA_CONST.__objc_arraydata: 0x1e8 + __AUTH_CONST.__auth_got: 0x2340 +- __AUTH_CONST.__auth_ptr: 0x13b8 ++ __AUTH_CONST.__auth_ptr: 0x1398 + __AUTH_CONST.__const: 0x1bab0 + __AUTH_CONST.__cfstring: 0x4840 + __AUTH_CONST.__objc_const: 0x10ef0 + +``` diff --git a/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/PhotosSwiftUICore.md b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/PhotosSwiftUICore.md new file mode 100644 index 000000000..75eee845c --- /dev/null +++ b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/PhotosSwiftUICore.md @@ -0,0 +1,22 @@ +## PhotosSwiftUICore + +> `/System/Library/PrivateFrameworks/PhotosSwiftUICore.framework/PhotosSwiftUICore` + +```diff + +-702.0.230.0.0 ++702.0.240.0.0 + __TEXT.__text: 0x26e1f4 + __TEXT.__auth_stubs: 0x5480 + __TEXT.__objc_methlist: 0x3a8 + + __DATA_CONST.__objc_selrefs: 0x9d8 + __DATA_CONST.__objc_protorefs: 0xa0 + __AUTH_CONST.__auth_got: 0x2a48 +- __AUTH_CONST.__auth_ptr: 0x2880 ++ __AUTH_CONST.__auth_ptr: 0x28a0 + __AUTH_CONST.__const: 0x10b18 + __AUTH_CONST.__objc_const: 0x85f0 + __AUTH.__objc_data: 0x548 + +``` diff --git a/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/PhotosUICore.md b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/PhotosUICore.md new file mode 100644 index 000000000..1c35af32d --- /dev/null +++ b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/PhotosUICore.md @@ -0,0 +1,24 @@ +## PhotosUICore + +> `/System/Library/PrivateFrameworks/PhotosUICore.framework/PhotosUICore` + +```diff + +-702.0.230.0.0 +- __TEXT.__text: 0x16eaa9c ++702.0.240.0.0 ++ __TEXT.__text: 0x16eaab8 + __TEXT.__auth_stubs: 0x11d00 + __TEXT.__delay_helper: 0xec + __TEXT.__objc_methlist: 0xb6914 + + __DATA_CONST.__objc_arraydata: 0x4888 + __DATA_CONST.__vfx_script_tbl: 0x30 + __AUTH_CONST.__auth_got: 0x8e98 +- __AUTH_CONST.__auth_ptr: 0x71d8 ++ __AUTH_CONST.__auth_ptr: 0x71e8 + __AUTH_CONST.__const: 0x4f9d8 + __AUTH_CONST.__cfstring: 0x7ee60 + __AUTH_CONST.__objc_const: 0x1c1f50 + +``` diff --git a/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/PhotosUIFoundation.md b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/PhotosUIFoundation.md new file mode 100644 index 000000000..eac3edd29 --- /dev/null +++ b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/PhotosUIFoundation.md @@ -0,0 +1,22 @@ +## PhotosUIFoundation + +> `/System/Library/PrivateFrameworks/PhotosUIFoundation.framework/PhotosUIFoundation` + +```diff + +-702.0.230.0.0 ++702.0.240.0.0 + __TEXT.__text: 0x7a858 + __TEXT.__auth_stubs: 0x2150 + __TEXT.__objc_methlist: 0x6720 + + __DATA_CONST.__objc_superrefs: 0x298 + __DATA_CONST.__objc_arraydata: 0x100 + __AUTH_CONST.__auth_got: 0x10b8 +- __AUTH_CONST.__auth_ptr: 0x6b8 ++ __AUTH_CONST.__auth_ptr: 0x6b0 + __AUTH_CONST.__const: 0x2d18 + __AUTH_CONST.__cfstring: 0x2e00 + __AUTH_CONST.__objc_const: 0x12fc8 + +``` diff --git a/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/PhotosUIPrivate.md b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/PhotosUIPrivate.md new file mode 100644 index 000000000..9bb15f2f0 --- /dev/null +++ b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/PhotosUIPrivate.md @@ -0,0 +1,22 @@ +## PhotosUIPrivate + +> `/System/Library/PrivateFrameworks/PhotosUIPrivate.framework/PhotosUIPrivate` + +```diff + +-702.0.230.0.0 ++702.0.240.0.0 + __TEXT.__text: 0x5aca20 + __TEXT.__auth_stubs: 0x8990 + __TEXT.__objc_methlist: 0x4f7e4 + + __DATA_CONST.__objc_superrefs: 0x1680 + __DATA_CONST.__objc_arraydata: 0x18b8 + __AUTH_CONST.__auth_got: 0x44d8 +- __AUTH_CONST.__auth_ptr: 0x1bf8 ++ __AUTH_CONST.__auth_ptr: 0x1c50 + __AUTH_CONST.__const: 0x10c10 + __AUTH_CONST.__cfstring: 0x2d2c0 + __AUTH_CONST.__objc_const: 0xacb20 + +``` diff --git a/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/QuartzCore.md b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/QuartzCore.md new file mode 100644 index 000000000..a64a3fdf0 --- /dev/null +++ b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/QuartzCore.md @@ -0,0 +1,41 @@ +## QuartzCore + +> `/System/Library/Frameworks/QuartzCore.framework/QuartzCore` + +```diff + +-1149.7.1.0.0 +- __TEXT.__text: 0x3156e0 ++1149.7.2.0.0 ++ __TEXT.__text: 0x3156f4 + __TEXT.__auth_stubs: 0x5210 + __TEXT.__objc_methlist: 0x9544 + __TEXT.__const: 0x15a70 + __TEXT.__gcc_except_tab: 0x6da4 +- __TEXT.__cstring: 0x2a738 ++ __TEXT.__cstring: 0x2a761 + __TEXT.__oslogstring: 0xe707 + __TEXT.__dlopen_cstrs: 0xe0 + __TEXT.__unwind_info: 0x7d58 + + __DATA_CONST.__objc_arraydata: 0x3500 + __AUTH_CONST.__auth_got: 0x2920 + __AUTH_CONST.__auth_ptr: 0x8 +- __AUTH_CONST.__const: 0x13ef8 ++ __AUTH_CONST.__const: 0x13f78 + __AUTH_CONST.__cfstring: 0x14a40 + __AUTH_CONST.__objc_const: 0xd6c0 + __AUTH_CONST.__objc_dictobj: 0x320 + + - /usr/lib/libxml2.2.dylib + Functions: 10917 + Symbols: 13191 +- CStrings: 11523 ++ CStrings: 11524 + +CStrings: ++ "22A3355" ++ "Rotation-Flip combination not supported" +- "22A337" + +``` diff --git a/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/SafetyMonitorUI.md b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/SafetyMonitorUI.md new file mode 100644 index 000000000..bf3a0a85d --- /dev/null +++ b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/SafetyMonitorUI.md @@ -0,0 +1,16 @@ +## SafetyMonitorUI + +> `/System/Library/PrivateFrameworks/SafetyMonitorUI.framework/SafetyMonitorUI` + +```diff + + __DATA_CONST.__objc_selrefs: 0xdc8 + __DATA_CONST.__objc_protorefs: 0x50 + __AUTH_CONST.__auth_got: 0x1768 +- __AUTH_CONST.__auth_ptr: 0x15d8 ++ __AUTH_CONST.__auth_ptr: 0x1528 + __AUTH_CONST.__const: 0x65b0 + __AUTH_CONST.__objc_const: 0x33d8 + __AUTH.__objc_data: 0x2220 + +``` diff --git a/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/Sharing.md b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/Sharing.md new file mode 100644 index 000000000..ac0a6d965 --- /dev/null +++ b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/Sharing.md @@ -0,0 +1,22 @@ +## Sharing + +> `/System/Library/PrivateFrameworks/Sharing.framework/Sharing` + +```diff + +-1967.10.4.2.1 ++1967.10.4.2.6 + __TEXT.__text: 0x32dbbc + __TEXT.__auth_stubs: 0x4660 + __TEXT.__objc_methlist: 0x11220 + + __DATA_CONST.__objc_superrefs: 0x528 + __DATA_CONST.__objc_arraydata: 0x468 + __AUTH_CONST.__auth_got: 0x2348 +- __AUTH_CONST.__auth_ptr: 0xe10 ++ __AUTH_CONST.__auth_ptr: 0xe18 + __AUTH_CONST.__const: 0xfd48 + __AUTH_CONST.__cfstring: 0x12b20 + __AUTH_CONST.__objc_const: 0x386c8 + +``` diff --git a/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/SiriMessagesFlow.md b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/SiriMessagesFlow.md new file mode 100644 index 000000000..326c68d74 --- /dev/null +++ b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/SiriMessagesFlow.md @@ -0,0 +1,16 @@ +## SiriMessagesFlow + +> `/System/Library/PrivateFrameworks/SiriMessagesFlow.framework/SiriMessagesFlow` + +```diff + + __DATA_CONST.__objc_selrefs: 0x1560 + __DATA_CONST.__objc_protorefs: 0x80 + __AUTH_CONST.__auth_got: 0x3c28 +- __AUTH_CONST.__auth_ptr: 0x2420 ++ __AUTH_CONST.__auth_ptr: 0x2510 + __AUTH_CONST.__const: 0x105a8 + __AUTH_CONST.__objc_const: 0xcc88 + __AUTH.__objc_data: 0x1f28 + +``` diff --git a/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/SpringBoardHome.md b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/SpringBoardHome.md new file mode 100644 index 000000000..f3ba91896 --- /dev/null +++ b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/SpringBoardHome.md @@ -0,0 +1,23 @@ +## SpringBoardHome + +> `/System/Library/PrivateFrameworks/SpringBoardHome.framework/SpringBoardHome` + +```diff + +-73.103.0.0.0 +- __TEXT.__text: 0x299090 ++73.103.1.0.0 ++ __TEXT.__text: 0x2990c0 + __TEXT.__auth_stubs: 0x1af0 + __TEXT.__objc_methlist: 0x303b8 + __TEXT.__const: 0x5194 +- __TEXT.__cstring: 0x14b3f ++ __TEXT.__cstring: 0x14b5f + __TEXT.__gcc_except_tab: 0x3f70 + __TEXT.__oslogstring: 0xd231 + __TEXT.__dlopen_cstrs: 0x52e +CStrings: ++ "FRAMEWORK_COLLECTION:'%!@(MISSING)'-'%!@(MISSING)'-isDisfavored:%!d(MISSING)-uniqueIdentifier:%!@(MISSING)" +- "FRAMEWORK_COLLECTION:'%!@(MISSING)'-'%!@(MISSING)'-isDisfavored:%!d(MISSING)" + +``` diff --git a/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/TextFormattingUI.md b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/TextFormattingUI.md new file mode 100644 index 000000000..7e1455864 --- /dev/null +++ b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/TextFormattingUI.md @@ -0,0 +1,22 @@ +## TextFormattingUI + +> `/System/Library/PrivateFrameworks/TextFormattingUI.framework/TextFormattingUI` + +```diff + +-8081.1.108.0.0 ++8081.1.110.0.0 + __TEXT.__text: 0x6d5ec + __TEXT.__auth_stubs: 0x1e70 + __TEXT.__objc_methlist: 0x1f4 + + __DATA_CONST.__objc_selrefs: 0x588 + __DATA_CONST.__objc_protorefs: 0x40 + __AUTH_CONST.__auth_got: 0xf38 +- __AUTH_CONST.__auth_ptr: 0x980 ++ __AUTH_CONST.__auth_ptr: 0x958 + __AUTH_CONST.__const: 0x24b8 + __AUTH_CONST.__objc_const: 0xee0 + __AUTH.__objc_data: 0x4a0 + +``` diff --git a/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/TranslationDaemon.md b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/TranslationDaemon.md new file mode 100644 index 000000000..0b88cec13 --- /dev/null +++ b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/TranslationDaemon.md @@ -0,0 +1,30 @@ +## TranslationDaemon + +> `/System/Library/PrivateFrameworks/TranslationDaemon.framework/TranslationDaemon` + +```diff + +-292.1.0.0.0 +- __TEXT.__text: 0x1826b0 ++292.1.2.0.0 ++ __TEXT.__text: 0x18270c + __TEXT.__auth_stubs: 0xcf0 + __TEXT.__objc_methlist: 0x183d0 + __TEXT.__const: 0x380 + + __TEXT.__cstring: 0x537d + __TEXT.__oslogstring: 0x9fb9 + __TEXT.__dlopen_cstrs: 0x52 +- __TEXT.__unwind_info: 0xf030 ++ __TEXT.__unwind_info: 0xf038 + __TEXT.__objc_classname: 0x468f +- __TEXT.__objc_methname: 0x197d2 ++ __TEXT.__objc_methname: 0x197de + __TEXT.__objc_methtype: 0xdd89 + __TEXT.__objc_stubs: 0x11460 + __DATA_CONST.__got: 0xc20 +CStrings: ++ "_preferredNameForLanguage:" +- "_preferredName" + +``` diff --git a/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/UIKitCore.md b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/UIKitCore.md new file mode 100644 index 000000000..46c250511 --- /dev/null +++ b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/UIKitCore.md @@ -0,0 +1,77 @@ +## UIKitCore + +> `/System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore` + +```diff + +-8081.1.108.0.0 +- __TEXT.__text: 0x1625a54 ++8081.1.110.0.0 ++ __TEXT.__text: 0x1625cfc + __TEXT.__auth_stubs: 0x91c0 + __TEXT.__init_offsets: 0x4 + __TEXT.__objc_methlist: 0x156edc + + __TEXT.__swift5_types: 0x9e0 + __TEXT.__oslogstring: 0x42ecf + __TEXT.__swift5_mpenum: 0xc0 +- __TEXT.__gcc_except_tab: 0x2388c ++ __TEXT.__gcc_except_tab: 0x238fc + __TEXT.__dlopen_cstrs: 0x423c + __TEXT.__ustring: 0x2352 + __TEXT.__unwind_info: 0x5c6f8 + __TEXT.__eh_frame: 0x39d8 + __TEXT.__objc_classname: 0x32531 +- __TEXT.__objc_methname: 0x2dd24c ++ __TEXT.__objc_methname: 0x2dd25f + __TEXT.__objc_methtype: 0x6eec6 +- __TEXT.__objc_stubs: 0x1c3360 ++ __TEXT.__objc_stubs: 0x1c3380 + __DATA_CONST.__got: 0x6380 +- __DATA_CONST.__const: 0x39c08 ++ __DATA_CONST.__const: 0x39be0 + __DATA_CONST.__objc_classlist: 0x9c70 + __DATA_CONST.__objc_catlist: 0x2f8 + __DATA_CONST.__objc_protolist: 0x2b40 + __DATA_CONST.__objc_imageinfo: 0x8 +- __DATA_CONST.__objc_selrefs: 0x88c40 ++ __DATA_CONST.__objc_selrefs: 0x88c48 + __DATA_CONST.__objc_protorefs: 0x938 + __DATA_CONST.__objc_superrefs: 0x6e58 + __DATA_CONST.__objc_arraydata: 0x4010 + __AUTH_CONST.__auth_got: 0x48f8 +- __AUTH_CONST.__auth_ptr: 0x1808 ++ __AUTH_CONST.__auth_ptr: 0x1958 + __AUTH_CONST.__const: 0x31480 + __AUTH_CONST.__cfstring: 0xa52e0 + __AUTH_CONST.__objc_const: 0x25ec20 + + __DATA.__uikit_ip: 0x880 + __DATA.__uikit_ipl: 0x10 + __DATA.__common: 0x2818 +- __DATA.__bss: 0x1f2d0 ++ __DATA.__bss: 0x1f330 + __DATA_DIRTY.__objc_ivar: 0x8e80 + __DATA_DIRTY.__objc_data: 0x26358 + __DATA_DIRTY.__data: 0x19e8 + __DATA_DIRTY.__uikit_ip: 0xd70 +- __DATA_DIRTY.__bss: 0xca18 ++ __DATA_DIRTY.__bss: 0xc9a8 + __DATA_DIRTY.__common: 0x2d0 + - /System/Library/Frameworks/Accelerate.framework/Accelerate + - /System/Library/Frameworks/Accessibility.framework/Accessibility + + - /usr/lib/swift/libswiftsimd.dylib + - /usr/lib/swift/libswiftsys_time.dylib + - /usr/lib/swift/libswiftunistd.dylib +- Functions: 148383 +- Symbols: 141660 +- CStrings: 147470 ++ Functions: 148385 ++ Symbols: 141662 ++ CStrings: 147471 + +CStrings: ++ "setPathAttributes:" + +``` diff --git a/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/UserNotificationsCore.md b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/UserNotificationsCore.md new file mode 100644 index 000000000..f84d3640e --- /dev/null +++ b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/UserNotificationsCore.md @@ -0,0 +1,22 @@ +## UserNotificationsCore + +> `/System/Library/PrivateFrameworks/UserNotificationsCore.framework/UserNotificationsCore` + +```diff + +-578.1.3.1.0 ++578.1.3.2.0 + __TEXT.__text: 0x192004 + __TEXT.__auth_stubs: 0x3050 + __TEXT.__objc_methlist: 0x6238 + + __DATA_CONST.__objc_protorefs: 0x158 + __DATA_CONST.__objc_superrefs: 0x1e8 + __AUTH_CONST.__auth_got: 0x1838 +- __AUTH_CONST.__auth_ptr: 0xea0 ++ __AUTH_CONST.__auth_ptr: 0xe38 + __AUTH_CONST.__const: 0x93e0 + __AUTH_CONST.__cfstring: 0x5540 + __AUTH_CONST.__objc_const: 0x22be0 + +``` diff --git a/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/UserNotificationsServer.md b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/UserNotificationsServer.md new file mode 100644 index 000000000..6c770d9a5 --- /dev/null +++ b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/UserNotificationsServer.md @@ -0,0 +1,15 @@ +## UserNotificationsServer + +> `/System/Library/PrivateFrameworks/UserNotificationsServer.framework/UserNotificationsServer` + +```diff + +-578.1.3.1.0 +- __TEXT.__text: 0x396ec ++578.1.3.2.0 ++ __TEXT.__text: 0x39718 + __TEXT.__auth_stubs: 0x10d0 + __TEXT.__objc_methlist: 0x18d4 + __TEXT.__const: 0x264 + +``` diff --git a/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/WebBookmarksSwift.md b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/WebBookmarksSwift.md new file mode 100644 index 000000000..7528722ab --- /dev/null +++ b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/WebBookmarksSwift.md @@ -0,0 +1,22 @@ +## WebBookmarksSwift + +> `/System/Library/PrivateFrameworks/WebBookmarksSwift.framework/WebBookmarksSwift` + +```diff + +-7619.1.26.30.5 ++7619.1.26.30.7 + __TEXT.__text: 0x4cf28 + __TEXT.__auth_stubs: 0x1260 + __TEXT.__objc_methlist: 0x1c0 + + __DATA_CONST.__objc_protorefs: 0x8 + __DATA_CONST.__objc_superrefs: 0x8 + __AUTH_CONST.__auth_got: 0x938 +- __AUTH_CONST.__auth_ptr: 0x448 ++ __AUTH_CONST.__auth_ptr: 0x490 + __AUTH_CONST.__const: 0x1818 + __AUTH_CONST.__objc_const: 0x9a0 + __AUTH.__objc_data: 0x38 + +``` diff --git a/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/WebKit.md b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/WebKit.md new file mode 100644 index 000000000..6a34675fc --- /dev/null +++ b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/WebKit.md @@ -0,0 +1,97 @@ +## WebKit + +> `/System/Library/Frameworks/WebKit.framework/WebKit` + +```diff + +-619.1.26.30.5 +- __TEXT.__text: 0xe449b4 ++619.1.26.30.7 ++ __TEXT.__text: 0xe44a54 + __TEXT.__auth_stubs: 0x16d40 + __TEXT.__delay_helper: 0xc8 +- __TEXT.__objc_methlist: 0x141f4 ++ __TEXT.__objc_methlist: 0x14214 + __TEXT.__const: 0x3850 +- __TEXT.__gcc_except_tab: 0x5b170 ++ __TEXT.__gcc_except_tab: 0x5b14c + __TEXT.__cstring: 0x79065 + __TEXT.__oslogstring: 0x38504 + __TEXT.__ustring: 0xc9c +- __TEXT.__unwind_info: 0x27320 ++ __TEXT.__unwind_info: 0x27328 + __TEXT.__eh_frame: 0x48 + __TEXT.__objc_classname: 0x2fa5 +- __TEXT.__objc_methname: 0x440ef ++ __TEXT.__objc_methname: 0x44106 + __TEXT.__objc_methtype: 0x2df19 +- __TEXT.__objc_stubs: 0x28740 ++ __TEXT.__objc_stubs: 0x28760 + __DATA_CONST.__got: 0x1a90 + __DATA_CONST.__const: 0x19378 + __DATA_CONST.__objc_classlist: 0xad8 + __DATA_CONST.__objc_catlist: 0x50 + __DATA_CONST.__objc_protolist: 0x3e8 + __DATA_CONST.__objc_imageinfo: 0x8 +- __DATA_CONST.__objc_selrefs: 0xe988 ++ __DATA_CONST.__objc_selrefs: 0xe990 + __DATA_CONST.__objc_protorefs: 0x80 + __DATA_CONST.__objc_superrefs: 0x960 + __DATA_CONST.__objc_arraydata: 0x688 + + - /usr/lib/libnetworkextension.dylib + - /usr/lib/libobjc.A.dylib + - /usr/lib/libsqlite3.dylib +- Functions: 63412 +- Symbols: 76212 +- CStrings: 25651 ++ Functions: 63414 ++ Symbols: 76214 ++ CStrings: 25652 + +CStrings: ++ "/AppleInternal/Library/BuildRoots/58c70bfa-727c-11ef-8120-725d7f06bcf4/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.Internal.sdk/System/Cryptexes/OS/System/Library/PrivateFrameworks/WebCore.framework/PrivateHeaders/GCGLSpan.h" ++ "/AppleInternal/Library/BuildRoots/58c70bfa-727c-11ef-8120-725d7f06bcf4/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.Internal.sdk/System/Cryptexes/OS/System/Library/PrivateFrameworks/WebCore.framework/PrivateHeaders/ImageBufferPixelFormat.h" ++ "/AppleInternal/Library/BuildRoots/58c70bfa-727c-11ef-8120-725d7f06bcf4/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.Internal.sdk/System/Cryptexes/OS/System/Library/PrivateFrameworks/WebCore.framework/PrivateHeaders/RealtimeMediaSourceCapabilities.h" ++ "/AppleInternal/Library/BuildRoots/58c70bfa-727c-11ef-8120-725d7f06bcf4/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.Internal.sdk/System/Cryptexes/OS/System/Library/PrivateFrameworks/WebCore.framework/PrivateHeaders/SecurityOriginData.h" ++ "/AppleInternal/Library/BuildRoots/58c70bfa-727c-11ef-8120-725d7f06bcf4/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.Internal.sdk/System/Cryptexes/OS/System/Library/PrivateFrameworks/WebCore.framework/PrivateHeaders/StorageNamespaceProvider.h" ++ "/AppleInternal/Library/BuildRoots/58c70bfa-727c-11ef-8120-725d7f06bcf4/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.Internal.sdk/System/Library/PrivateFrameworks/JavaScriptCore.framework/PrivateHeaders/DisallowVMEntry.h" ++ "/AppleInternal/Library/BuildRoots/58c70bfa-727c-11ef-8120-725d7f06bcf4/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.Internal.sdk/System/Library/PrivateFrameworks/JavaScriptCore.framework/PrivateHeaders/GenericTypedArrayViewInlines.h" ++ "/AppleInternal/Library/BuildRoots/58c70bfa-727c-11ef-8120-725d7f06bcf4/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.Internal.sdk/System/Library/PrivateFrameworks/JavaScriptCore.framework/PrivateHeaders/JSArrayBufferViewInlines.h" ++ "/AppleInternal/Library/BuildRoots/58c70bfa-727c-11ef-8120-725d7f06bcf4/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.Internal.sdk/usr/local/include/WebKitAdditions/DyldCallbackAdditions.h" ++ "/AppleInternal/Library/BuildRoots/58c70bfa-727c-11ef-8120-725d7f06bcf4/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.Internal.sdk/usr/local/include/pal/spi/cocoa/NSAttributedStringSPI.h" ++ "/AppleInternal/Library/BuildRoots/58c70bfa-727c-11ef-8120-725d7f06bcf4/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.Internal.sdk/usr/local/include/wtf/CheckedRef.h" ++ "/AppleInternal/Library/BuildRoots/58c70bfa-727c-11ef-8120-725d7f06bcf4/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.Internal.sdk/usr/local/include/wtf/CompletionHandler.h" ++ "/AppleInternal/Library/BuildRoots/58c70bfa-727c-11ef-8120-725d7f06bcf4/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.Internal.sdk/usr/local/include/wtf/Deque.h" ++ "/AppleInternal/Library/BuildRoots/58c70bfa-727c-11ef-8120-725d7f06bcf4/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.Internal.sdk/usr/local/include/wtf/JSONValues.h" ++ "/AppleInternal/Library/BuildRoots/58c70bfa-727c-11ef-8120-725d7f06bcf4/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.Internal.sdk/usr/local/include/wtf/ObjectIdentifier.h" ++ "/AppleInternal/Library/BuildRoots/58c70bfa-727c-11ef-8120-725d7f06bcf4/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.Internal.sdk/usr/local/include/wtf/Ref.h" ++ "/AppleInternal/Library/BuildRoots/58c70bfa-727c-11ef-8120-725d7f06bcf4/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.Internal.sdk/usr/local/include/wtf/StdLibExtras.h" ++ "/AppleInternal/Library/BuildRoots/58c70bfa-727c-11ef-8120-725d7f06bcf4/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.Internal.sdk/usr/local/include/wtf/ThreadSafeWeakHashSet.h" ++ "/AppleInternal/Library/BuildRoots/58c70bfa-727c-11ef-8120-725d7f06bcf4/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.Internal.sdk/usr/local/include/wtf/TypeCasts.h" ++ "/AppleInternal/Library/BuildRoots/58c70bfa-727c-11ef-8120-725d7f06bcf4/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.Internal.sdk/usr/local/include/wtf/cf/TypeCastsCF.h" ++ "/AppleInternal/Library/BuildRoots/58c70bfa-727c-11ef-8120-725d7f06bcf4/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.Internal.sdk/usr/local/include/wtf/text/StringConcatenate.h" ++ "_databaseSchemaVersion" +- "/AppleInternal/Library/BuildRoots/a9786a24-60ad-11ef-bad1-56363ce8160b/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.Internal.sdk/System/Cryptexes/OS/System/Library/PrivateFrameworks/WebCore.framework/PrivateHeaders/GCGLSpan.h" +- "/AppleInternal/Library/BuildRoots/a9786a24-60ad-11ef-bad1-56363ce8160b/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.Internal.sdk/System/Cryptexes/OS/System/Library/PrivateFrameworks/WebCore.framework/PrivateHeaders/ImageBufferPixelFormat.h" +- "/AppleInternal/Library/BuildRoots/a9786a24-60ad-11ef-bad1-56363ce8160b/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.Internal.sdk/System/Cryptexes/OS/System/Library/PrivateFrameworks/WebCore.framework/PrivateHeaders/RealtimeMediaSourceCapabilities.h" +- "/AppleInternal/Library/BuildRoots/a9786a24-60ad-11ef-bad1-56363ce8160b/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.Internal.sdk/System/Cryptexes/OS/System/Library/PrivateFrameworks/WebCore.framework/PrivateHeaders/SecurityOriginData.h" +- "/AppleInternal/Library/BuildRoots/a9786a24-60ad-11ef-bad1-56363ce8160b/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.Internal.sdk/System/Cryptexes/OS/System/Library/PrivateFrameworks/WebCore.framework/PrivateHeaders/StorageNamespaceProvider.h" +- "/AppleInternal/Library/BuildRoots/a9786a24-60ad-11ef-bad1-56363ce8160b/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.Internal.sdk/System/Library/PrivateFrameworks/JavaScriptCore.framework/PrivateHeaders/DisallowVMEntry.h" +- "/AppleInternal/Library/BuildRoots/a9786a24-60ad-11ef-bad1-56363ce8160b/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.Internal.sdk/System/Library/PrivateFrameworks/JavaScriptCore.framework/PrivateHeaders/GenericTypedArrayViewInlines.h" +- "/AppleInternal/Library/BuildRoots/a9786a24-60ad-11ef-bad1-56363ce8160b/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.Internal.sdk/System/Library/PrivateFrameworks/JavaScriptCore.framework/PrivateHeaders/JSArrayBufferViewInlines.h" +- "/AppleInternal/Library/BuildRoots/a9786a24-60ad-11ef-bad1-56363ce8160b/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.Internal.sdk/usr/local/include/WebKitAdditions/DyldCallbackAdditions.h" +- "/AppleInternal/Library/BuildRoots/a9786a24-60ad-11ef-bad1-56363ce8160b/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.Internal.sdk/usr/local/include/pal/spi/cocoa/NSAttributedStringSPI.h" +- "/AppleInternal/Library/BuildRoots/a9786a24-60ad-11ef-bad1-56363ce8160b/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.Internal.sdk/usr/local/include/wtf/CheckedRef.h" +- "/AppleInternal/Library/BuildRoots/a9786a24-60ad-11ef-bad1-56363ce8160b/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.Internal.sdk/usr/local/include/wtf/CompletionHandler.h" +- "/AppleInternal/Library/BuildRoots/a9786a24-60ad-11ef-bad1-56363ce8160b/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.Internal.sdk/usr/local/include/wtf/Deque.h" +- "/AppleInternal/Library/BuildRoots/a9786a24-60ad-11ef-bad1-56363ce8160b/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.Internal.sdk/usr/local/include/wtf/JSONValues.h" +- "/AppleInternal/Library/BuildRoots/a9786a24-60ad-11ef-bad1-56363ce8160b/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.Internal.sdk/usr/local/include/wtf/ObjectIdentifier.h" +- "/AppleInternal/Library/BuildRoots/a9786a24-60ad-11ef-bad1-56363ce8160b/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.Internal.sdk/usr/local/include/wtf/Ref.h" +- "/AppleInternal/Library/BuildRoots/a9786a24-60ad-11ef-bad1-56363ce8160b/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.Internal.sdk/usr/local/include/wtf/StdLibExtras.h" +- "/AppleInternal/Library/BuildRoots/a9786a24-60ad-11ef-bad1-56363ce8160b/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.Internal.sdk/usr/local/include/wtf/ThreadSafeWeakHashSet.h" +- "/AppleInternal/Library/BuildRoots/a9786a24-60ad-11ef-bad1-56363ce8160b/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.Internal.sdk/usr/local/include/wtf/TypeCasts.h" +- "/AppleInternal/Library/BuildRoots/a9786a24-60ad-11ef-bad1-56363ce8160b/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.Internal.sdk/usr/local/include/wtf/cf/TypeCastsCF.h" +- "/AppleInternal/Library/BuildRoots/a9786a24-60ad-11ef-bad1-56363ce8160b/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.Internal.sdk/usr/local/include/wtf/text/StringConcatenate.h" + +``` diff --git a/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/_MapKit_SwiftUI.md b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/_MapKit_SwiftUI.md new file mode 100644 index 000000000..c8a391a18 --- /dev/null +++ b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/_MapKit_SwiftUI.md @@ -0,0 +1,16 @@ +## _MapKit_SwiftUI + +> `/System/Library/Frameworks/_MapKit_SwiftUI.framework/_MapKit_SwiftUI` + +```diff + + __DATA_CONST.__objc_selrefs: 0x6e8 + __DATA_CONST.__objc_protorefs: 0x48 + __AUTH_CONST.__auth_got: 0x1080 +- __AUTH_CONST.__auth_ptr: 0x1078 ++ __AUTH_CONST.__auth_ptr: 0xf90 + __AUTH_CONST.__const: 0x7270 + __AUTH_CONST.__objc_const: 0x2158 + __AUTH.__objc_data: 0x7a0 + +``` diff --git a/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/libPN548_API.dylib.md b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/libPN548_API.dylib.md new file mode 100644 index 000000000..a75d2239e --- /dev/null +++ b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/libPN548_API.dylib.md @@ -0,0 +1,25 @@ +## libPN548_API.dylib + +> `/usr/lib/libPN548_API.dylib` + +```diff + +-350.33.1.0.0 ++350.34.0.0.0 + __TEXT.__text: 0x41130 + __TEXT.__auth_stubs: 0xcc0 + __TEXT.__const: 0x6c4 +- __TEXT.__cstring: 0xa41a +- __TEXT.__oslogstring: 0x71d2 ++ __TEXT.__cstring: 0xa418 ++ __TEXT.__oslogstring: 0x71d0 + __TEXT.__unwind_info: 0x5a0 + __DATA_CONST.__got: 0x58 + __DATA_CONST.__const: 0x13e0 +CStrings: ++ "%!s(MISSING):%!i(MISSING) Running build from (B&I) Stockholm_Base-350.34" ++ "%!{(MISSING)public}s:%!i(MISSING) Running build from (B&I) Stockholm_Base-350.34" +- "%!s(MISSING):%!i(MISSING) Running build from (B&I) Stockholm_Base-350.33.1" +- "%!{(MISSING)public}s:%!i(MISSING) Running build from (B&I) Stockholm_Base-350.33.1" + +``` diff --git a/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/libsystem_malloc.dylib.md b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/libsystem_malloc.dylib.md new file mode 100644 index 000000000..36a5af212 --- /dev/null +++ b/18_0_22A3354__vs_18_0_1_22A3370/DYLIBS/libsystem_malloc.dylib.md @@ -0,0 +1,15 @@ +## libsystem_malloc.dylib + +> `/usr/lib/system/libsystem_malloc.dylib` + +```diff + +-646.0.13.0.0 +- __TEXT.__text: 0x31770 ++646.2.1.0.0 ++ __TEXT.__text: 0x3175c + __TEXT.__auth_stubs: 0x6a0 + __TEXT.__const: 0x4fc + __TEXT.__cstring: 0x7683 + +``` diff --git a/18_0_22A3354__vs_18_0_1_22A3370/Entitlements.md b/18_0_22A3354__vs_18_0_1_22A3370/Entitlements.md new file mode 100644 index 000000000..95c49db5d --- /dev/null +++ b/18_0_22A3354__vs_18_0_1_22A3370/Entitlements.md @@ -0,0 +1,18 @@ +## 🔑 Entitlements + +### SequoiaTranslator + +> `/private/var/staged_system_apps/SequoiaTranslator.app/SequoiaTranslator` + +```diff + + application-identifier + com.apple.Translate + aps-environment +- development ++ production + com.apple.PerfPowerServices.data-donation + + com.apple.QuartzCore.secure-mode + +``` diff --git a/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/AXAVSPluginService.md b/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/AXAVSPluginService.md new file mode 100644 index 000000000..ef162b92e --- /dev/null +++ b/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/AXAVSPluginService.md @@ -0,0 +1,64 @@ +## AXAVSPluginService + +> `/System/Library/AccessibilityBundles/AXAVSPluginService.axuiservice/AXAVSPluginService` + +```diff + +-3137.7.1.0.0 +- __TEXT.__text: 0xb90 +- __TEXT.__auth_stubs: 0x230 +- __TEXT.__objc_stubs: 0x420 +- __TEXT.__objc_methlist: 0x154 ++3137.7.3.0.0 ++ __TEXT.__text: 0xc8c ++ __TEXT.__auth_stubs: 0x220 ++ __TEXT.__objc_stubs: 0x4a0 ++ __TEXT.__objc_methlist: 0x16c + __TEXT.__const: 0x10 + __TEXT.__gcc_except_tab: 0x44 +- __TEXT.__objc_methname: 0x83f +- __TEXT.__oslogstring: 0xc5 ++ __TEXT.__objc_methname: 0x886 ++ __TEXT.__oslogstring: 0xfd + __TEXT.__cstring: 0x78 + __TEXT.__objc_classname: 0x45 + __TEXT.__objc_methtype: 0x343 + __TEXT.__ustring: 0xa +- __TEXT.__unwind_info: 0xd0 +- __DATA_CONST.__auth_got: 0x128 ++ __TEXT.__unwind_info: 0xc0 ++ __DATA_CONST.__auth_got: 0x120 + __DATA_CONST.__got: 0x50 + __DATA_CONST.__const: 0xa0 + __DATA_CONST.__cfstring: 0x40 + + __DATA_CONST.__objc_imageinfo: 0x8 + __DATA_CONST.__objc_superrefs: 0x10 + __DATA.__objc_const: 0x738 +- __DATA.__objc_selrefs: 0x148 ++ __DATA.__objc_selrefs: 0x168 + __DATA.__objc_ivar: 0x10 + __DATA.__objc_data: 0xa0 + __DATA.__data: 0xc0 + + - /usr/lib/libAccessibility.dylib + - /usr/lib/libSystem.B.dylib + - /usr/lib/libobjc.A.dylib +- Functions: 33 +- Symbols: 56 +- CStrings: 141 ++ Functions: 35 ++ Symbols: 55 ++ CStrings: 147 + +Symbols: +- _objc_release_x23 +CStrings: ++ "AVS support should be pausing" ++ "AVS support should resume" ++ "_monitorAVSPausingSupport" ++ "avsShouldBeOn" ++ "pauseListening" ++ "resumeListening" + +``` diff --git a/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/AirDropUI.md b/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/AirDropUI.md new file mode 100644 index 000000000..6be14ccf6 --- /dev/null +++ b/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/AirDropUI.md @@ -0,0 +1,22 @@ +## AirDropUI + +> `/Applications/AirDropUI.app/AirDropUI` + +```diff + +-1967.10.4.2.1 ++1967.10.4.2.6 + __TEXT.__text: 0x106cdc + __TEXT.__auth_stubs: 0x3e90 + __TEXT.__objc_stubs: 0xa0 + + __TEXT.__eh_frame: 0x3c28 + __DATA_CONST.__auth_got: 0x1f50 + __DATA_CONST.__got: 0x1150 +- __DATA_CONST.__auth_ptr: 0x1768 ++ __DATA_CONST.__auth_ptr: 0x1760 + __DATA_CONST.__const: 0x57e0 + __DATA_CONST.__cfstring: 0x6e0 + __DATA_CONST.__objc_classlist: 0x110 + +``` diff --git a/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/BuddyMigrator.md b/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/BuddyMigrator.md new file mode 100644 index 000000000..70f513f82 --- /dev/null +++ b/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/BuddyMigrator.md @@ -0,0 +1,42 @@ +## BuddyMigrator + +> `/System/Library/DataClassMigrators/BuddyMigrator.migrator/BuddyMigrator` + +```diff + +-5342.0.0.0.0 +- __TEXT.__text: 0xf2b8 ++5342.1.1.0.0 ++ __TEXT.__text: 0xf2d0 + __TEXT.__auth_stubs: 0x940 + __TEXT.__objc_stubs: 0x19e0 + __TEXT.__objc_methlist: 0x844 + __TEXT.__const: 0x16c + __TEXT.__gcc_except_tab: 0x218 + __TEXT.__objc_methname: 0x2003 +- __TEXT.__cstring: 0xf11 ++ __TEXT.__cstring: 0xf41 + __TEXT.__oslogstring: 0x15a8 + __TEXT.__objc_classname: 0xf2 + __TEXT.__objc_methtype: 0x275 + + __DATA_CONST.__got: 0x2d0 + __DATA_CONST.__auth_ptr: 0x48 + __DATA_CONST.__const: 0x880 +- __DATA_CONST.__cfstring: 0xa20 ++ __DATA_CONST.__cfstring: 0xa60 + __DATA_CONST.__objc_classlist: 0x60 + __DATA_CONST.__objc_protolist: 0x58 + __DATA_CONST.__objc_imageinfo: 0x8 + + - /usr/lib/swift/libswiftunistd.dylib + Functions: 367 + Symbols: 306 +- CStrings: 677 ++ CStrings: 679 + +CStrings: ++ "DisplayZoomRestart" ++ "com.apple.purplebuddy.notbackedup" + +``` diff --git a/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/ColorPickerUIService.md b/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/ColorPickerUIService.md new file mode 100644 index 000000000..62be2596b --- /dev/null +++ b/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/ColorPickerUIService.md @@ -0,0 +1,22 @@ +## ColorPickerUIService + +> `/Applications/ColorPickerUIService.app/ColorPickerUIService` + +```diff + +-8081.1.108.0.0 ++8081.1.110.0.0 + __TEXT.__text: 0x46798 + __TEXT.__auth_stubs: 0x1d10 + __TEXT.__objc_stubs: 0xf80 + + __TEXT.__eh_frame: 0x328 + __DATA_CONST.__auth_got: 0xe98 + __DATA_CONST.__got: 0x780 +- __DATA_CONST.__auth_ptr: 0xcf0 ++ __DATA_CONST.__auth_ptr: 0xd70 + __DATA_CONST.__const: 0x20d8 + __DATA_CONST.__cfstring: 0x100 + __DATA_CONST.__objc_classlist: 0xa8 + +``` diff --git a/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/CookieDataMigrator.md b/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/CookieDataMigrator.md new file mode 100644 index 000000000..a81d3a5d2 --- /dev/null +++ b/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/CookieDataMigrator.md @@ -0,0 +1,19 @@ +## CookieDataMigrator + +> `/System/Library/DataClassMigrators/CookieDataMigrator.migrator/CookieDataMigrator` + +```diff + +-1568.100.1.0.0 ++1568.100.1.2.1 + __TEXT.__text: 0xa14 + __TEXT.__auth_stubs: 0x90 + __TEXT.__objc_stubs: 0x280 + __TEXT.__objc_methlist: 0x38 +- __TEXT.__const: 0x60 ++ __TEXT.__const: 0x68 + __TEXT.__oslogstring: 0x19a + __TEXT.__cstring: 0xc7 + __TEXT.__objc_classname: 0x13 + +``` diff --git a/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/DiagnosticExtension.md b/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/DiagnosticExtension.md new file mode 100644 index 000000000..34c7739da --- /dev/null +++ b/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/DiagnosticExtension.md @@ -0,0 +1,19 @@ +## DiagnosticExtension + +> `/System/Library/Frameworks/CFNetwork.framework/PlugIns/DiagnosticExtension.appex/DiagnosticExtension` + +```diff + +-1568.100.1.0.0 ++1568.100.1.2.1 + __TEXT.__text: 0x488 + __TEXT.__auth_stubs: 0x120 + __TEXT.__objc_stubs: 0x100 + __TEXT.__objc_methlist: 0x20 +- __TEXT.__const: 0x58 ++ __TEXT.__const: 0x60 + __TEXT.__oslogstring: 0x1db + __TEXT.__cstring: 0xc4 + __TEXT.__objc_classname: 0x1d + +``` diff --git a/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/FontPickerUIService.md b/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/FontPickerUIService.md new file mode 100644 index 000000000..6b7e05a4a --- /dev/null +++ b/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/FontPickerUIService.md @@ -0,0 +1,22 @@ +## FontPickerUIService + +> `/Applications/FontPickerUIService.app/FontPickerUIService` + +```diff + +-8081.1.108.0.0 ++8081.1.110.0.0 + __TEXT.__text: 0x7c0d4 + __TEXT.__auth_stubs: 0x2150 + __TEXT.__objc_stubs: 0x2440 + + __TEXT.__eh_frame: 0x580 + __DATA_CONST.__auth_got: 0x10b8 + __DATA_CONST.__got: 0xba8 +- __DATA_CONST.__auth_ptr: 0xa10 ++ __DATA_CONST.__auth_ptr: 0x9e8 + __DATA_CONST.__const: 0x2a38 + __DATA_CONST.__cfstring: 0x360 + __DATA_CONST.__objc_classlist: 0x78 + +``` diff --git a/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/LiveSpeechUIService.md b/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/LiveSpeechUIService.md new file mode 100644 index 000000000..68a5b9b7a --- /dev/null +++ b/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/LiveSpeechUIService.md @@ -0,0 +1,22 @@ +## LiveSpeechUIService + +> `/System/Library/AccessibilityBundles/LiveSpeechUIService.axuiservice/LiveSpeechUIService` + +```diff + +-3137.7.1.0.0 ++3137.7.3.0.0 + __TEXT.__text: 0x9e818 + __TEXT.__auth_stubs: 0x2bc0 + __TEXT.__objc_stubs: 0xa0 + + __TEXT.__eh_frame: 0x1358 + __DATA_CONST.__auth_got: 0x15f0 + __DATA_CONST.__got: 0xba0 +- __DATA_CONST.__auth_ptr: 0xc70 ++ __DATA_CONST.__auth_ptr: 0xbd8 + __DATA_CONST.__const: 0x3338 + __DATA_CONST.__cfstring: 0x40 + __DATA_CONST.__objc_classlist: 0x78 + +``` diff --git a/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/MailWidgetExtension.md b/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/MailWidgetExtension.md new file mode 100644 index 000000000..37e9351a8 --- /dev/null +++ b/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/MailWidgetExtension.md @@ -0,0 +1,22 @@ +## MailWidgetExtension + +> `/private/var/staged_system_apps/MobileMail.app/PlugIns/MailWidgetExtension.appex/MailWidgetExtension` + +```diff + +-3818.100.11.2.3 ++3818.100.11.2.5 + __TEXT.__text: 0x81bbc + __TEXT.__auth_stubs: 0x1680 + __TEXT.__objc_methlist: 0x38c + + __TEXT.__eh_frame: 0x3ac + __DATA_CONST.__auth_got: 0xb40 + __DATA_CONST.__got: 0x5c0 +- __DATA_CONST.__auth_ptr: 0x648 ++ __DATA_CONST.__auth_ptr: 0x660 + __DATA_CONST.__const: 0x2f80 + __DATA_CONST.__objc_classlist: 0x88 + __DATA_CONST.__objc_catlist: 0x8 + +``` diff --git a/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/MobileMail.md b/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/MobileMail.md new file mode 100644 index 000000000..baffefa05 --- /dev/null +++ b/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/MobileMail.md @@ -0,0 +1,22 @@ +## MobileMail + +> `/private/var/staged_system_apps/MobileMail.app/MobileMail` + +```diff + +-3818.100.11.2.3 ++3818.100.11.2.5 + __TEXT.__text: 0x3ece48 + __TEXT.__auth_stubs: 0x5720 + __TEXT.__objc_stubs: 0x3d800 + + __TEXT.__eh_frame: 0x2580 + __DATA_CONST.__auth_got: 0x2ba0 + __DATA_CONST.__got: 0x33c8 +- __DATA_CONST.__auth_ptr: 0x1b90 ++ __DATA_CONST.__auth_ptr: 0x1ae0 + __DATA_CONST.__const: 0x13990 + __DATA_CONST.__cfstring: 0xd360 + __DATA_CONST.__objc_classlist: 0xce8 + +``` diff --git a/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/PassbookLockedWidgetsExtension.md b/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/PassbookLockedWidgetsExtension.md new file mode 100644 index 000000000..42482086d --- /dev/null +++ b/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/PassbookLockedWidgetsExtension.md @@ -0,0 +1,22 @@ +## PassbookLockedWidgetsExtension + +> `/private/var/staged_system_apps/Passbook.app/PlugIns/PassbookLockedWidgetsExtension.appex/PassbookLockedWidgetsExtension` + +```diff + +-1590.2.0.0.0 ++1590.3.0.0.0 + __TEXT.__text: 0x148e8 + __TEXT.__auth_stubs: 0x1120 + __TEXT.__cstring: 0x413 + + __TEXT.__objc_methname: 0x177 + __TEXT.__oslogstring: 0x85 + __TEXT.__swift5_entry: 0x8 +- __TEXT.__unwind_info: 0x508 ++ __TEXT.__unwind_info: 0x500 + __TEXT.__eh_frame: 0x124 + __DATA_CONST.__auth_got: 0x890 + __DATA_CONST.__got: 0x358 + +``` diff --git a/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/PhotosReliveWidget.md b/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/PhotosReliveWidget.md new file mode 100644 index 000000000..e8368d83b --- /dev/null +++ b/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/PhotosReliveWidget.md @@ -0,0 +1,22 @@ +## PhotosReliveWidget + +> `/Applications/MobileSlideShow.app/PlugIns/PhotosReliveWidget.appex/PhotosReliveWidget` + +```diff + +-702.0.230.0.0 ++702.0.240.0.0 + __TEXT.__text: 0x2b5d4 + __TEXT.__auth_stubs: 0x1b20 + __TEXT.__const: 0x1e74 + + __TEXT.__eh_frame: 0x554 + __DATA_CONST.__auth_got: 0xd90 + __DATA_CONST.__got: 0x510 +- __DATA_CONST.__auth_ptr: 0xa08 ++ __DATA_CONST.__auth_ptr: 0xa00 + __DATA_CONST.__const: 0x1180 + __DATA_CONST.__objc_classlist: 0x20 + __DATA_CONST.__objc_imageinfo: 0x8 + +``` diff --git a/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/SafariWidgetExtension.md b/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/SafariWidgetExtension.md new file mode 100644 index 000000000..19a174f97 --- /dev/null +++ b/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/SafariWidgetExtension.md @@ -0,0 +1,22 @@ +## SafariWidgetExtension + +> `/Applications/MobileSafari.app/PlugIns/SafariWidgetExtension.appex/SafariWidgetExtension` + +```diff + +-7619.1.26.30.5 ++7619.1.26.30.7 + __TEXT.__text: 0x4ad88 + __TEXT.__auth_stubs: 0x1520 + __TEXT.__cstring: 0x2f2a + + __TEXT.__eh_frame: 0x1d14 + __DATA_CONST.__auth_got: 0xa90 + __DATA_CONST.__got: 0x530 +- __DATA_CONST.__auth_ptr: 0xc68 ++ __DATA_CONST.__auth_ptr: 0xc78 + __DATA_CONST.__const: 0x1750 + __DATA_CONST.__objc_classlist: 0x8 + __DATA_CONST.__objc_imageinfo: 0x8 + +``` diff --git a/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/SearchIndexer.md b/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/SearchIndexer.md new file mode 100644 index 000000000..48be742d2 --- /dev/null +++ b/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/SearchIndexer.md @@ -0,0 +1,69 @@ +## SearchIndexer + +> `/System/Library/PrivateFrameworks/Message.framework/XPCServices/SearchIndexer.xpc/SearchIndexer` + +```diff + +-3818.100.11.2.3 +- __TEXT.__text: 0x55da80 ++3818.100.11.2.5 ++ __TEXT.__text: 0x55dbf0 + __TEXT.__auth_stubs: 0x43c0 + __TEXT.__objc_stubs: 0x140 + __TEXT.__objc_methlist: 0x198 + __TEXT.__cstring: 0x8dc9 + __TEXT.__swift5_entry: 0x8 +- __TEXT.__const: 0x42790 +- __TEXT.__swift5_typeref: 0xd501 ++ __TEXT.__const: 0x42830 ++ __TEXT.__swift5_typeref: 0xd511 + __TEXT.__swift5_capture: 0x80b8 +- __TEXT.__constg_swiftt: 0xb3a4 +- __TEXT.__swift5_reflstr: 0xd029 +- __TEXT.__swift5_fieldmd: 0x11a68 +- __TEXT.__swift5_proto: 0x234c +- __TEXT.__swift5_types: 0x13dc ++ __TEXT.__constg_swiftt: 0xb3c0 ++ __TEXT.__swift5_reflstr: 0xd049 ++ __TEXT.__swift5_fieldmd: 0x11a9c ++ __TEXT.__swift5_proto: 0x2354 ++ __TEXT.__swift5_types: 0x13e0 + __TEXT.__swift5_assocty: 0x18e8 + __TEXT.__oslogstring: 0xe060 + __TEXT.__swift5_builtin: 0xcf8 + + __TEXT.__objc_methtype: 0x3e5 + __TEXT.__gcc_except_tab: 0x10c + __TEXT.__unwind_info: 0x12f90 +- __TEXT.__eh_frame: 0x19350 ++ __TEXT.__eh_frame: 0x19398 + __DATA_CONST.__auth_got: 0x21f0 + __DATA_CONST.__got: 0xb08 + __DATA_CONST.__auth_ptr: 0x2dc0 +- __DATA_CONST.__const: 0x4afb8 ++ __DATA_CONST.__const: 0x4b048 + __DATA_CONST.__cfstring: 0x20 + __DATA_CONST.__objc_classlist: 0x1a0 + __DATA_CONST.__objc_catlist: 0x8 + + __DATA.__objc_const: 0x4c08 + __DATA.__objc_selrefs: 0x798 + __DATA.__objc_data: 0x930 +- __DATA.__data: 0xe700 +- __DATA.__bss: 0x454b0 ++ __DATA.__data: 0xe710 ++ __DATA.__bss: 0x455b0 + __DATA.__common: 0xcb0 + - /System/Library/Frameworks/Accounts.framework/Accounts + - /System/Library/Frameworks/Contacts.framework/Contacts + + - /usr/lib/swift/libswiftos.dylib + - /usr/lib/swift/libswiftsys_time.dylib + - /usr/lib/swift/libswiftunistd.dylib +- Functions: 29135 ++ Functions: 29137 + Symbols: 444 + CStrings: 2955 + + +``` diff --git a/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/SequoiaTranslator.md b/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/SequoiaTranslator.md new file mode 100644 index 000000000..ee1534637 --- /dev/null +++ b/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/SequoiaTranslator.md @@ -0,0 +1,22 @@ +## SequoiaTranslator + +> `/private/var/staged_system_apps/SequoiaTranslator.app/SequoiaTranslator` + +```diff + +-292.1.0.0.0 ++292.1.2.0.0 + __TEXT.__text: 0x231dc0 + __TEXT.__auth_stubs: 0x61c0 + __TEXT.__objc_stubs: 0x20 + + __TEXT.__eh_frame: 0x57b4 + __DATA_CONST.__auth_got: 0x30e8 + __DATA_CONST.__got: 0x1938 +- __DATA_CONST.__auth_ptr: 0x32e8 ++ __DATA_CONST.__auth_ptr: 0x3168 + __DATA_CONST.__const: 0xbec8 + __DATA_CONST.__cfstring: 0x20 + __DATA_CONST.__objc_classlist: 0x348 + +``` diff --git a/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/Setup.md b/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/Setup.md new file mode 100644 index 000000000..5df080620 --- /dev/null +++ b/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/Setup.md @@ -0,0 +1,95 @@ +## Setup + +> `/Applications/Setup.app/Setup` + +```diff + +-5342.0.0.0.0 +- __TEXT.__text: 0x1e19b4 +- __TEXT.__auth_stubs: 0x1f20 +- __TEXT.__objc_stubs: 0x23280 +- __TEXT.__objc_methlist: 0x14898 +- __TEXT.__cstring: 0xdbbe +- __TEXT.__objc_methname: 0x344d6 ++5342.1.1.0.0 ++ __TEXT.__text: 0x1e1f58 ++ __TEXT.__auth_stubs: 0x1f40 ++ __TEXT.__objc_stubs: 0x23300 ++ __TEXT.__objc_methlist: 0x148e0 ++ __TEXT.__cstring: 0xdbcc ++ __TEXT.__objc_methname: 0x345f2 + __TEXT.__const: 0x1010 + __TEXT.__constg_swiftt: 0x138c + __TEXT.__swift5_typeref: 0xbfa + + __TEXT.__swift5_assocty: 0xd8 + __TEXT.__swift5_proto: 0x58 + __TEXT.__swift5_types: 0xac +- __TEXT.__objc_classname: 0x324e ++ __TEXT.__objc_classname: 0x324b + __TEXT.__objc_methtype: 0xa101 + __TEXT.__swift5_capture: 0x790 +- __TEXT.__oslogstring: 0xedd4 +- __TEXT.__gcc_except_tab: 0x4d34 ++ __TEXT.__oslogstring: 0xee48 ++ __TEXT.__gcc_except_tab: 0x4dd0 + __TEXT.__dlopen_cstrs: 0x10ba +- __TEXT.__unwind_info: 0x7948 ++ __TEXT.__unwind_info: 0x7968 + __TEXT.__eh_frame: 0x1ac8 +- __DATA_CONST.__auth_got: 0xfa8 ++ __DATA_CONST.__auth_got: 0xfb8 + __DATA_CONST.__got: 0x1b20 + __DATA_CONST.__auth_ptr: 0x218 + __DATA_CONST.__const: 0x59d8 +- __DATA_CONST.__cfstring: 0xa8e0 ++ __DATA_CONST.__cfstring: 0xa900 + __DATA_CONST.__objc_classlist: 0xaa0 + __DATA_CONST.__objc_catlist: 0x48 + __DATA_CONST.__objc_protolist: 0x4a8 + + __DATA_CONST.__objc_dictobj: 0x140 + __DATA_CONST.__objc_intobj: 0x2d0 + __DATA_CONST.__objc_floatobj: 0x10 +- __DATA.__objc_const: 0x41c68 +- __DATA.__objc_selrefs: 0xa350 +- __DATA.__objc_ivar: 0x1970 ++ __DATA.__objc_const: 0x41cf8 ++ __DATA.__objc_selrefs: 0xa370 ++ __DATA.__objc_ivar: 0x197c + __DATA.__objc_data: 0x83c8 + __DATA.__data: 0x4008 + __DATA.__bss: 0x1018 + + - /usr/lib/swift/libswiftsimd.dylib + - /usr/lib/swift/libswiftsys_time.dylib + - /usr/lib/swift/libswiftunistd.dylib +- Functions: 9474 +- Symbols: 1262 +- CStrings: 12718 ++ Functions: 9484 ++ Symbols: 1264 ++ CStrings: 12728 + +Symbols: ++ _dispatch_block_cancel ++ _dispatch_block_perform +CStrings: ++ "\x04\x11\x12\x12\x11k\x19" ++ "AMS cache promise did not respond in time. Timing out!" ++ "AMSAccount fetchMedialLinkedAccountDSID force run flag found" ++ "Sep 25 2024" ++ "TB,N,V_initialAnimateLanguageChoiceValue" ++ "TB,N,V_initialDisplayZoomRestartValue" ++ "_initialAnimateLanguageChoiceValue" ++ "_initialDisplayZoomRestartValue" ++ "ams-force-run" ++ "initialAnimateLanguageChoiceValue" ++ "initialDisplayZoomRestartValue" ++ "setInitialAnimateLanguageChoiceValue:" ++ "setInitialDisplayZoomRestartValue:" +- "\x04\x11\x12\x12\x11[\x19" +- "/\x01" +- "Aug 6 2024" + +``` diff --git a/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/SharingUIService.md b/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/SharingUIService.md new file mode 100644 index 000000000..3809ef559 --- /dev/null +++ b/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/SharingUIService.md @@ -0,0 +1,22 @@ +## SharingUIService + +> `/Applications/SharingUIService.app/SharingUIService` + +```diff + +-1967.10.4.2.1 ++1967.10.4.2.6 + __TEXT.__text: 0x27630 + __TEXT.__auth_stubs: 0x1430 + __TEXT.__objc_stubs: 0x160 + + __TEXT.__eh_frame: 0xba0 + __DATA_CONST.__auth_got: 0xa20 + __DATA_CONST.__got: 0x428 +- __DATA_CONST.__auth_ptr: 0x5b8 ++ __DATA_CONST.__auth_ptr: 0x5a8 + __DATA_CONST.__const: 0xdd0 + __DATA_CONST.__objc_classlist: 0x90 + __DATA_CONST.__objc_protolist: 0x1b8 + +``` diff --git a/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/SharingViewService.md b/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/SharingViewService.md new file mode 100644 index 000000000..f7b8846e9 --- /dev/null +++ b/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/SharingViewService.md @@ -0,0 +1,22 @@ +## SharingViewService + +> `/Applications/SharingViewService.app/SharingViewService` + +```diff + +-1967.10.4.2.1 ++1967.10.4.2.6 + __TEXT.__text: 0x138504 + __TEXT.__auth_stubs: 0x2800 + __TEXT.__objc_stubs: 0x7580 + + __TEXT.__eh_frame: 0x15dc + __DATA_CONST.__auth_got: 0x1410 + __DATA_CONST.__got: 0xd08 +- __DATA_CONST.__auth_ptr: 0x9d8 ++ __DATA_CONST.__auth_ptr: 0x9a8 + __DATA_CONST.__const: 0x74c8 + __DATA_CONST.__cfstring: 0x45c0 + __DATA_CONST.__objc_classlist: 0x5e8 + +``` diff --git a/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/TranslationAPISupportExtension.md b/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/TranslationAPISupportExtension.md new file mode 100644 index 000000000..b38a645ee --- /dev/null +++ b/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/TranslationAPISupportExtension.md @@ -0,0 +1,18 @@ +## TranslationAPISupportExtension + +> `/System/Library/ExtensionKit/Extensions/TranslationAPISupportExtension.appex/TranslationAPISupportExtension` + +```diff + +-292.1.0.0.0 ++292.1.2.0.0 + __TEXT.__text: 0x1b6f0 + __TEXT.__auth_stubs: 0x10c0 + __TEXT.__objc_methlist: 0x44 +- __TEXT.__const: 0xb38 ++ __TEXT.__const: 0xb48 + __TEXT.__swift5_typeref: 0x125f + __TEXT.__cstring: 0x8e2 + __TEXT.__objc_methname: 0x43e + +``` diff --git a/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/TranslationUIService.md b/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/TranslationUIService.md new file mode 100644 index 000000000..21f3841eb --- /dev/null +++ b/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/TranslationUIService.md @@ -0,0 +1,22 @@ +## TranslationUIService + +> `/System/Library/PrivateFrameworks/TranslationUIServices.framework/PlugIns/TranslationUIService.appex/TranslationUIService` + +```diff + +-292.1.0.0.0 ++292.1.2.0.0 + __TEXT.__text: 0x45f4c + __TEXT.__auth_stubs: 0x1e30 + __TEXT.__objc_methlist: 0x194 + + __TEXT.__eh_frame: 0xe60 + __DATA_CONST.__auth_got: 0xf18 + __DATA_CONST.__got: 0x690 +- __DATA_CONST.__auth_ptr: 0x8d0 ++ __DATA_CONST.__auth_ptr: 0x8c0 + __DATA_CONST.__const: 0x1388 + __DATA_CONST.__objc_classlist: 0x38 + __DATA_CONST.__objc_protolist: 0x40 + +``` diff --git a/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/TranslationWidgetsExtension.md b/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/TranslationWidgetsExtension.md new file mode 100644 index 000000000..0584d7166 --- /dev/null +++ b/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/TranslationWidgetsExtension.md @@ -0,0 +1,22 @@ +## TranslationWidgetsExtension + +> `/private/var/staged_system_apps/SequoiaTranslator.app/PlugIns/TranslationWidgetsExtension.appex/TranslationWidgetsExtension` + +```diff + +-292.1.0.0.0 ++292.1.2.0.0 + __TEXT.__text: 0x8134 + __TEXT.__auth_stubs: 0xa00 + __TEXT.__objc_methlist: 0x20 + + __TEXT.__eh_frame: 0x278 + __DATA_CONST.__auth_got: 0x500 + __DATA_CONST.__got: 0x130 +- __DATA_CONST.__auth_ptr: 0x640 ++ __DATA_CONST.__auth_ptr: 0x638 + __DATA_CONST.__const: 0x5b0 + __DATA_CONST.__objc_classlist: 0x18 + __DATA_CONST.__objc_imageinfo: 0x8 + +``` diff --git a/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/VirtualAudio.md b/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/VirtualAudio.md new file mode 100644 index 000000000..7afb3d34c --- /dev/null +++ b/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/VirtualAudio.md @@ -0,0 +1,88 @@ +## VirtualAudio + +> `/Library/Audio/Plug-Ins/HAL/VirtualAudio.plugin/VirtualAudio` + +```diff + +-1267.119.0.0.0 +- __TEXT.__text: 0x4a59d4 ++1267.119.30.2.0 ++ __TEXT.__text: 0x4a6c5c + __TEXT.__auth_stubs: 0x2150 +- __TEXT.__objc_stubs: 0x8e0 +- __TEXT.__init_offsets: 0x4b0 ++ __TEXT.__objc_stubs: 0x960 ++ __TEXT.__init_offsets: 0x4b4 + __TEXT.__objc_methlist: 0x324 + __TEXT.__const: 0xb0c6f +- __TEXT.__gcc_except_tab: 0x55994 +- __TEXT.__oslogstring: 0x4d905 +- __TEXT.__cstring: 0x27b22 +- __TEXT.__objc_methname: 0xcd1 ++ __TEXT.__gcc_except_tab: 0x55b80 ++ __TEXT.__oslogstring: 0x4d93a ++ __TEXT.__cstring: 0x27b5c ++ __TEXT.__objc_methname: 0xd05 + __TEXT.__objc_classname: 0xa8 + __TEXT.__objc_methtype: 0xc31 + __TEXT.__dof_VirtualAu: 0x303 + __TEXT.__dof_Aggregate: 0x5ec + __TEXT.__dof_VirtualA0: 0x2aa +- __TEXT.__unwind_info: 0xf710 ++ __TEXT.__unwind_info: 0xf7b0 + __TEXT.__eh_frame: 0x60 + __DATA_CONST.__auth_got: 0x10b8 +- __DATA_CONST.__got: 0x408 ++ __DATA_CONST.__got: 0x410 + __DATA_CONST.__auth_ptr: 0x10 +- __DATA_CONST.__const: 0x23618 ++ __DATA_CONST.__const: 0x23728 + __DATA_CONST.__cfstring: 0x3bc0 + __DATA_CONST.__objc_classlist: 0x30 + __DATA_CONST.__objc_protolist: 0x18 + + __DATA_CONST.__objc_protorefs: 0x8 + __DATA_CONST.__objc_superrefs: 0x28 + __DATA.__objc_const: 0xc38 +- __DATA.__objc_selrefs: 0x348 ++ __DATA.__objc_selrefs: 0x368 + __DATA.__objc_ivar: 0x2c + __DATA.__objc_data: 0x1e0 + __DATA.__data: 0x390 +- __DATA.__bss: 0x20284 ++ __DATA.__bss: 0x202a4 + - /System/Library/Frameworks/AVFAudio.framework/AVFAudio + - /System/Library/Frameworks/AVFoundation.framework/AVFoundation + - /System/Library/Frameworks/Accelerate.framework/Accelerate + + - /System/Library/PrivateFrameworks/IAP.framework/IAP + - /System/Library/PrivateFrameworks/PersonalAudio.framework/PersonalAudio + - /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog ++ - /System/Library/PrivateFrameworks/SystemStatus.framework/SystemStatus + - /System/Library/PrivateFrameworks/TimeSync.framework/TimeSync + - /System/Library/PrivateFrameworks/WirelessCoexManager.framework/WirelessCoexManager + - /System/Library/PrivateFrameworks/caulk.framework/caulk + + - /usr/lib/libSystem.B.dylib + - /usr/lib/libc++.1.dylib + - /usr/lib/libobjc.A.dylib +- Functions: 9850 +- Symbols: 680 +- CStrings: 10719 ++ Functions: 9877 ++ Symbols: 681 ++ CStrings: 10726 + +Symbols: ++ _OBJC_CLASS_$_STMediaStatusDomain +CStrings: ++ "%!s(MISSING):%!d(MISSING) Graph %!s(MISSING): Setting camera state param to %!f(MISSING)" ++ "@@ Strips Sep 12 2024 18:38:25" ++ "CameraCoexIODelegate.mm" ++ "cameraAttributions" ++ "count" ++ "observeDataWithBlock:" ++ "v16@?0@\"STMediaStatusDomainData\"8" +- "@@ Strips Aug 3 2024 11:07:03" + +``` diff --git a/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/backboardd.md b/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/backboardd.md new file mode 100644 index 000000000..b9a5007ed --- /dev/null +++ b/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/backboardd.md @@ -0,0 +1,44 @@ +## backboardd + +> `/usr/libexec/backboardd` + +```diff + +-668.1.5.0.0 +- __TEXT.__text: 0xa4014 ++668.1.5.1.0 ++ __TEXT.__text: 0xa4044 + __TEXT.__auth_stubs: 0x1c90 + __TEXT.__objc_stubs: 0xeaa0 + __TEXT.__objc_methlist: 0x68b8 + __TEXT.__const: 0x518 +- __TEXT.__gcc_except_tab: 0x5154 +- __TEXT.__objc_methname: 0x14c5b ++ __TEXT.__gcc_except_tab: 0x515c ++ __TEXT.__objc_methname: 0x14c6b + __TEXT.__cstring: 0x73d6 + __TEXT.__objc_classname: 0x1d39 + __TEXT.__objc_methtype: 0x402d + + __DATA_CONST.__objc_arraydata: 0x30 + __DATA_CONST.__objc_arrayobj: 0x18 + __DATA_CONST.__objc_dictobj: 0x28 +- __DATA.__objc_const: 0x14708 ++ __DATA.__objc_const: 0x14728 + __DATA.__objc_selrefs: 0x4548 +- __DATA.__objc_ivar: 0xf60 ++ __DATA.__objc_ivar: 0xf64 + __DATA.__objc_data: 0x3ac0 + __DATA.__data: 0x1bb0 + __DATA.__bss: 0x418 + + - /usr/lib/libsp.dylib + Functions: 3182 + Symbols: 790 +- CStrings: 6319 ++ CStrings: 6320 + +CStrings: ++ "_eventPhaseBits" + +``` diff --git a/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/com.apple.Translate.appremoval.md b/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/com.apple.Translate.appremoval.md new file mode 100644 index 000000000..fe2c08b45 --- /dev/null +++ b/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/com.apple.Translate.appremoval.md @@ -0,0 +1,18 @@ +## com.apple.Translate.appremoval + +> `/System/Library/AppRemovalServices/com.apple.Translate.appremoval.xpc/com.apple.Translate.appremoval` + +```diff + +-292.1.0.0.0 ++292.1.2.0.0 + __TEXT.__text: 0x16c0 + __TEXT.__auth_stubs: 0x3c0 + __TEXT.__objc_methlist: 0x40 +- __TEXT.__const: 0xcc ++ __TEXT.__const: 0xdc + __TEXT.__objc_methname: 0x208 + __TEXT.__swift5_entry: 0x8 + __TEXT.__cstring: 0x146 + +``` diff --git a/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/com.apple.UIKit.ColorPicker.md b/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/com.apple.UIKit.ColorPicker.md new file mode 100644 index 000000000..6ddb20e66 --- /dev/null +++ b/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/com.apple.UIKit.ColorPicker.md @@ -0,0 +1,22 @@ +## com.apple.UIKit.ColorPicker + +> `/System/Library/Frameworks/UIKit.framework/PlugIns/com.apple.UIKit.ColorPicker.appex/com.apple.UIKit.ColorPicker` + +```diff + +-8081.1.108.0.0 ++8081.1.110.0.0 + __TEXT.__text: 0x45f44 + __TEXT.__auth_stubs: 0x1cd0 + __TEXT.__objc_stubs: 0xd20 + + __TEXT.__eh_frame: 0x328 + __DATA_CONST.__auth_got: 0xe78 + __DATA_CONST.__got: 0x760 +- __DATA_CONST.__auth_ptr: 0xbf0 ++ __DATA_CONST.__auth_ptr: 0xd98 + __DATA_CONST.__const: 0x20d8 + __DATA_CONST.__cfstring: 0xc0 + __DATA_CONST.__objc_classlist: 0x80 + +``` diff --git a/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/identityservicesd.md b/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/identityservicesd.md new file mode 100644 index 000000000..097f90af1 --- /dev/null +++ b/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/identityservicesd.md @@ -0,0 +1,27 @@ +## identityservicesd + +> `/System/Library/PrivateFrameworks/IDS.framework/identityservicesd.app/identityservicesd` + +```diff + +-1857.100.1.0.0 ++1857.100.1.2.1 + __TEXT.__text: 0x70f4cc + __TEXT.__auth_stubs: 0x54c0 + __TEXT.__objc_stubs: 0x44600 + + __TEXT.__eh_frame: 0x4bb4 + __DATA_CONST.__auth_got: 0x2a70 + __DATA_CONST.__got: 0x3310 +- __DATA_CONST.__auth_ptr: 0x618 ++ __DATA_CONST.__auth_ptr: 0x6d0 + __DATA_CONST.__const: 0x1b7a8 + __DATA_CONST.__cfstring: 0x33580 + __DATA_CONST.__objc_classlist: 0xe70 +CStrings: ++ "18:46:19" ++ "Sep 12 2024" +- "00:26:49" +- "Aug 8 2024" + +``` diff --git a/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/imagent.md b/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/imagent.md new file mode 100644 index 000000000..a6da8afdd --- /dev/null +++ b/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/imagent.md @@ -0,0 +1,27 @@ +## imagent + +> `/System/Library/PrivateFrameworks/IMCore.framework/imagent.app/imagent` + +```diff + +-1305.100.2.2.12 ++1305.100.2.2.14 + __TEXT.__text: 0x40c50 + __TEXT.__auth_stubs: 0x13d0 + __TEXT.__objc_stubs: 0x5820 + + __TEXT.__eh_frame: 0x308 + __DATA_CONST.__auth_got: 0x9f8 + __DATA_CONST.__got: 0x860 +- __DATA_CONST.__auth_ptr: 0x250 ++ __DATA_CONST.__auth_ptr: 0x258 + __DATA_CONST.__const: 0xf70 + __DATA_CONST.__cfstring: 0x7e0 + __DATA_CONST.__objc_classlist: 0xf0 +CStrings: ++ "21:02:29" ++ "Sep 19 2024" +- "21:51:19" +- "Aug 14 2024" + +``` diff --git a/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/libsystem_malloc_debug.dylib.md b/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/libsystem_malloc_debug.dylib.md new file mode 100644 index 000000000..ba1d11ba0 --- /dev/null +++ b/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/libsystem_malloc_debug.dylib.md @@ -0,0 +1,15 @@ +## libsystem_malloc_debug.dylib + +> `/System/DriverKit/usr/lib/system/libsystem_malloc_debug.dylib` + +```diff + +-646.0.13.0.0 +- __TEXT.__text: 0x95df0 ++646.2.1.0.0 ++ __TEXT.__text: 0x95db0 + __TEXT.__auth_stubs: 0x6b0 + __TEXT.__const: 0x614 + __TEXT.__cstring: 0x14a9a + +``` diff --git a/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/nfcd.md b/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/nfcd.md new file mode 100644 index 000000000..92a14c2fa --- /dev/null +++ b/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/nfcd.md @@ -0,0 +1,25 @@ +## nfcd + +> `/usr/libexec/nfcd` + +```diff + +-350.33.1.0.0 ++350.34.0.0.0 + __TEXT.__text: 0x25eb8c + __TEXT.__auth_stubs: 0x17d0 + __TEXT.__delay_helper: 0xec + + __TEXT.__objc_methlist: 0x75fc + __TEXT.__const: 0x11a0 + __TEXT.__oslogstring: 0x237df +- __TEXT.__cstring: 0x2d658 ++ __TEXT.__cstring: 0x2d656 + __TEXT.__objc_classname: 0x1b3e + __TEXT.__objc_methname: 0x164fc + __TEXT.__objc_methtype: 0x516a +CStrings: ++ "NFCD built from (B&I) Stockholm_Base-350.34" +- "NFCD built from (B&I) Stockholm_Base-350.33.1" + +``` diff --git a/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/passd.md b/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/passd.md new file mode 100644 index 000000000..15cf8093d --- /dev/null +++ b/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/passd.md @@ -0,0 +1,22 @@ +## passd + +> `/System/Library/PrivateFrameworks/PassKitCore.framework/passd` + +```diff + +-1590.2.0.0.0 ++1590.3.0.0.0 + __TEXT.__text: 0x505e9c + __TEXT.__auth_stubs: 0x5050 + __TEXT.__objc_stubs: 0x696c0 + + __TEXT.__eh_frame: 0xdec + __DATA_CONST.__auth_got: 0x2838 + __DATA_CONST.__got: 0x3250 +- __DATA_CONST.__auth_ptr: 0x2f8 ++ __DATA_CONST.__auth_ptr: 0x2f0 + __DATA_CONST.__const: 0x2add0 + __DATA_CONST.__cfstring: 0x2e580 + __DATA_CONST.__objc_classlist: 0x16b8 + +``` diff --git a/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/seld.md b/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/seld.md new file mode 100644 index 000000000..63316dc27 --- /dev/null +++ b/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/seld.md @@ -0,0 +1,19 @@ +## seld + +> `/usr/libexec/seld` + +```diff + +-350.33.1.0.0 ++350.34.0.0.0 + __TEXT.__text: 0x3b608 + __TEXT.__auth_stubs: 0x8f0 + __TEXT.__objc_stubs: 0x3380 + __TEXT.__objc_methlist: 0xac4 +- __TEXT.__const: 0x1c8 ++ __TEXT.__const: 0x1c0 + __TEXT.__gcc_except_tab: 0x16f8 + __TEXT.__objc_methname: 0x3fab + __TEXT.__cstring: 0x6c34 + +``` diff --git a/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/sharingd.md b/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/sharingd.md new file mode 100644 index 000000000..190f1628a --- /dev/null +++ b/18_0_22A3354__vs_18_0_1_22A3370/MACHOS/sharingd.md @@ -0,0 +1,91 @@ +## sharingd + +> `/usr/libexec/sharingd` + +```diff + +-1967.10.4.2.1 +- __TEXT.__text: 0x66e938 +- __TEXT.__auth_stubs: 0x90d0 +- __TEXT.__objc_stubs: 0x345c0 +- __TEXT.__objc_methlist: 0x1c4f4 ++1967.10.4.2.6 ++ __TEXT.__text: 0x66e3a0 ++ __TEXT.__auth_stubs: 0x90e0 ++ __TEXT.__objc_stubs: 0x345a0 ++ __TEXT.__objc_methlist: 0x1c4e4 + __TEXT.__const: 0xff9c +- __TEXT.__cstring: 0x453c3 +- __TEXT.__objc_methname: 0x49192 +- __TEXT.__oslogstring: 0x39289 ++ __TEXT.__cstring: 0x45363 ++ __TEXT.__objc_methname: 0x4916f ++ __TEXT.__oslogstring: 0x39219 + __TEXT.__objc_classname: 0x2dbb + __TEXT.__objc_methtype: 0xa1be +- __TEXT.__gcc_except_tab: 0x6a90 ++ __TEXT.__gcc_except_tab: 0x6a60 + __TEXT.__ustring: 0x94 + __TEXT.__dlopen_cstrs: 0x31b + __TEXT.__swift5_typeref: 0x8188 + + __TEXT.__swift5_types: 0x674 + __TEXT.__swift5_capture: 0x3b38 + __TEXT.__swift5_mpenum: 0x14 +- __TEXT.__unwind_info: 0x12d50 +- __TEXT.__eh_frame: 0x1e5d0 +- __DATA_CONST.__auth_got: 0x4878 ++ __TEXT.__unwind_info: 0x12d28 ++ __TEXT.__eh_frame: 0x1e580 ++ __DATA_CONST.__auth_got: 0x4880 + __DATA_CONST.__got: 0x31e8 + __DATA_CONST.__auth_ptr: 0x1de8 +- __DATA_CONST.__const: 0x19908 +- __DATA_CONST.__cfstring: 0x19700 ++ __DATA_CONST.__const: 0x198e0 ++ __DATA_CONST.__cfstring: 0x196a0 + __DATA_CONST.__objc_classlist: 0xe48 + __DATA_CONST.__objc_catlist: 0x38 + __DATA_CONST.__objc_protolist: 0x6d0 + + __DATA_CONST.__objc_arrayobj: 0x6f0 + __DATA_CONST.__objc_doubleobj: 0x20 + __DATA.__objc_const: 0x3e148 +- __DATA.__objc_selrefs: 0x10788 ++ __DATA.__objc_selrefs: 0x10780 + __DATA.__objc_ivar: 0x2a68 + __DATA.__objc_data: 0xac08 + __DATA.__data: 0x16518 + + - /usr/lib/swift/libswiftsimd.dylib + - /usr/lib/swift/libswiftsys_time.dylib + - /usr/lib/swift/libswiftunistd.dylib +- Functions: 24316 +- Symbols: 4192 +- CStrings: 27605 ++ Functions: 24310 ++ Symbols: 4193 ++ CStrings: 27598 + +Symbols: ++ _$sSf11descriptionSSvg ++ _$sSy10FoundationE7compare_7options5range6localeSo18NSComparisonResultVqd___So22NSStringCompareOptionsVSnySS5IndexVGSgAA6LocaleVSgtSyRd__lF +- __swift_stdlib_strtof_clocale +CStrings: ++ "AirDrop not ready: wifi=%!d(MISSING), bluetooth=%!d(MISSING), carplay=%!d(MISSING), receivingEnabled=%!d(MISSING), isVirtualMachine=%!d(MISSING) isMulticastAdvertisementsDisabled=%!d(MISSING)" ++ "WifiModeChange: wirelessAccessPoint: %!d(MISSING) computerToComputer: %!d(MISSING)" ++ "WifiPowerChange: wirelessEnabled: %!d(MISSING)" ++ "WifiState: wirelessEnabled: %!@(MISSING) - isUsing2GHz: %!@(MISSING) - isWifiPersonalHotspot: %!@(MISSING)\n" +- "AirDrop not ready: wifi=%!d(MISSING), bluetooth=%!d(MISSING), hotspot=%!d(MISSING), carplay=%!d(MISSING), receivingEnabled=%!d(MISSING), isVirtualMachine=%!d(MISSING) isMulticastAdvertisementsDisabled=%!d(MISSING)" +- "Asking user to disable Personal Hotspot" +- "ENABLE_BUTTON_TITLE" +- "Error presenting disable Personal Hotspot alert %!@(MISSING)" +- "Turning on AirDrop, disabling Personal Hotspot" +- "WILL_TURN_OFF_PERSONAL_HOTSPOT_BODY" +- "WILL_TURN_OFF_PERSONAL_HOTSPOT_TITLE" +- "WifiMode: wirelessAccessPoint: %!d(MISSING) computerToComputer: %!d(MISSING)" +- "WifiPowerOn: _wirelessEnabled: %!d(MISSING)" +- "WifiState: isUsing2GHz: %!@(MISSING) - isWifiPersonalHotspot: %!@(MISSING)\n" +- "presentDisablePersonalHotspotAlert" + +``` diff --git a/18_0_22A3354__vs_18_0_1_22A3370/README.md b/18_0_22A3354__vs_18_0_1_22A3370/README.md new file mode 100644 index 000000000..3f1cc93e4 --- /dev/null +++ b/18_0_22A3354__vs_18_0_1_22A3370/README.md @@ -0,0 +1,225 @@ +# 18.0 (22A3354) .vs 18.0.1 (22A3370) + +## IPSWs + +- `iPhone16,2_18.0_22A3354_Restore.ipsw` +- `iPhone16,2_18.0.1_22A3370_Restore.ipsw` + +## Kernel + +### Version + +| iOS | Version | Build | Date | +| :-- | :------ | :---- | :--- | +| 18.0 *(22A3354)* | 24.0.0 | 11215.2.5~62 | Thu, 08Aug2024 01:17:15 PDT | +| 18.0.1 *(22A3370)* | 24.0.0 | 11215.2.5~62 | Thu, 08Aug2024 01:17:15 PDT | + +### Kexts + +#### ⬆️ Updated (2) + +
+ View Updated + +> `com.apple.driver.AppleH16CameraInterface` + +```diff + +-3.48.0.0.0 ++3.50.0.0.0 + __TEXT.__const: 0xa058 +- __TEXT.__cstring: 0x19384 +- __TEXT.__os_log: 0x15451 +- __TEXT_EXEC.__text: 0x9b894 ++ __TEXT.__cstring: 0x194cf ++ __TEXT.__os_log: 0x1551d ++ __TEXT_EXEC.__text: 0x9bba0 + __TEXT_EXEC.__auth_stubs: 0x0 + __DATA.__data: 0x2a0 + __DATA.__common: 0x4a0 + + __DATA_CONST.__const: 0xa0e8 + __DATA_CONST.__kalloc_type: 0x1300 + __DATA_CONST.__kalloc_var: 0xd70 +- Functions: 1907 ++ Functions: 1909 + Symbols: 0 +- CStrings: 3276 ++ CStrings: 3285 + +CStrings: ++ "\"AppleH16CamIn::%s: Doorbell number exceeds maximum number of supported ISP doorbells\\n\" @%s:%d" ++ "AppleH16CamIn:%s - Forcing ISP shutdown\n" ++ "AppleH16CamIn:%s - ISP is not fully powered ON, can't proceed with a forced shutdown\n" ++ "AppleH16CamIn:%s - Timed out waiting for ISPCPU to be shutdown, gpr6 = 0x%x\n" ++ "ISP_ForceShutdown" ++ "RingDoorbell" + +``` + +> `com.apple.security.sandbox` + +```diff + + 2401.0.65.0.0 +- __TEXT.__const: 0x189169 ++ __TEXT.__const: 0x189179 + __TEXT.__cstring: 0x6efc + __TEXT.__os_log: 0x2029 + __TEXT_EXEC.__text: 0x30494 + +``` + +
+ +## MachO + +### ⬆️ Updated (32) + +
+ View Updated + +- [/Applications/AirDropUI.app/AirDropUI](MACHOS/AirDropUI.md) +- [/Applications/ColorPickerUIService.app/ColorPickerUIService](MACHOS/ColorPickerUIService.md) +- [/Applications/FontPickerUIService.app/FontPickerUIService](MACHOS/FontPickerUIService.md) +- [/Applications/MobileSafari.app/PlugIns/SafariWidgetExtension.appex/SafariWidgetExtension](MACHOS/SafariWidgetExtension.md) +- [/Applications/MobileSlideShow.app/PlugIns/PhotosReliveWidget.appex/PhotosReliveWidget](MACHOS/PhotosReliveWidget.md) +- [/Applications/Setup.app/Setup](MACHOS/Setup.md) +- [/Applications/SharingUIService.app/SharingUIService](MACHOS/SharingUIService.md) +- [/Applications/SharingViewService.app/SharingViewService](MACHOS/SharingViewService.md) +- [/Library/Audio/Plug-Ins/HAL/VirtualAudio.plugin/VirtualAudio](MACHOS/VirtualAudio.md) +- [/System/DriverKit/usr/lib/system/libsystem_malloc_debug.dylib](MACHOS/libsystem_malloc_debug.dylib.md) +- [/System/Library/AccessibilityBundles/AXAVSPluginService.axuiservice/AXAVSPluginService](MACHOS/AXAVSPluginService.md) +- [/System/Library/AccessibilityBundles/LiveSpeechUIService.axuiservice/LiveSpeechUIService](MACHOS/LiveSpeechUIService.md) +- [/System/Library/AppRemovalServices/com.apple.Translate.appremoval.xpc/com.apple.Translate.appremoval](MACHOS/com.apple.Translate.appremoval.md) +- [/System/Library/DataClassMigrators/BuddyMigrator.migrator/BuddyMigrator](MACHOS/BuddyMigrator.md) +- [/System/Library/DataClassMigrators/CookieDataMigrator.migrator/CookieDataMigrator](MACHOS/CookieDataMigrator.md) +- [/System/Library/ExtensionKit/Extensions/TranslationAPISupportExtension.appex/TranslationAPISupportExtension](MACHOS/TranslationAPISupportExtension.md) +- [/System/Library/Frameworks/CFNetwork.framework/PlugIns/DiagnosticExtension.appex/DiagnosticExtension](MACHOS/DiagnosticExtension.md) +- [/System/Library/Frameworks/UIKit.framework/PlugIns/com.apple.UIKit.ColorPicker.appex/com.apple.UIKit.ColorPicker](MACHOS/com.apple.UIKit.ColorPicker.md) +- [/System/Library/PrivateFrameworks/IDS.framework/identityservicesd.app/identityservicesd](MACHOS/identityservicesd.md) +- [/System/Library/PrivateFrameworks/IMCore.framework/imagent.app/imagent](MACHOS/imagent.md) +- [/System/Library/PrivateFrameworks/Message.framework/XPCServices/SearchIndexer.xpc/SearchIndexer](MACHOS/SearchIndexer.md) +- [/System/Library/PrivateFrameworks/PassKitCore.framework/passd](MACHOS/passd.md) +- [/System/Library/PrivateFrameworks/TranslationUIServices.framework/PlugIns/TranslationUIService.appex/TranslationUIService](MACHOS/TranslationUIService.md) +- [/private/var/staged_system_apps/MobileMail.app/MobileMail](MACHOS/MobileMail.md) +- [/private/var/staged_system_apps/MobileMail.app/PlugIns/MailWidgetExtension.appex/MailWidgetExtension](MACHOS/MailWidgetExtension.md) +- [/private/var/staged_system_apps/Passbook.app/PlugIns/PassbookLockedWidgetsExtension.appex/PassbookLockedWidgetsExtension](MACHOS/PassbookLockedWidgetsExtension.md) +- [/private/var/staged_system_apps/SequoiaTranslator.app/PlugIns/TranslationWidgetsExtension.appex/TranslationWidgetsExtension](MACHOS/TranslationWidgetsExtension.md) +- [/private/var/staged_system_apps/SequoiaTranslator.app/SequoiaTranslator](MACHOS/SequoiaTranslator.md) +- [/usr/libexec/backboardd](MACHOS/backboardd.md) +- [/usr/libexec/nfcd](MACHOS/nfcd.md) +- [/usr/libexec/seld](MACHOS/seld.md) +- [/usr/libexec/sharingd](MACHOS/sharingd.md) + +
+ +### 🔑 Entitlements + +- [Entitlements DIFF](Entitlements.md) + +## Firmware + +### ⬆️ Updated (1) + +
+ View Updated + +#### adc-aceso-d8x.im4p + +> `adc-aceso-d8x.im4p` + +```diff + + __TEXT.__text: 0x7a88d4 + __TEXT.__data_copy: 0x100000 + __TEXT.__const: 0x7fd9b0 +- __TEXT.__cstring: 0x9c02a ++ __TEXT.__cstring: 0x9c051 + __TEXT._rtk_mtab: 0x2a0 + __TEXT.__constructor: 0x0 + __TEXT.__chain_starts: 0x0 + + __DATA.__zerofill: 0x20de60 + Functions: 0 + Symbols: 0 +- CStrings: 17209 ++ CStrings: 17211 + +CStrings: ++ "19:49:55" ++ "Dirty shutdown" ++ "Dirty shutdown request\n" ++ "Sep 24 2024" +- "20:33:37" +- "Aug 12 2024" + +``` + + +
+ +## DSC + +### WebKit + +| iOS | Version | +| :-- | :------ | +| 18.0 *(22A3354)* | 619.1.26.30.5 | +| 18.0.1 *(22A3370)* | 619.1.26.30.7 | + +### Dylibs + +#### ⬆️ Updated (44) + +
+ View Updated + +- [/System/Library/Frameworks/CFNetwork.framework/CFNetwork](DYLIBS/CFNetwork.md) +- [/System/Library/Frameworks/Foundation.framework/Foundation](DYLIBS/Foundation.md) +- [/System/Library/Frameworks/Network.framework/Network](DYLIBS/Network.md) +- [/System/Library/Frameworks/QuartzCore.framework/QuartzCore](DYLIBS/QuartzCore.md) +- [/System/Library/Frameworks/WebKit.framework/WebKit](DYLIBS/WebKit.md) +- [/System/Library/Frameworks/_MapKit_SwiftUI.framework/_MapKit_SwiftUI](DYLIBS/_MapKit_SwiftUI.md) +- [/System/Library/PrivateFrameworks/AccessibilitySettingsUI.framework/AccessibilitySettingsUI](DYLIBS/AccessibilitySettingsUI.md) +- [/System/Library/PrivateFrameworks/AccessibilityUtilities.framework/AccessibilityUtilities](DYLIBS/AccessibilityUtilities.md) +- [/System/Library/PrivateFrameworks/AdaptiveVoiceShortcuts.framework/AdaptiveVoiceShortcuts](DYLIBS/AdaptiveVoiceShortcuts.md) +- [/System/Library/PrivateFrameworks/AuthenticationServicesCore.framework/AuthenticationServicesCore](DYLIBS/AuthenticationServicesCore.md) +- [/System/Library/PrivateFrameworks/ChatKit.framework/ChatKit](DYLIBS/ChatKit.md) +- [/System/Library/PrivateFrameworks/CoreUI.framework/CoreUI](DYLIBS/CoreUI.md) +- [/System/Library/PrivateFrameworks/DeviceDiscoveryUI.framework/DeviceDiscoveryUI](DYLIBS/DeviceDiscoveryUI.md) +- [/System/Library/PrivateFrameworks/IDS.framework/IDS](DYLIBS/IDS.md) +- [/System/Library/PrivateFrameworks/IMDaemonCore.framework/IMDaemonCore](DYLIBS/IMDaemonCore.md) +- [/System/Library/PrivateFrameworks/IMSharedUtilities.framework/IMSharedUtilities](DYLIBS/IMSharedUtilities.md) +- [/System/Library/PrivateFrameworks/IconFoundation.framework/IconFoundation](DYLIBS/IconFoundation.md) +- [/System/Library/PrivateFrameworks/KnowledgeGraphKit.framework/KnowledgeGraphKit](DYLIBS/KnowledgeGraphKit.md) +- [/System/Library/PrivateFrameworks/MailUI.framework/MailUI](DYLIBS/MailUI.md) +- [/System/Library/PrivateFrameworks/Message.framework/Message](DYLIBS/Message.md) +- [/System/Library/PrivateFrameworks/MessagesCloudSync.framework/MessagesCloudSync](DYLIBS/MessagesCloudSync.md) +- [/System/Library/PrivateFrameworks/MessagesSettingsUI.framework/MessagesSettingsUI](DYLIBS/MessagesSettingsUI.md) +- [/System/Library/PrivateFrameworks/MobileSafari.framework/MobileSafari](DYLIBS/MobileSafari.md) +- [/System/Library/PrivateFrameworks/PassKitCore.framework/PassKitCore](DYLIBS/PassKitCore.md) +- [/System/Library/PrivateFrameworks/PassKitUI.framework/PassKitUI](DYLIBS/PassKitUI.md) +- [/System/Library/PrivateFrameworks/PasswordManagerUI.framework/PasswordManagerUI](DYLIBS/PasswordManagerUI.md) +- [/System/Library/PrivateFrameworks/PhotoAnalysis.framework/PhotoAnalysis](DYLIBS/PhotoAnalysis.md) +- [/System/Library/PrivateFrameworks/PhotosIntelligence.framework/PhotosIntelligence](DYLIBS/PhotosIntelligence.md) +- [/System/Library/PrivateFrameworks/PhotosSwiftUICore.framework/PhotosSwiftUICore](DYLIBS/PhotosSwiftUICore.md) +- [/System/Library/PrivateFrameworks/PhotosUICore.framework/PhotosUICore](DYLIBS/PhotosUICore.md) +- [/System/Library/PrivateFrameworks/PhotosUIFoundation.framework/PhotosUIFoundation](DYLIBS/PhotosUIFoundation.md) +- [/System/Library/PrivateFrameworks/PhotosUIPrivate.framework/PhotosUIPrivate](DYLIBS/PhotosUIPrivate.md) +- [/System/Library/PrivateFrameworks/SafetyMonitorUI.framework/SafetyMonitorUI](DYLIBS/SafetyMonitorUI.md) +- [/System/Library/PrivateFrameworks/Sharing.framework/Sharing](DYLIBS/Sharing.md) +- [/System/Library/PrivateFrameworks/SiriMessagesFlow.framework/SiriMessagesFlow](DYLIBS/SiriMessagesFlow.md) +- [/System/Library/PrivateFrameworks/SpringBoardHome.framework/SpringBoardHome](DYLIBS/SpringBoardHome.md) +- [/System/Library/PrivateFrameworks/TextFormattingUI.framework/TextFormattingUI](DYLIBS/TextFormattingUI.md) +- [/System/Library/PrivateFrameworks/TranslationDaemon.framework/TranslationDaemon](DYLIBS/TranslationDaemon.md) +- [/System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore](DYLIBS/UIKitCore.md) +- [/System/Library/PrivateFrameworks/UserNotificationsCore.framework/UserNotificationsCore](DYLIBS/UserNotificationsCore.md) +- [/System/Library/PrivateFrameworks/UserNotificationsServer.framework/UserNotificationsServer](DYLIBS/UserNotificationsServer.md) +- [/System/Library/PrivateFrameworks/WebBookmarksSwift.framework/WebBookmarksSwift](DYLIBS/WebBookmarksSwift.md) +- [/usr/lib/libPN548_API.dylib](DYLIBS/libPN548_API.dylib.md) +- [/usr/lib/system/libsystem_malloc.dylib](DYLIBS/libsystem_malloc.dylib.md) + +
+ +## EOF diff --git a/README.md b/README.md index b6165fcb1..1cb2d3986 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,10 @@ - [18.0 beta 7 (22A5346a) .vs 18.0 beta 8 (22A5350a)](18_0_22A5346a__vs_18_0_22A5350a/README.md) - [18.0 beta 8 (22A5350a) .vs 18.0 RC (22A3354)](18_0_22A5350a__vs_18_0_22A3354/README.md) +### iOS 18.0 + +- [18.0 (22A3354) .vs 18.0.1 (22A3370)](18_0_22A3354__vs_18_0_1_22A3370/README.md) + ### iOS 18.1 beta - [18.0 beta4 (rev) (22A5316k) .vs 18.1 beta 1(22B5007p)](18_0_22A5316k__vs_18_1_22B5007p/TOC.md)