Git Product home page Git Product logo

electra's People

Contributors

c0ldra1n avatar ca13ra1 avatar coolstar avatar cppbunny avatar jasonborchardt avatar mwoolweaver avatar nullpixel avatar stek29 avatar summertriangle-dev avatar thmhgn avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

electra's Issues

su-like binary

  • Add su command to jailbreakd
  • Would be useful to start binaries with TF_PLATFORM set, for example debugserver/frida-server

todo

  • Remap kernel_task instead of making a copy, or make a proper copy instead -- so at least mach_ports_lookup doesn't cause panic.

  • Rewrite jailbreakd as "xpc / whatever based on mach ports" service instead of udp server (would probably cause issues for calling from sandbox but it shouldn't be called by anybody other than jailbreakd_client/launchd/xpcproxy anyway)

  • Add Methods to handle creating and adding to OSArray's in jailbreakd

  • Add security exception entitlements from jailbreakd to mitigate sandbox at least on /Library, /var/mobile/Library/Preferences and /var/mobile/Library/Caches

  • Build tarball from source w/ some custom Xcode target or something

  • Add launchctl, add it to trust cache / patch it to call out to jailbreakd so it gets TF_PLATFORM, use launchdaemons for dropbear & maybe for jailbreakd

  • Add optional Substrate to Substitute shim -- something like https://gist.github.com/stek29/ccbe7a122c2f8f13fe1b713a8776708b should do

  • Consider kcall/kexecute to proc_find + ZM_FIX_ADDR instead of walking in-kernel proc list from userspace

  • Remove usage of pidlistuptrs bug to find the task port address from jailbreakd

  • Re-inject amfid if it gets killed for some reason

Debugserver not work

If try to attach:

iPhone:/bootstrap/usr root# ./debugserver *:1234 -a AppStore
debugserver-@(#)PROGRAM:debugserver  PROJECT:debugserver-360.0.26.14
 for arm64.
Attaching to process AppStore...
error: failed to attach to process named: "" (os/kern) invalid argument
Exiting.

If tried to launch:

iPhone:/bootstrap/usr root# ./debugserver *:1234 /Applications/AppStore.app/AppStore 
debugserver-@(#)PROGRAM:debugserver  PROJECT:debugserver-360.0.26.14
 for arm64.
error: failed to launch process ./debugserver: (os/kern) invalid argument
Exiting.

Some kernel log maybe helpful:

Jan 20 13:43:45 Xuans-iPhone debugserver[298] <Notice>: In completion handler, got pid for bundle id, pid: 299.
Jan 20 13:43:45 Xuans-iPhone debugserver[298] <Notice>: 1 +0.000000 sec [012a/0303]: error: ::task_set_exception_ports ( task = 0x2807, exception_mask = 0x000013fe, new_port = 0x200b, behavior = 0x80000001, new_flavor = 0x00000005 ) err = (os/kern) invalid argument (0x00000004)
Jan 20 13:43:45 Xuans-iPhone debugserver[298] <Notice>: Could not get inferior's Mach exception port, sending ptrace PT_KILL and exiting.
Jan 20 13:43:45 Xuans-iPhone debugserver[298] <Notice>: 2 +0.000221 sec [012a/0303]: RNBRunLoopLaunchInferior DNBProcessLaunch() returned error: '(os/kern) invalid argument'
Jan 20 13:43:45 Xuans-iPhone SpringBoard(FrontBoard)[230] <Notice>: [FBProcessManager] Removing: <FBProcess: 0x1c03093f0; debugserver; pid: -1>

I signed a copy of debugserver with below entitlements with jtool:

<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
    <dict>
        <key>platform-application</key>
        <true/>
        <key>com.apple.backboardd.debugapplications</key>
        <true/>
        <key>com.apple.backboardd.launchapplications</key>
        <true/>
        <key>com.apple.diagnosticd.diagnostic</key>
        <true/>
        <key>com.apple.frontboard.debugapplications</key>
        <true/>
        <key>com.apple.frontboard.launchapplications</key>
        <true/>
        <key>com.apple.springboard.debugapplications</key>
        <true/>
        <key>com.apple.springboard.launchapplications</key>
        <true/>
        <key>com.apple.security.network.client</key>
        <true/>
        <key>com.apple.security.network.server</key>
        <true/>
        <key>com.apple.assertiond.app-state-monitor</key>
        <true/>
        <key>com.apple.private.network.socket-delegate</key>
        <true/>
        <key>com.apple.mobileactivationd.network-security-disabled</key>
        <true/>
        <key>com.apple.networkd_privileged</key>
        <true/>
        <key>run-unsigned-code</key>
        <true/>
        <key>get-task-allow</key>
        <true/>
        <key>task_for_pid-allow</key>
        <true/>
        <key>com.apple.system-task-ports</key>
        <true/>
    </dict>
</plist>

Guide/Wiki for code injection?

Guide/Wiki for code injection?

I'm familiar with old substrate way to develop tweaks and install them with THEOS.

Can I ask a guide/wiki how to use the new code injection? Like for libsubstrate

Apps crashing

I have an iPhone X on iOS 11.1.1, jailbreak works fine with ssh except after a few hours all my apps start crashing and I have to restart my phone and Re-Jailbreak. No pressure, just reporting an issue.

Unable to kill Dropbear / Dropbear settings are overwritten

With the new addition of the launchctl and dropbear being ran under launchd, the daemon is restarting the dropbear process when its being killed.

Changes to the dropbear.plist to not have to kept ssh alive and to only run on 127.0.0.1 are lost as the file is overwritten each time electra is ran.

Can electra run file_exist on the plist before overwriting the file.

cp("/bootstrap/Library/LaunchDaemons/dropbear.plist", progname("dropbear.plist"));

Thanks for all your work :)

Added a pull request with some changes, runs okay on my device and the dropbear changes remain after a reboot and rejailbreak

#33

Need Some Help w/ iPhone 6S+

Hello,

I have messed up my /applications folder....
I don't want to restore w/ itunes because 11.1.x isn't signed anymore (I do have blobs).

Is there anyone with an iPhone 6S+ that is willing to share there /applications folder? (You may make a copy using ssh and than remove all your personal apps. I will do a reset in the settings app to make sure non of your files will be saved).

Thanks for all the help!
Ohh and if you can help me I can give you something digital back: I could build a website for you and host it or I've got 1$ in my paypal left if you really want it!

Thanks everyone for any help, I don't want to mess up my iDevice right before a full jailbreak!

  • Jolle

SpringBoard crash after CarPlay was used.

Basically, since beta 1, SpringBoard will crash shortly once an icon or application is in use (springboard doesn't crash right away...) Here is the latest crash I have gotten...

`{"app_name":"SpringBoard","timestamp":"2018-01-15 11:42:09.49 -0800","app_version":"1.0","slice_uuid":"4b8315ac-1e25-39ec-a197-28a0027131d6","adam_id":0,"build_version":"50","bundleID":"com.apple.springboard","share_with_app_devs":true,"is_first_party":true,"bug_type":"109","os_version":"iPhone OS 11.1.2 (15B202)","incident_id":"4230BE78-200E-44AC-8ECF-177B0B8D3F68","name":"SpringBoard"}
Incident Identifier: 4230BE78-200E-44AC-8ECF-177B0B8D3F68
CrashReporter Key: 84ac5739353a94482d2c869230c2baa8460a413c
Hardware Model: iPhone10,4
Process: SpringBoard [272]
Path: /System/Library/CoreServices/SpringBoard.app/SpringBoard
Identifier: com.apple.springboard
Version: 50 (1.0)
Code Type: ARM-64 (Native)
Role: Foreground
Parent Process: launchd [1]
Coalition: com.apple.springboard [77]

Date/Time: 2018-01-15 11:42:08.8152 -0800
Launch Time: 2018-01-15 10:32:01.2405 -0800
OS Version: iPhone OS 11.1.2 (15B202)
Baseband Version: 1.02.03
Report Version: 104

Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Subtype: KERN_INVALID_ADDRESS at 0x0000000000000020
VM Region Info: 0x20 is not in any region. Bytes before following region: 4377198560
REGION TYPE START - END [ VSIZE] PRT/MAX SHRMOD REGION DETAIL
UNUSED SPACE AT START
--->
__TEXT 0000000104e6c000-0000000105640000 [ 8016K] r-x/r-x SM=COW .../SpringBoard]

Triggered by Thread: 0

Filtered syslog:
None found

Thread 0 name: Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0 libobjc.A.dylib 0x00000001843e01a0 0x1843bc000 + 147872
1 UIKit 0x000000018e5be97c 0x18e59d000 + 137596
2 AnemoneHTML.dylib 0x0000000107281224 0x10727c000 + 21028
3 UIKit 0x000000018e5aa2f8 0x18e59d000 + 54008
4 QuartzCore 0x0000000189163ec8 0x189046000 + 1171144
5 QuartzCore 0x0000000189167fa8 0x189046000 + 1187752
6 QuartzCore 0x00000001890d6a98 0x189046000 + 592536
7 QuartzCore 0x00000001890fceb4 0x189046000 + 749236
8 QuartzCore 0x00000001890fdcf4 0x189046000 + 752884
9 CoreFoundation 0x000000018511d848 0x185034000 + 956488
10 CoreFoundation 0x000000018511b200 0x185034000 + 946688
11 CoreFoundation 0x000000018511b7bc 0x185034000 + 948156
12 CoreFoundation 0x000000018503bfb8 0x185034000 + 32696
13 GraphicsServices 0x0000000186ed3f84 0x186ec9000 + 44932
14 UIKit 0x000000018e6102e8 0x18e59d000 + 471784
15 FrontBoard 0x000000019aa2c570 0x19aa03000 + 169328
16 libdyld.dylib 0x0000000184b5e56c 0x184b5d000 + 5484

Thread 1 name: com.apple.uikit.eventfetch-thread
Thread 1:
0 libsystem_kernel.dylib 0x0000000184c6cbc4 0x184c6c000 + 3012
1 libsystem_kernel.dylib 0x0000000184c6ca3c 0x184c6c000 + 2620
2 CoreFoundation 0x000000018511dc74 0x185034000 + 957556
3 CoreFoundation 0x000000018511b840 0x185034000 + 948288
4 CoreFoundation 0x000000018503bfb8 0x185034000 + 32696
5 Foundation 0x0000000185a656e4 0x185a59000 + 50916
6 Foundation 0x0000000185a84afc 0x185a59000 + 178940
7 UIKit 0x000000018f16f2f4 0x18e59d000 + 12395252
8 Foundation 0x0000000185b66860 0x185a59000 + 1103968
9 libsystem_pthread.dylib 0x0000000184da031c 0x184d9e000 + 8988
10 libsystem_pthread.dylib 0x0000000184da01e8 0x184d9e000 + 8680
11 libsystem_pthread.dylib 0x0000000184d9ec28 0x184d9e000 + 3112

Thread 2:
0 libsystem_kernel.dylib 0x0000000184c6cbc4 0x184c6c000 + 3012
1 libsystem_kernel.dylib 0x0000000184c6ca3c 0x184c6c000 + 2620
2 CoreFoundation 0x000000018511dc74 0x185034000 + 957556
3 CoreFoundation 0x000000018511b840 0x185034000 + 948288
4 CoreFoundation 0x000000018503bfb8 0x185034000 + 32696
5 Foundation 0x0000000185a656e4 0x185a59000 + 50916
6 Foundation 0x0000000185ab762c 0x185a59000 + 386604
7 UIKit 0x000000018ed7955c 0x18e59d000 + 8242524
8 Foundation 0x0000000185b66860 0x185a59000 + 1103968
9 libsystem_pthread.dylib 0x0000000184da031c 0x184d9e000 + 8988
10 libsystem_pthread.dylib 0x0000000184da01e8 0x184d9e000 + 8680
11 libsystem_pthread.dylib 0x0000000184d9ec28 0x184d9e000 + 3112

Thread 3:
0 libsystem_kernel.dylib 0x0000000184c6cbc4 0x184c6c000 + 3012
1 libsystem_kernel.dylib 0x0000000184c6ca3c 0x184c6c000 + 2620
2 CoreFoundation 0x000000018511dc74 0x185034000 + 957556
3 CoreFoundation 0x000000018511b840 0x185034000 + 948288
4 CoreFoundation 0x000000018503bfb8 0x185034000 + 32696
5 Foundation 0x0000000185a656e4 0x185a59000 + 50916
6 CoreBrightness 0x0000000188a88e94 0x188a87000 + 7828
7 Foundation 0x0000000185b66860 0x185a59000 + 1103968
8 libsystem_pthread.dylib 0x0000000184da031c 0x184d9e000 + 8988
9 libsystem_pthread.dylib 0x0000000184da01e8 0x184d9e000 + 8680
10 libsystem_pthread.dylib 0x0000000184d9ec28 0x184d9e000 + 3112

Thread 4 name: NetworkLoad
Thread 4:
0 libsystem_kernel.dylib 0x0000000184c6cbc4 0x184c6c000 + 3012
1 libsystem_kernel.dylib 0x0000000184c6ca3c 0x184c6c000 + 2620
2 CoreFoundation 0x000000018511dc74 0x185034000 + 957556
3 CoreFoundation 0x000000018511b840 0x185034000 + 948288
4 CoreFoundation 0x000000018503bfb8 0x185034000 + 32696
5 GeoServices 0x000000018b1e4d8c 0x18ac2e000 + 5991820
6 libsystem_pthread.dylib 0x0000000184da031c 0x184d9e000 + 8988
7 libsystem_pthread.dylib 0x0000000184da01e8 0x184d9e000 + 8680
8 libsystem_pthread.dylib 0x0000000184d9ec28 0x184d9e000 + 3112

Thread 5 name: com.apple.CoreMotion.MotionThread
Thread 5:
0 libsystem_kernel.dylib 0x0000000184c6cbc4 0x184c6c000 + 3012
1 libsystem_kernel.dylib 0x0000000184c6ca3c 0x184c6c000 + 2620
2 CoreFoundation 0x000000018511dc74 0x185034000 + 957556
3 CoreFoundation 0x000000018511b840 0x185034000 + 948288
4 CoreFoundation 0x000000018503bfb8 0x185034000 + 32696
5 CoreFoundation 0x000000018508b098 0x185034000 + 356504
6 CoreMotion 0x000000018a436298 0x18a3b7000 + 520856
7 libsystem_pthread.dylib 0x0000000184da031c 0x184d9e000 + 8988
8 libsystem_pthread.dylib 0x0000000184da01e8 0x184d9e000 + 8680
9 libsystem_pthread.dylib 0x0000000184d9ec28 0x184d9e000 + 3112

Thread 6:
0 libsystem_kernel.dylib 0x0000000184c6cbc4 0x184c6c000 + 3012
1 libsystem_kernel.dylib 0x0000000184c6ca3c 0x184c6c000 + 2620
2 CoreFoundation 0x000000018511dc74 0x185034000 + 957556
3 CoreFoundation 0x000000018511b840 0x185034000 + 948288
4 CoreFoundation 0x000000018503bfb8 0x185034000 + 32696
5 SpringBoard 0x0000000104f30548 0x104e6c000 + 804168
6 libsystem_pthread.dylib 0x0000000184da031c 0x184d9e000 + 8988
7 libsystem_pthread.dylib 0x0000000184da01e8 0x184d9e000 + 8680
8 libsystem_pthread.dylib 0x0000000184d9ec28 0x184d9e000 + 3112

Thread 7 name: com.apple.springboard.icongeneration
Thread 7:
0 libsystem_kernel.dylib 0x0000000184c6cbc4 0x184c6c000 + 3012
1 libsystem_kernel.dylib 0x0000000184c6ca3c 0x184c6c000 + 2620
2 CoreFoundation 0x000000018511dc74 0x185034000 + 957556
3 CoreFoundation 0x000000018511b840 0x185034000 + 948288
4 CoreFoundation 0x000000018503bfb8 0x185034000 + 32696
5 SpringBoard 0x0000000104f30648 0x104e6c000 + 804424
6 libsystem_pthread.dylib 0x0000000184da031c 0x184d9e000 + 8988
7 libsystem_pthread.dylib 0x0000000184da01e8 0x184d9e000 + 8680
8 libsystem_pthread.dylib 0x0000000184d9ec28 0x184d9e000 + 3112

Thread 8 name: AVAudioSession Notify Thread
Thread 8:
0 libsystem_kernel.dylib 0x0000000184c6cbc4 0x184c6c000 + 3012
1 libsystem_kernel.dylib 0x0000000184c6ca3c 0x184c6c000 + 2620
2 CoreFoundation 0x000000018511dc74 0x185034000 + 957556
3 CoreFoundation 0x000000018511b840 0x185034000 + 948288
4 CoreFoundation 0x000000018503bfb8 0x185034000 + 32696
5 AVFAudio 0x000000018a924774 0x18a8a0000 + 542580
6 AVFAudio 0x000000018a94f018 0x18a8a0000 + 716824
7 libsystem_pthread.dylib 0x0000000184da031c 0x184d9e000 + 8988
8 libsystem_pthread.dylib 0x0000000184da01e8 0x184d9e000 + 8680
9 libsystem_pthread.dylib 0x0000000184d9ec28 0x184d9e000 + 3112

Thread 9 name: SBWiFiManager callback thread
Thread 9:
0 libsystem_kernel.dylib 0x0000000184c6cbc4 0x184c6c000 + 3012
1 libsystem_kernel.dylib 0x0000000184c6ca3c 0x184c6c000 + 2620
2 CoreFoundation 0x000000018511dc74 0x185034000 + 957556
3 CoreFoundation 0x000000018511b840 0x185034000 + 948288
4 CoreFoundation 0x000000018503bfb8 0x185034000 + 32696
5 Foundation 0x0000000185a656e4 0x185a59000 + 50916
6 Foundation 0x0000000185ab762c 0x185a59000 + 386604
7 SpringBoard 0x0000000104fb4b08 0x104e6c000 + 1346312
8 Foundation 0x0000000185b66860 0x185a59000 + 1103968
9 libsystem_pthread.dylib 0x0000000184da031c 0x184d9e000 + 8988
10 libsystem_pthread.dylib 0x0000000184da01e8 0x184d9e000 + 8680
11 libsystem_pthread.dylib 0x0000000184d9ec28 0x184d9e000 + 3112

Thread 10:
0 libsystem_kernel.dylib 0x0000000184c6cbc4 0x184c6c000 + 3012
1 libsystem_kernel.dylib 0x0000000184c6ca3c 0x184c6c000 + 2620
2 CoreFoundation 0x000000018511dc74 0x185034000 + 957556
3 CoreFoundation 0x000000018511b840 0x185034000 + 948288
4 CoreFoundation 0x000000018503bfb8 0x185034000 + 32696
5 Foundation 0x0000000185a656e4 0x185a59000 + 50916
6 HomeKit 0x000000019c4822c4 0x19c462000 + 131780
7 Foundation 0x0000000185b66860 0x185a59000 + 1103968
8 libsystem_pthread.dylib 0x0000000184da031c 0x184d9e000 + 8988
9 libsystem_pthread.dylib 0x0000000184da01e8 0x184d9e000 + 8680
10 libsystem_pthread.dylib 0x0000000184d9ec28 0x184d9e000 + 3112

Thread 11 name: WiFiManager Callback Thread
Thread 11:
0 libsystem_kernel.dylib 0x0000000184c6cbc4 0x184c6c000 + 3012
1 libsystem_kernel.dylib 0x0000000184c6ca3c 0x184c6c000 + 2620
2 CoreFoundation 0x000000018511dc74 0x185034000 + 957556
3 CoreFoundation 0x000000018511b840 0x185034000 + 948288
4 CoreFoundation 0x000000018503bfb8 0x185034000 + 32696
5 Foundation 0x0000000185a656e4 0x185a59000 + 50916
6 Foundation 0x0000000185ab762c 0x185a59000 + 386604
7 WiFiKit 0x00000001a39d71bc 0x1a39a6000 + 201148
8 Foundation 0x0000000185b66860 0x185a59000 + 1103968
9 libsystem_pthread.dylib 0x0000000184da031c 0x184d9e000 + 8988
10 libsystem_pthread.dylib 0x0000000184da01e8 0x184d9e000 + 8680
11 libsystem_pthread.dylib 0x0000000184d9ec28 0x184d9e000 + 3112

Thread 12:
0 libsystem_kernel.dylib 0x0000000184c6cbc4 0x184c6c000 + 3012
1 libsystem_kernel.dylib 0x0000000184c6ca3c 0x184c6c000 + 2620
2 CoreFoundation 0x000000018511dc74 0x185034000 + 957556
3 CoreFoundation 0x000000018511b840 0x185034000 + 948288
4 CoreFoundation 0x000000018503bfb8 0x185034000 + 32696
5 Foundation 0x0000000185a656e4 0x185a59000 + 50916
6 CoreBrightness 0x0000000188a88e94 0x188a87000 + 7828
7 Foundation 0x0000000185b66860 0x185a59000 + 1103968
8 libsystem_pthread.dylib 0x0000000184da031c 0x184d9e000 + 8988
9 libsystem_pthread.dylib 0x0000000184da01e8 0x184d9e000 + 8680
10 libsystem_pthread.dylib 0x0000000184d9ec28 0x184d9e000 + 3112

Thread 13 name: CommonUtilities-WiFi-Thread
Thread 13:
0 libsystem_kernel.dylib 0x0000000184c6cbc4 0x184c6c000 + 3012
1 libsystem_kernel.dylib 0x0000000184c6ca3c 0x184c6c000 + 2620
2 CoreFoundation 0x000000018511dc74 0x185034000 + 957556
3 CoreFoundation 0x000000018511b840 0x185034000 + 948288
4 CoreFoundation 0x000000018503bfb8 0x185034000 + 32696
5 CoreFoundation 0x000000018508b098 0x185034000 + 356504
6 CommonUtilities 0x00000001878c939c 0x1878bd000 + 50076
7 Foundation 0x0000000185b66860 0x185a59000 + 1103968
8 libsystem_pthread.dylib 0x0000000184da031c 0x184d9e000 + 8988
9 libsystem_pthread.dylib 0x0000000184da01e8 0x184d9e000 + 8680
10 libsystem_pthread.dylib 0x0000000184d9ec28 0x184d9e000 + 3112

Thread 14:
0 libsystem_kernel.dylib 0x0000000184c8d150 0x184c6c000 + 135504
1 libsystem_pthread.dylib 0x0000000184da6fc0 0x184d9e000 + 36800
2 libc++.1.dylib 0x0000000184347ea4 0x184340000 + 32420
3 JavaScriptCore 0x000000018c3e9b94 0x18baa4000 + 9722772
4 JavaScriptCore 0x000000018c3e9abc 0x18baa4000 + 9722556
5 JavaScriptCore 0x000000018c3e9e20 0x18baa4000 + 9723424
6 libsystem_pthread.dylib 0x0000000184da031c 0x184d9e000 + 8988
7 libsystem_pthread.dylib 0x0000000184da01e8 0x184d9e000 + 8680
8 libsystem_pthread.dylib 0x0000000184d9ec28 0x184d9e000 + 3112

Thread 15 name: WebThread
Thread 15:
0 libsystem_kernel.dylib 0x0000000184c6cbc4 0x184c6c000 + 3012
1 libsystem_kernel.dylib 0x0000000184c6ca3c 0x184c6c000 + 2620
2 CoreFoundation 0x000000018511dc74 0x185034000 + 957556
3 CoreFoundation 0x000000018511b840 0x185034000 + 948288
4 CoreFoundation 0x000000018503bfb8 0x185034000 + 32696
5 WebCore 0x000000018ceafe04 0x18ce6e000 + 269828
6 libsystem_pthread.dylib 0x0000000184da031c 0x184d9e000 + 8988
7 libsystem_pthread.dylib 0x0000000184da01e8 0x184d9e000 + 8680
8 libsystem_pthread.dylib 0x0000000184d9ec28 0x184d9e000 + 3112

Thread 16 name: com.apple.UIKit.inProcessAnimationManager
Thread 16:
0 libsystem_kernel.dylib 0x0000000184c6cc00 0x184c6c000 + 3072
1 libdispatch.dylib 0x0000000184b2a024 0x184af8000 + 204836
2 libdispatch.dylib 0x0000000184b2a9c0 0x184af8000 + 207296
3 UIKit 0x000000018f1a7c60 0x18e59d000 + 12627040
4 Foundation 0x0000000185b66860 0x185a59000 + 1103968
5 libsystem_pthread.dylib 0x0000000184da031c 0x184d9e000 + 8988
6 libsystem_pthread.dylib 0x0000000184da01e8 0x184d9e000 + 8680
7 libsystem_pthread.dylib 0x0000000184d9ec28 0x184d9e000 + 3112

Thread 17 name: com.apple.NSURLConnectionLoader
Thread 17:
0 libsystem_kernel.dylib 0x0000000184c6cbc4 0x184c6c000 + 3012
1 libsystem_kernel.dylib 0x0000000184c6ca3c 0x184c6c000 + 2620
2 CoreFoundation 0x000000018511dc74 0x185034000 + 957556
3 CoreFoundation 0x000000018511b840 0x185034000 + 948288
4 CoreFoundation 0x000000018503bfb8 0x185034000 + 32696
5 CFNetwork 0x00000001857a6264 0x1856f7000 + 717412
6 Foundation 0x0000000185b66860 0x185a59000 + 1103968
7 libsystem_pthread.dylib 0x0000000184da031c 0x184d9e000 + 8988
8 libsystem_pthread.dylib 0x0000000184da01e8 0x184d9e000 + 8680
9 libsystem_pthread.dylib 0x0000000184d9ec28 0x184d9e000 + 3112

Thread 18:
0 libsystem_kernel.dylib 0x0000000184c8ddbc 0x184c6c000 + 138684
1 libsystem_pthread.dylib 0x0000000184d9efa0 0x184d9e000 + 4000
2 libsystem_pthread.dylib 0x0000000184d9ec20 0x184d9e000 + 3104

Thread 19:
0 libsystem_kernel.dylib 0x0000000184c8ddbc 0x184c6c000 + 138684
1 libsystem_pthread.dylib 0x0000000184d9efa0 0x184d9e000 + 4000
2 libsystem_pthread.dylib 0x0000000184d9ec20 0x184d9e000 + 3104

Thread 20:
0 libsystem_kernel.dylib 0x0000000184c6cc18 0x184c6c000 + 3096
1 libdispatch.dylib 0x0000000184b2a120 0x184af8000 + 205088
2 libdispatch.dylib 0x0000000184b2a98c 0x184af8000 + 207244
3 libdispatch.dylib 0x0000000184b3b884 0x184af8000 + 276612
4 libsystem_pthread.dylib 0x0000000184da031c 0x184d9e000 + 8988
5 libsystem_pthread.dylib 0x0000000184da01e8 0x184d9e000 + 8680
6 libsystem_pthread.dylib 0x0000000184d9ec28 0x184d9e000 + 3112

Thread 21:
0 libsystem_kernel.dylib 0x0000000184c8ddbc 0x184c6c000 + 138684
1 libsystem_pthread.dylib 0x0000000184d9efa0 0x184d9e000 + 4000
2 libsystem_pthread.dylib 0x0000000184d9ec20 0x184d9e000 + 3104

Thread 22:
0 libsystem_kernel.dylib 0x0000000184c8ddbc 0x184c6c000 + 138684
1 libsystem_pthread.dylib 0x0000000184d9efa0 0x184d9e000 + 4000
2 libsystem_pthread.dylib 0x0000000184d9ec20 0x184d9e000 + 3104

Thread 23:
0 libsystem_kernel.dylib 0x0000000184c8ddbc 0x184c6c000 + 138684
1 libsystem_pthread.dylib 0x0000000184d9efa0 0x184d9e000 + 4000
2 libsystem_pthread.dylib 0x0000000184d9ec20 0x184d9e000 + 3104

Thread 24:
0 libsystem_pthread.dylib 0x0000000184d9ec1c 0x184d9e000 + 3100

Thread 25:
0 libsystem_kernel.dylib 0x0000000184c8ddbc 0x184c6c000 + 138684
1 libsystem_pthread.dylib 0x0000000184d9efa0 0x184d9e000 + 4000
2 libsystem_pthread.dylib 0x0000000184d9ec20 0x184d9e000 + 3104

Thread 26:
0 libsystem_pthread.dylib 0x0000000184d9ec1c 0x184d9e000 + 3100

Thread 27:
0 libsystem_kernel.dylib 0x0000000184c6cc18 0x184c6c000 + 3096
1 libdispatch.dylib 0x0000000184b2a120 0x184af8000 + 205088
2 libdispatch.dylib 0x0000000184b2a98c 0x184af8000 + 207244
3 libdispatch.dylib 0x0000000184b3b884 0x184af8000 + 276612
4 libsystem_pthread.dylib 0x0000000184da031c 0x184d9e000 + 8988
5 libsystem_pthread.dylib 0x0000000184da01e8 0x184d9e000 + 8680
6 libsystem_pthread.dylib 0x0000000184d9ec28 0x184d9e000 + 3112

Thread 28:
0 libsystem_kernel.dylib 0x0000000184c6cc18 0x184c6c000 + 3096
1 libdispatch.dylib 0x0000000184b2a120 0x184af8000 + 205088
2 libdispatch.dylib 0x0000000184b2a98c 0x184af8000 + 207244
3 libdispatch.dylib 0x0000000184b3b884 0x184af8000 + 276612
4 libsystem_pthread.dylib 0x0000000184da031c 0x184d9e000 + 8988
5 libsystem_pthread.dylib 0x0000000184da01e8 0x184d9e000 + 8680
6 libsystem_pthread.dylib 0x0000000184d9ec28 0x184d9e000 + 3112

Thread 29:
0 libsystem_kernel.dylib 0x0000000184c6cc18 0x184c6c000 + 3096
1 libdispatch.dylib 0x0000000184b2a120 0x184af8000 + 205088
2 libdispatch.dylib 0x0000000184b2a98c 0x184af8000 + 207244
3 libdispatch.dylib 0x0000000184b3b884 0x184af8000 + 276612
4 libsystem_pthread.dylib 0x0000000184da031c 0x184d9e000 + 8988
5 libsystem_pthread.dylib 0x0000000184da01e8 0x184d9e000 + 8680
6 libsystem_pthread.dylib 0x0000000184d9ec28 0x184d9e000 + 3112

Thread 30:
0 libsystem_kernel.dylib 0x0000000184c8ddbc 0x184c6c000 + 138684
1 libsystem_pthread.dylib 0x0000000184d9efa0 0x184d9e000 + 4000
2 libsystem_pthread.dylib 0x0000000184d9ec20 0x184d9e000 + 3104

Thread 31:
0 libsystem_pthread.dylib 0x0000000184d9ec1c 0x184d9e000 + 3100

Thread 32:
0 libsystem_pthread.dylib 0x0000000184d9ec1c 0x184d9e000 + 3100

Thread 33:
0 libsystem_kernel.dylib 0x0000000184c6cc18 0x184c6c000 + 3096
1 libdispatch.dylib 0x0000000184b2a120 0x184af8000 + 205088
2 libdispatch.dylib 0x0000000184b2a98c 0x184af8000 + 207244
3 libdispatch.dylib 0x0000000184b3b884 0x184af8000 + 276612
4 libsystem_pthread.dylib 0x0000000184da031c 0x184d9e000 + 8988
5 libsystem_pthread.dylib 0x0000000184da01e8 0x184d9e000 + 8680
6 libsystem_pthread.dylib 0x0000000184d9ec28 0x184d9e000 + 3112

Thread 34:
0 libsystem_kernel.dylib 0x0000000184c6cc18 0x184c6c000 + 3096
1 libdispatch.dylib 0x0000000184b2a120 0x184af8000 + 205088
2 libdispatch.dylib 0x0000000184b2a98c 0x184af8000 + 207244
3 libdispatch.dylib 0x0000000184b3b884 0x184af8000 + 276612
4 libsystem_pthread.dylib 0x0000000184da031c 0x184d9e000 + 8988
5 libsystem_pthread.dylib 0x0000000184da01e8 0x184d9e000 + 8680
6 libsystem_pthread.dylib 0x0000000184d9ec28 0x184d9e000 + 3112

Thread 0 crashed with ARM Thread State (64-bit):
x0: 0x0000000105e8e940 x1: 0x000000018f333af2 x2: 0x0000000105e8e940 x3: 0x0000000000000001
x4: 0x0000000000000001 x5: 0x0000000000000001 x6: 0x00000001d4205690 x7: 0x00000000000eeede
x8: 0x0000000000000000 x9: 0x000000018f333af2 x10: 0x000000010a0c3200 x11: 0x000000a8000001ff
x12: 0x000000010a0c4120 x13: 0x000005a10589c787 x14: 0x000000001ad4ab01 x15: 0x000000001ad4abc0
x16: 0x000000010589c780 x17: 0x000000018e5be95c x18: 0x0000000000000000 x19: 0x0000000105d8de00
x20: 0x0000000105d8de00 x21: 0x00000000000000b8 x22: 0x00000000000000b0 x23: 0x0000000000000000
x24: 0x0000000000000000 x25: 0x0000000106855e00 x26: 0x0000000000000098 x27: 0x00000001d46e0f80
x28: 0x0000000000000000 fp: 0x000000016af90760 lr: 0x000000018e5be97c
sp: 0x000000016af90730 pc: 0x00000001843e01a0 cpsr: 0x60000000

Binary Images:
0x104e6c000 - 0x10563ffff SpringBoard arm64 <4b8315ac1e2539eca19728a0027131d6> /System/Library/CoreServices/SpringBoard.app/SpringBoard
0x105958000 - 0x10595ffff SBInject.dylib arm64 <8693a9f8d3a1369a80b67098032e0447> /usr/lib/SBInject.dylib
0x105b84000 - 0x105b93fff Anemone.dylib arm64 /bootstrap/Library/SBInject/Anemone.dylib
0x105c1c000 - 0x105c5bfff dyld arm64 <92368d6f78863cc88239f2e3ec79bba8> /usr/lib/dyld
0x107200000 - 0x107207fff AnemoneCore.dylib arm64 <881ada5c498436b5a3900e8e337ba323> /bootstrap/Library/SBInject/AnemoneCore.dylib
0x107210000 - 0x107223fff libsubstitute.0.dylib arm64 <42fd5eb6ec6c302b965fb417148d5bf5> /usr/lib/libsubstitute.0.dylib
0x107230000 - 0x107237fff AnemoneAltIconSelector.dylib arm64 /bootstrap/Library/SBInject/AnemoneAltIconSelector.dylib
0x107240000 - 0x10724ffff AnemoneColors.dylib arm64 <9d66c676cfc53e30b46dc7106cac28b0> /bootstrap/Library/SBInject/AnemoneColors.dylib
0x107258000 - 0x107263fff AnemoneDock.dylib arm64 <30353f19fde1325ab16d3100e4c86ce3> /bootstrap/Library/SBInject/AnemoneDock.dylib
0x10726c000 - 0x107273fff AnemoneFonts.dylib arm64 <2cbf4837658d3c01851d392d6b9e964d> /bootstrap/Library/SBInject/AnemoneFonts.dylib
0x10727c000 - 0x107283fff AnemoneHTML.dylib arm64 <24e29fa8f2a83fb6bdb1c5567d61a320> /bootstrap/Library/SBInject/AnemoneHTML.dylib
0x10728c000 - 0x107297fff AnemoneIcons.dylib arm64 <9aa298b4a23835b68464ec11b2aad683> /bootstrap/Library/SBInject/AnemoneIcons.dylib
0x1072a0000 - 0x1072a7fff AnemoneUIKit.dylib arm64 /bootstrap/Library/SBInject/AnemoneUIKit.dylib
0x1072b0000 - 0x1072b7fff AporeoformallyWolfram.dylib arm64 <8b0ea72670c43288a0302083fbfed54b> /bootstrap/Library/SBInject/AporeoformallyWolfram.dylib
0x1072c0000 - 0x1072c7fff CydiaSubstrate arm64 <766a34171a3c362cae719390c6a8d715> /Library/Frameworks/CydiaSubstrate.framework/CydiaSubstrate
0x1072d0000 - 0x1072d7fff CustomCarrier.dylib arm64 /bootstrap/Library/SBInject/CustomCarrier.dylib
0x1072e0000 - 0x1072e7fff DarkMessages_SB.dylib arm64 <9d53cde5d77f3fb28982f0cb6751e91b> /bootstrap/Library/SBInject/DarkMessages_SB.dylib
0x1072f0000 - 0x1072f7fff FluidEnabler.dylib arm64 /bootstrap/Library/SBInject/FluidEnabler.dylib
0x107300000 - 0x10732bfff NoctisXI.dylib arm64 <938a15dcff713a15b8ecc1eddd57c4c1> /bootstrap/Library/SBInject/NoctisXI.dylib
0x107348000 - 0x107353fff NudeKeys.dylib arm64 <0f5f8cf85caf383587cdc998a6133af5> /bootstrap/Library/SBInject/NudeKeys.dylib
0x107360000 - 0x107367fff RoundDock.dylib arm64 <59744a9af1b836378e36ffc11749a31f> /bootstrap/Library/SBInject/RoundDock.dylib
0x107370000 - 0x107377fff TapticKeys.dylib arm64 <64ce437386773f6b874e82a6c91677d7> /bootstrap/Library/SBInject/TapticKeys.dylib
0x107380000 - 0x107383fff sid.dylib arm64 /bootstrap/Library/SBInject/sid.dylib
0x10738c000 - 0x107393fff z_AnemoneIconEffects.dylib arm64 <6236c91322b73ba59e1ac5dffbc94bac> /bootstrap/Library/SBInject/z_AnemoneIconEffects.dylib
0x107794000 - 0x1077b7fff GAXSpringboardServer arm64 <0d9e10393eb0371899ee171b0468c1be> /System/Library/AccessibilityBundles/GAXSpringboardServer.bundle/GAXSpringboardServer
0x1099dc000 - 0x1099dffff AppleSPULib arm64 /System/Library/Extensions/AppleSPU.kext/PlugIns/AppleSPULib.plugin/AppleSPULib
0x10d740000 - 0x10d747fff StoreDemoPlugin arm64 <911dd0c42b5b334ab87cfbab7159b0ca> /System/Library/SpringBoardPlugins/StoreDemoPlugin.servicebundle/StoreDemoPlugin
0x10ef6c000 - 0x10ef77fff Sharing arm64 /System/Library/SpringBoardPlugins/Sharing.servicebundle/Sharing
0x10ffa4000 - 0x10ffb3fff WiFiPicker arm64 <25ed684926703ec8b84b9a001626ce28> /System/Library/SpringBoardPlugins/WiFiPicker.servicebundle/WiFiPicker
0x114388000 - 0x1143abfff SoftwareUpdateServicesUIPlugin arm64 <4e8433e699893ae4912627c2c4c2308a> /System/Library/SpringBoardPlugins/SoftwareUpdateServicesUIPlugin.servicebundle/SoftwareUpdateServicesUIPlugin
0x1144dc000 - 0x1144dffff QuickNoteModule arm64 <5e869d199970324e8a86859febb7640a> /System/Library/ControlCenter/Bundles/QuickNoteModule.bundle/QuickNoteModule
0x1144e8000 - 0x1144ebfff StopwatchModule arm64 <2528de7fbd4833b38a211909edde7bb6> /System/Library/ControlCenter/Bundles/StopwatchModule.bundle/StopwatchModule
0x1144f0000 - 0x1144f3fff AccessibilityShorcutsModule arm64 <9b6a3bce22283ab8873c71d4159ed60f> /System/Library/ControlCenter/Bundles/AccessibilityShorcutsModule.bundle/AccessibilityShorcutsModule
0x114e08000 - 0x114e17fff ReplayKitModule arm64 /System/Library/ControlCenter/Bundles/ReplayKitModule.bundle/ReplayKitModule
0x114e4c000 - 0x114e4ffff FlashlightModule arm64 /System/Library/ControlCenter/Bundles/FlashlightModule.bundle/FlashlightModule
0x114e58000 - 0x114e7ffff TVRemoteModule arm64 /System/Library/ControlCenter/Bundles/TVRemoteModule.bundle/TVRemoteModule
0x1151f8000 - 0x1151fbfff VoiceMemosModule arm64 <3be0cb068c61335996820451d364dc0a> /System/Library/ControlCenter/Bundles/VoiceMemosModule.bundle/VoiceMemosModule
0x115200000 - 0x115203fff WalletModule arm64 /System/Library/ControlCenter/Bundles/WalletModule.bundle/WalletModule
0x11520c000 - 0x11520ffff OrientationLockModule arm64 <17f132e67a0638efb0cf03c7189a5043> /System/Library/ControlCenter/Bundles/OrientationLockModule.bundle/OrientationLockModule
0x115218000 - 0x11521bfff LowPowerModule arm64 <0580b4c5da953bd79cc04cca4ad091eb> /System/Library/ControlCenter/Bundles/LowPowerModule.bundle/LowPowerModule
0x115224000 - 0x11522bfff AccessibilityTextSizeModule arm64 <074821bc5dea36a3a37e35394b52d07f> /System/Library/ControlCenter/Bundles/AccessibilityTextSizeModule.bundle/AccessibilityTextSizeModule
0x115270000 - 0x115273fff MagnifierModule arm64 /System/Library/ControlCenter/Bundles/MagnifierModule.bundle/MagnifierModule
0x115294000 - 0x11529bfff TimerModule arm64 /System/Library/ControlCenter/Bundles/TimerModule.bundle/TimerModule
0x1152a8000 - 0x1152b3fff HomeControlCenterModule arm64 /System/Library/ControlCenter/Bundles/HomeControlCenterModule.bundle/HomeControlCenterModule
0x1152bc000 - 0x1152bffff AccessibilityGuidedAccessControlCenterModule arm64 <073cf35ba38a3cafa78e6d6d8e300e44> /System/Library/ControlCenter/Bundles/AccessibilityGuidedAccessControlCenterModule.bundle/AccessibilityGuidedAccessControlCenterModule
0x1152f4000 - 0x1152f7fff CameraModule arm64 <0cd720b359ab39d4adfd2a3bb167e4ae> /System/Library/ControlCenter/Bundles/CameraModule.bundle/CameraModule
0x1152fc000 - 0x1152fffff AlarmModule arm64 <507b43dde050386792f2b8ff56afaae8> /System/Library/ControlCenter/Bundles/AlarmModule.bundle/AlarmModule
0x115320000 - 0x115323fff CalculatorModule arm64 /System/Library/ControlCenter/Bundles/CalculatorModule.bundle/CalculatorModule
0x11532c000 - 0x11532ffff DoNotDisturbModule arm64 /System/Library/ControlCenter/Bundles/DoNotDisturbModule.bundle/DoNotDisturbModule
0x115344000 - 0x11534bfff DisplayModule arm64 <378afb2c4baf306ca22aebc531575cef> /System/Library/ControlCenter/Bundles/DisplayModule.bundle/DisplayModule
0x115358000 - 0x11535bfff MediaControlsModule arm64 <0ef8808173073f9390512953277d7a59> /System/Library/ControlCenter/Bundles/MediaControlsModule.bundle/MediaControlsModule
0x115364000 - 0x115367fff CarModeModule arm64 <03decb1676fb34aa81e88fe2c4934497> /System/Library/ControlCenter/Bundles/CarModeModule.bundle/CarModeModule
0x115374000 - 0x115383fff ConnectivityModule arm64 /System/Library/ControlCenter/Bundles/ConnectivityModule.bundle/ConnectivityModule
0x1154bc000 - 0x1154c3fff AudioModule arm64 /System/Library/ControlCenter/Bundles/AudioModule.bundle/AudioModule
0x1154d0000 - 0x1154dffff AirPlayMirroringModule arm64 <2e23a27c3402389baa0e9841945c87eb> /System/Library/ControlCenter/Bundles/AirPlayMirroringModule.bundle/AirPlayMirroringModule
0x1168e0000 - 0x116943fff Maps arm64 <0c514a1736e63342a9fe23ee2a76cef8> /System/Library/SpringBoardPlugins/Maps.servicebundle/Maps
0x18433e000 - 0x18433ffff libSystem.B.dylib arm64 <758163f7d63f393a9c53e184688479d4> /usr/lib/libSystem.B.dylib
0x184340000 - 0x184399fff libc++.1.dylib arm64 <2c929c029baf3d0f84a2e636550af33c> /usr/lib/libc++.1.dylib
0x18439a000 - 0x1843bafff libc++abi.dylib arm64 <4e4a4bcb0b63363db460a93569a74fd6> /usr/lib/libc++abi.dylib
0x1843bc000 - 0x184a77fff libobjc.A.dylib arm64 <5f420cdc6f593721a9cf0464bd87e1a2> /usr/lib/libobjc.A.dylib
0x184a78000 - 0x184a7cfff libcache.dylib arm64 <899cd22e8e8b33cab299fb46175d7a5c> /usr/lib/system/libcache.dylib
0x184a7d000 - 0x184a88fff libcommonCrypto.dylib arm64 /usr/lib/system/libcommonCrypto.dylib
0x184a89000 - 0x184a8cfff libcompiler_rt.dylib arm64 /usr/lib/system/libcompiler_rt.dylib
0x184a8d000 - 0x184a94fff libcopyfile.dylib arm64 <2964b6d9e7303d5fb6e2b2dd0a29c508> /usr/lib/system/libcopyfile.dylib
0x184a95000 - 0x184af7fff libcorecrypto.dylib arm64 <1e6818828cfb3b5b940ed390607b27ac> /usr/lib/system/libcorecrypto.dylib
0x184af8000 - 0x184b5cfff libdispatch.dylib arm64 /usr/lib/system/libdispatch.dylib
0x184b5d000 - 0x184b77fff libdyld.dylib arm64 <18fda378fb95387d9299648164b70717> /usr/lib/system/libdyld.dylib
0x184b78000 - 0x184b78fff liblaunch.dylib arm64 <27dbe9e050e3340dbad0477ae2e4aad5> /usr/lib/system/liblaunch.dylib
0x184b79000 - 0x184b7efff libmacho.dylib arm64 <850419a813223cd1bb9503ce69260633> /usr/lib/system/libmacho.dylib
0x184b7f000 - 0x184b80fff libremovefile.dylib arm64 /usr/lib/system/libremovefile.dylib
0x184b81000 - 0x184b98fff libsystem_asl.dylib arm64 /usr/lib/system/libsystem_asl.dylib
0x184b99000 - 0x184b99fff libsystem_blocks.dylib arm64 /usr/lib/system/libsystem_blocks.dylib
0x184b9a000 - 0x184c17fff libsystem_c.dylib arm64 <7fb972b447d53c13a4dbd0627694986e> /usr/lib/system/libsystem_c.dylib
0x184c18000 - 0x184c1cfff libsystem_configuration.dylib arm64 <11c279f77d6839a2a69cdc6a0c23e199> /usr/lib/system/libsystem_configuration.dylib
0x184c1d000 - 0x184c22fff libsystem_containermanager.dylib arm64 <37c489754693384a8ea2a31371a7aece> /usr/lib/system/libsystem_containermanager.dylib
0x184c23000 - 0x184c24fff libsystem_coreservices.dylib arm64 <9f860b60c02d350db09fbe9d01559302> /usr/lib/system/libsystem_coreservices.dylib
0x184c25000 - 0x184c26fff libsystem_darwin.dylib arm64 <4008b3d5eb873870a8c7c74b98c4f932> /usr/lib/system/libsystem_darwin.dylib
0x184c27000 - 0x184c2dfff libsystem_dnssd.dylib arm64 /usr/lib/system/libsystem_dnssd.dylib
0x184c2e000 - 0x184c6bfff libsystem_info.dylib arm64 <279ecedac89e33a5bcb6ad1ba5d00d56> /usr/lib/system/libsystem_info.dylib
0x184c6c000 - 0x184c93fff libsystem_kernel.dylib arm64 <2d85f169eee736c48145938bdef80a7e> /usr/lib/system/libsystem_kernel.dylib
0x184c94000 - 0x184cc1fff libsystem_m.dylib arm64 <69def43d33203f63bfe5b18c8e66ab7d> /usr/lib/system/libsystem_m.dylib
0x184cc2000 - 0x184cdcfff libsystem_malloc.dylib arm64 <5dc06c81789a35669e206dfba7f5bd61> /usr/lib/system/libsystem_malloc.dylib
0x184cdd000 - 0x184d7cfff libsystem_network.dylib arm64 /usr/lib/system/libsystem_network.dylib
0x184d7d000 - 0x184d88fff libsystem_networkextension.dylib arm64 <4964fbe5c0a435cc8274d0744fd1997b> /usr/lib/system/libsystem_networkextension.dylib
0x184d89000 - 0x184d93fff libsystem_notify.dylib arm64 <1130597d24e436c7ad24d3441ec85a5b> /usr/lib/system/libsystem_notify.dylib
0x184d94000 - 0x184d9dfff libsystem_platform.dylib arm64 <84cb39fe4d5c3ad09dc3d346f3870147> /usr/lib/system/libsystem_platform.dylib
0x184d9e000 - 0x184dadfff libsystem_pthread.dylib arm64 <80157cb282873e53afb000d8fc29211c> /usr/lib/system/libsystem_pthread.dylib
0x184dae000 - 0x184db1fff libsystem_sandbox.dylib arm64 <1c13556e73cf3ea78254ebabd264d9cd> /usr/lib/system/libsystem_sandbox.dylib
0x184db2000 - 0x184db9fff libsystem_symptoms.dylib arm64 <3fd153a10e77340893e5245dda8d7b81> /usr/lib/system/libsystem_symptoms.dylib
0x184dba000 - 0x184dcdfff libsystem_trace.dylib arm64 <31b77eb264253ddc85d9f91ffe42fb60> /usr/lib/system/libsystem_trace.dylib
0x184dce000 - 0x184dd3fff libunwind.dylib arm64 <59aed54b354e3b7c9becdd5ef836ab38> /usr/lib/system/libunwind.dylib
0x184dd4000 - 0x184dd4fff libvminterpose.dylib arm64 /usr/lib/system/libvminterpose.dylib
0x184dd5000 - 0x184dfffff libxpc.dylib arm64 <7a357823916e3d4eb3ab70c81df13fe9> /usr/lib/system/libxpc.dylib
0x184e00000 - 0x185021fff libicucore.A.dylib arm64 <0f2de9d3a1483204a31b4dd8929c49c4> /usr/lib/libicucore.A.dylib
0x185022000 - 0x185033fff libz.1.dylib arm64 <8a7d4704f23638328cb15c26018052c3> /usr/lib/libz.1.dylib
0x185034000 - 0x1853c7fff CoreFoundation arm64 /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x1853c8000 - 0x1853d8fff libbsm.0.dylib arm64 <6185b9ae6b813622bfeaa01ead4ccccc> /usr/lib/libbsm.0.dylib
0x1853d9000 - 0x1853d9fff libenergytrace.dylib arm64 <19602b20751b315eb1a0fb8d9546ab39> /usr/lib/libenergytrace.dylib
0x1853da000 - 0x18545ffff IOKit arm64 <56c80784bb7d336cba48fc24fd8db4ad> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x185460000 - 0x185549fff libxml2.2.dylib arm64 <864c06ea4b37398eb1db31ef4afd37ec> /usr/lib/libxml2.2.dylib
0x18554a000 - 0x185557fff libbz2.1.0.dylib arm64 <68e3ae20023333e49736f875cba60f3f> /usr/lib/libbz2.1.0.dylib
0x185558000 - 0x185570fff liblzma.5.dylib arm64 /usr/lib/liblzma.5.dylib
0x185571000 - 0x1856cffff libsqlite3.dylib arm64 <62bf3772156d3ded9bcddf16302e39fe> /usr/lib/libsqlite3.dylib
0x1856d0000 - 0x1856f6fff libMobileGestalt.dylib arm64 <4d020821132037469c2ddbe4037bb184> /usr/lib/libMobileGestalt.dylib
0x1856f7000 - 0x185a58fff CFNetwork arm64 <8d01fc28db473e1ca098245bb236b220> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x185a59000 - 0x185d52fff Foundation arm64 <531f6c3218e63e6e8c672e6975df5429> /System/Library/Frameworks/Foundation.framework/Foundation
0x185d53000 - 0x185e3ffff Security arm64 <04b8415d6e3f3c149fe9c1831637964f> /System/Library/Frameworks/Security.framework/Security
0x185e40000 - 0x185eacfff SystemConfiguration arm64 /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x185ead000 - 0x185ee3fff libCRFSuite.dylib arm64 /usr/lib/libCRFSuite.dylib
0x185ee4000 - 0x185ee4fff libapple_crypto.dylib arm64 <0e808860405237c2901a7938edeea22b> /usr/lib/libapple_crypto.dylib
0x185ee5000 - 0x185efbfff libapple_nghttp2.dylib arm64 <8fa0c8f9b54234a3b87ae298ca5139dc> /usr/lib/libapple_nghttp2.dylib
0x185efc000 - 0x185f25fff libarchive.2.dylib arm64 /usr/lib/libarchive.2.dylib
0x185f26000 - 0x185fd3fff libboringssl.dylib arm64 <966db132b26c3afcb460425ef0db04b6> /usr/lib/libboringssl.dylib
0x185fd4000 - 0x185febfff libcoretls.dylib arm64 <3e6ce87382a93664978aa6ea5b20e074> /usr/lib/libcoretls.dylib
0x185fec000 - 0x185fedfff libcoretls_cfhelpers.dylib arm64 /usr/lib/libcoretls_cfhelpers.dylib
0x185fee000 - 0x185feffff liblangid.dylib arm64 <455f60ef54b03b0d8e9de9c21b90f059> /usr/lib/liblangid.dylib
0x185ff0000 - 0x1860c1fff libnetwork.dylib arm64 <94343169019c3b98a34bd169dd4ab849> /usr/lib/libnetwork.dylib
0x1860c2000 - 0x1860f4fff libpcap.A.dylib arm64 <41f1788a0bd13dc08bc3e41b7cec1804> /usr/lib/libpcap.A.dylib
0x1860f5000 - 0x18612afff libusrtcp.dylib arm64 /usr/lib/libusrtcp.dylib
0x18612b000 - 0x186134fff IOSurface arm64 /System/Library/Frameworks/IOSurface.framework/IOSurface
0x186135000 - 0x1861dafff libBLAS.dylib arm64 <27adc89bb9af3e8d9b9f36eaaf4e62b7> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x1861db000 - 0x18650afff libLAPACK.dylib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x18650b000 - 0x186777fff vImage arm64 <28dca740a82b3526a35bd6ae5eb3e840> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
0x186778000 - 0x186789fff libSparseBLAS.dylib arm64 <11628ec1764d3e048b8358b4dd13831f> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
0x18678a000 - 0x1867aefff libvMisc.dylib arm64 <49d9e5029b4b3e2f9b51cd87f0ea0ee1> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x1867af000 - 0x1867dafff libBNNS.dylib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib
0x1867db000 - 0x1867f0fff libLinearAlgebra.dylib arm64 <26de94ae6a723e1cbb9cfe07c71fec5b> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
0x1867f1000 - 0x1867f5fff libQuadrature.dylib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib
0x1867f6000 - 0x18684cfff libSparse.dylib arm64 <5a6c6e0391c43f10bf3bb2e02ebc4cb0> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib
0x18684d000 - 0x1868c5fff libvDSP.dylib arm64 <724fdaba1e8c3d89aec4582bb19406ec> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x1868c6000 - 0x1868c6fff vecLib arm64 <8142ed76691b32a0819414d62bd76fb7> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x1868c7000 - 0x1868c7fff Accelerate arm64 <2db9a65ffd55358185d0df079baf981b> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x1868c8000 - 0x1868ddfff libcompression.dylib arm64 <45f8251c28e03c5b904453e2c91c355d> /usr/lib/libcompression.dylib
0x1868de000 - 0x186e21fff CoreGraphics arm64 /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x186e22000 - 0x186e2afff IOAccelerator arm64 <7eee49bf7c6033bb8ac4cb174aeacb32> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
0x186e2b000 - 0x186e2efff libCoreFSCache.dylib arm64 <355b472a1eee3d63a3273bc4f789e64d> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
0x186e2f000 - 0x186ec8fff Metal arm64 <6a23f41afb11327ba8a6344b4ccc10a6> /System/Library/Frameworks/Metal.framework/Metal
0x186ec9000 - 0x186edcfff GraphicsServices arm64 <58a9a51f40f439e8a33bbfbfaab3f679> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x186edd000 - 0x187034fff MobileCoreServices arm64 /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x187035000 - 0x187037fff IOSurfaceAccelerator arm64 <1255d0b9a57530368145347b25a3c107> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
0x187038000 - 0x187079fff AppleJPEG arm64 <26d5f3e5836231ada8e3a7f0f0e4e577> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
0x18707a000 - 0x187627fff ImageIO arm64 /System/Library/Frameworks/ImageIO.framework/ImageIO
0x187628000 - 0x18768cfff BaseBoard arm64 /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
0x18768d000 - 0x1876a3fff AssertionServices arm64 <126054bc41653e79a7be42a4ce84fc25> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
0x1876a4000 - 0x1876acfff CorePhoneNumbers arm64 <8ccb780bdc323fa9a985e4219fe0a0ab> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers
0x1876ad000 - 0x1876f1fff AppSupport arm64 <9e545bd14dc836c4bcdf933631e284f3> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x1876f2000 - 0x18770afff CrashReporterSupport arm64 <12576a0d3a44313e9ab396b3df3fe317> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x18770b000 - 0x187710fff AggregateDictionary arm64 /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x187711000 - 0x187792fff libTelephonyUtilDynamic.dylib arm64 /usr/lib/libTelephonyUtilDynamic.dylib
0x187793000 - 0x1877b2fff ProtocolBuffer arm64 <6a2021c7ddca3ee8851ed031aed3a1f0> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x1877b3000 - 0x1877dffff MobileKeyBag arm64 <40ebc86ba6a43f9797a816709d790ed1> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x1877e0000 - 0x187814fff BackBoardServices arm64 <950bdfa62b2f3552a53b8e8eb8f232b9> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
0x187815000 - 0x187870fff FrontBoardServices arm64 /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
0x187871000 - 0x1878adfff SpringBoardServices arm64 <148423be6fb63a799e7e6416d87658e6> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x1878ae000 - 0x1878bcfff PowerLog arm64 <8d9f420d9b9a3bec8fd2848630feea55> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
0x1878bd000 - 0x1878d8fff CommonUtilities arm64 <392eba533f5b31799808141aeb14e2f3> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
0x1878d9000 - 0x1878e3fff liblockdown.dylib arm64 <19e3a05076ec3d6eaded8367a8e41179> /usr/lib/liblockdown.dylib
0x1878e4000 - 0x187be3fff CoreData arm64 /System/Library/Frameworks/CoreData.framework/CoreData
0x187be4000 - 0x187beafff TCC arm64 /System/Library/PrivateFrameworks/TCC.framework/TCC
0x187beb000 - 0x187bf2fff libcupolicy.dylib arm64 <1859d2d80dfd3bafb7590dccef63c205> /usr/lib/libcupolicy.dylib
0x187bf3000 - 0x187c7ffff CoreTelephony arm64 /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x187c80000 - 0x187cd6fff Accounts arm64 <4067ebac613932719a6d6c057dc0069d> /System/Library/Frameworks/Accounts.framework/Accounts
0x187cd7000 - 0x187d00fff AppleSauce arm64 <2f45aa0efae53d4aa4ed3fc2d8733c6c> /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce
0x187d01000 - 0x187d09fff DataMigration arm64 <805163cb2c9d3e12820f4e79acc1aa08> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x187d0a000 - 0x187d10fff Netrb arm64 /System/Library/PrivateFrameworks/Netrb.framework/Netrb
0x187d11000 - 0x187d44fff PersistentConnection arm64 <09708169f81233eb87947fc1deca1b03> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x187d45000 - 0x187d56fff libmis.dylib arm64 <0c6e60f5e4ea3b64b49a3216371fa42e> /usr/lib/libmis.dylib
0x187d57000 - 0x187e57fff ManagedConfiguration arm64 <9c8504424e2937bbb4900f60079e3b69> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x187e58000 - 0x187e5dfff libReverseProxyDevice.dylib arm64 <6ef20e9effb13e96ad8ed1f388ee088a> /usr/lib/libReverseProxyDevice.dylib
0x187e5e000 - 0x187e6ffff libamsupport.dylib arm64 /usr/lib/libamsupport.dylib
0x187e70000 - 0x187e75fff libCoreVMClient.dylib arm64 /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x187e76000 - 0x187e77fff libCVMSPluginSupport.dylib arm64 <121c6cdac48d3108a80b1edb3594dc65> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x187e78000 - 0x187e7bfff libutil.dylib arm64 /usr/lib/libutil.dylib
0x187e7c000 - 0x187ebdfff libGLImage.dylib arm64 <1db5ddb7c6723e2e93c02a83da0d1e2f> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x187ebe000 - 0x187f2bfff APFS arm64 <10d9607a11023a018323a1c9e338b42c> /System/Library/PrivateFrameworks/APFS.framework/APFS
0x187f2c000 - 0x187f5dfff MediaKit arm64 <7ae894076b623ce993c0cdc663d2b8a4> /System/Library/PrivateFrameworks/MediaKit.framework/MediaKit
0x187f5e000 - 0x187f76fff libSERestoreInfo.dylib arm64 /usr/lib/updaters/libSERestoreInfo.dylib
0x187f77000 - 0x187f7afff libSavageRestoreInfo_iOS.dylib arm64 <9b4630b5fe7b37f48c634aa4643f36be> /usr/lib/updaters/libSavageRestoreInfo_iOS.dylib
0x187f7b000 - 0x187fb7fff DiskImages arm64 <23d7d2c9ddef3878af9ca98b2c247dce> /System/Library/PrivateFrameworks/DiskImages.framework/DiskImages
0x187fb8000 - 0x187fc2fff libGFXShared.dylib arm64 <557214c8e07a37b38dca7955cdfc93fa> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x187fc3000 - 0x188008fff libauthinstall.dylib arm64 <2001f1428c0934d5bd6d6e71a38c583c> /usr/lib/libauthinstall.dylib
0x188009000 - 0x188011fff IOMobileFramebuffer arm64 <143ff2624f87332aab633ff78dfdf160> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x188012000 - 0x18801dfff OpenGLES arm64 <918bf7e88aca33aaa82db91c18994512> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x18801e000 - 0x1880a5fff ColorSync arm64 <9d4b8ae2141e30d49fde3b34fb6a1c9d> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
0x1880a6000 - 0x1880d0fff CoreVideo arm64 /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x1880d1000 - 0x1880d2fff libCTGreenTeaLogger.dylib arm64 /usr/lib/libCTGreenTeaLogger.dylib
0x1880d3000 - 0x188234fff CoreAudio arm64 /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x188235000 - 0x188263fff CoreAnalytics arm64 <1166b65708fb34018c76da00cc3776ed> /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics
0x188264000 - 0x188267fff UserFS arm64 <3746d77c7ccd352eb4921fb928d51531> /System/Library/PrivateFrameworks/UserFS.framework/UserFS
0x188268000 - 0x1883d0fff CoreMedia arm64 <1267315307de3ce1804ed7beb2b36213> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x1883d1000 - 0x1883e3fff libprotobuf-lite.dylib arm64 <266a884c40d934e9a426a600b2f4f40b> /usr/lib/libprotobuf-lite.dylib
0x1883e4000 - 0x188448fff libprotobuf.dylib arm64 <85b7ff55790b35a08a1dbc52eb299b75> /usr/lib/libprotobuf.dylib
0x188449000 - 0x188711fff libAWDSupportFramework.dylib arm64 <6ad8de9a862d30d4b08bb278ab9b58d9> /usr/lib/libAWDSupportFramework.dylib
0x188712000 - 0x188758fff WirelessDiagnostics arm64 /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics
0x188759000 - 0x188810fff VideoToolbox arm64 <61ac355e2f243ed59726a189af4821ca> /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
0x188811000 - 0x18891cfff libFontParser.dylib arm64 <137c2b72a8633508ab4f960d014e4918> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x18891d000 - 0x18891efff FontServices arm64 <01da4c65d96c384f87512caa022e278a> /System/Library/PrivateFrameworks/FontServices.framework/FontServices
0x18891f000 - 0x188a6dfff CoreText arm64 <3b1e7c3bd1663f42b23e4df4b855d0e1> /System/Library/Frameworks/CoreText.framework/CoreText
0x188a6e000 - 0x188a7dfff IntlPreferences arm64 /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
0x188a7e000 - 0x188a86fff RTCReporting arm64 /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting
0x188a87000 - 0x188af2fff CoreBrightness arm64 /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness
0x188af3000 - 0x188afdfff libAudioStatistics.dylib arm64 <0118273e27aa3f2aa41e867ccf061507> /usr/lib/libAudioStatistics.dylib
0x188afe000 - 0x189045fff AudioToolbox arm64 <6ccaa70c496f392991f6ff2c3772867e> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x189046000 - 0x18926ffff QuartzCore arm64 <4d31b8ef0437344790ab32df354badfc> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x189270000 - 0x18927bfff MediaAccessibility arm64 <790859d5bd44340c9a23dfb7c3f3dee2> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
0x18927c000 - 0x18936efff libiconv.2.dylib arm64 <5c1a803af4f83283afa918bce80fea86> /usr/lib/libiconv.2.dylib
0x18936f000 - 0x18938bfff NetworkStatistics arm64 <525d25d10880389495d69b38fdb2a40e> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
0x18938c000 - 0x1893a1fff MPSCore arm64 /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore
0x1893a2000 - 0x189406fff MPSImage arm64 <4b94f749163f3403b4dc56098ec3a7d6> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage
0x189407000 - 0x189423fff MPSMatrix arm64 <35ad36157bf1303f883abc8672de55fd> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix
0x189424000 - 0x189432fff CoreAUC arm64 /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
0x189433000 - 0x189a9cfff MediaToolbox arm64 <8cc9125b15323a4ba1b18000c39fca50> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
0x189a9d000 - 0x189b5afff MPSNeuralNetwork arm64 <8af204c9d77d35f9aa6c1ea2046543b1> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork
0x189b5b000 - 0x189b5bfff MetalPerformanceShaders arm64 /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders
0x189b5c000 - 0x189f8ffff FaceCore arm64 <1dbd061f7eea34a4b667036d78fcb0d6> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
0x189f90000 - 0x189f9dfff GraphVisualizer arm64 <4a49abe6dfc53d0eb02314bfc77a864e> /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer
0x189f9e000 - 0x18a143fff libFosl_dynamic.dylib arm64 <8f75a8da4b1e3e27a00c6923d6b2b254> /usr/lib/libFosl_dynamic.dylib
0x18a144000 - 0x18a3b6fff CoreImage arm64 /System/Library/Frameworks/CoreImage.framework/CoreImage
0x18a3b7000 - 0x18a5a3fff CoreMotion arm64 <28eeeeac0b4f3beb8b959ccfe71a7575> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x18a5a4000 - 0x18a5d2fff CoreBluetooth arm64 /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
0x18a5d3000 - 0x18a5f5fff PlugInKit arm64 <3ce66a7ae51738318f6d671190b68f23> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
0x18a5f6000 - 0x18a81cfff Celestial arm64 /System/Library/PrivateFrameworks/Celestial.framework/Celestial
0x18a81d000 - 0x18a89ffff Quagga arm64 <43e676d34b8031ebb59c42c3223b9f45> /System/Library/PrivateFrameworks/Quagga.framework/Quagga
0x18a8a0000 - 0x18a991fff AVFAudio arm64 <7583a1232e4d363fbfb3fad21d33622d> /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio
0x18a992000 - 0x18ab7afff AVFoundation arm64 /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x18ab7b000 - 0x18ab9efff CacheDelete arm64 <85bd8b5c28bd384a9a5e49572a617cfe> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
0x18ab9f000 - 0x18abc4fff StreamingZip arm64 <8796a3836eb3354982d0d41d6d736480> /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip
0x18abc5000 - 0x18abd6fff CoreEmoji arm64 <4cecedf58e2d3be683013b50a6a02a7f> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji
0x18abd7000 - 0x18ac25fff CoreLocationProtobuf arm64 <748895402453357cb9701e4bc2a0591e> /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf
0x18ac26000 - 0x18ac2dfff SymptomDiagnosticReporter arm64 /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter
0x18ac2e000 - 0x18b527fff GeoServices arm64 /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x18b528000 - 0x18b53efff MobileAsset arm64 <99569f509d32350ab76452550e779813> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
0x18b53f000 - 0x18b580fff Lexicon arm64 /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon
0x18b581000 - 0x18b591fff libcmph.dylib arm64 <2dfa6bc580033e86802b802077bb0e1a> /usr/lib/libcmph.dylib
0x18b592000 - 0x18b6aefff LanguageModeling arm64 <8777f95077b0357e8556993649055ef7> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
0x18b6af000 - 0x18b6c6fff libmarisa.dylib arm64 <7053c6b0fa823337b6552ee91721c193> /usr/lib/libmarisa.dylib
0x18b6c7000 - 0x18b761fff CoreLocation arm64 <5fb8d3a8b06e3c6d9cf1be40f37dd6bc> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x18b762000 - 0x18b762fff PhoneNumbers arm64 <13d66f5654c936068d36a92368c53501> /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers
0x18b763000 - 0x18b76efff libChineseTokenizer.dylib arm64 <1afcbc00ba3e333d9522a1604f98a508> /usr/lib/libChineseTokenizer.dylib
0x18b76f000 - 0x18b81cfff libmecab_em.dylib arm64 /usr/lib/libmecab_em.dylib
0x18b81d000 - 0x18b81efff libThaiTokenizer.dylib arm64 <66649e3b85063a8ab488d7052c1e05ba> /usr/lib/libThaiTokenizer.dylib
0x18b81f000 - 0x18b823fff libgermantok.dylib arm64 /usr/lib/libgermantok.dylib
0x18b824000 - 0x18b87bfff CoreNLP arm64 /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP
0x18b87c000 - 0x18ba39fff MobileSpotlightIndex arm64 /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex
0x18ba3a000 - 0x18ba97fff CoreSpotlight arm64 <86c8a45ef21d356788df90b001e0f4ed> /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight
0x18baa4000 - 0x18c475fff JavaScriptCore arm64 /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
0x18c476000 - 0x18c47bfff libheimdal-asn1.dylib arm64 <06adbbc5111a32018d1f6a06c2851217> /usr/lib/libheimdal-asn1.dylib
0x18c47c000 - 0x18c4f6fff libate.dylib arm64 <60ac7cf9f17c3ea0affbb578902c5835> /usr/lib/libate.dylib
0x18c4f7000 - 0x18c599fff TextureIO arm64 <3da4657eb59b3cccb3af48b53e35d3ce> /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO
0x18c59a000 - 0x18c664fff CoreUI arm64 /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
0x18c665000 - 0x18c66efff MobileIcons arm64 <4e5d943756b739c1a6445ad37d85ad2c> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
0x18c66f000 - 0x18c67dfff AppleFSCompression arm64 /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression
0x18c67e000 - 0x18c6d6fff TextInput arm64 <9f83a5941cb63ef887bc1e3efe279e6e> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
0x18c6d7000 - 0x18c6fffff libxslt.1.dylib arm64 <71af16d2aa4b3e9dbf4ee976f0eb79ab> /usr/lib/libxslt.1.dylib
0x18c700000 - 0x18c735fff DataDetectorsCore arm64 /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
0x18c736000 - 0x18c7c6fff FileProvider arm64 <77592354934f361685c61c42a08c7df2> /System/Library/Frameworks/FileProvider.framework/FileProvider
0x18c7c7000 - 0x18c8c6fff NLP arm64 /System/Library/PrivateFrameworks/NLP.framework/NLP
0x18c8c7000 - 0x18c99ffff ProofReader arm64 /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x18c9a0000 - 0x18c9b4fff libAccessibility.dylib arm64 <23641ce47f68337581c43ed279097e96> /usr/lib/libAccessibility.dylib
0x18c9b5000 - 0x18ce0dfff libwebrtc.dylib arm64 <86637a5bac253f74a5a7fc4c04f0365b> /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib
0x18ce0e000 - 0x18ce6dfff ContactsFoundation arm64 /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation
0x18ce6e000 - 0x18e210fff WebCore arm64 <64cb5e60ad39394a9488d7ec006b2a74> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x18e211000 - 0x18e383fff WebKitLegacy arm64 /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
0x18e384000 - 0x18e3acfff DataAccessExpress arm64 <425bac1cd08e300bb6604db52f6fb547> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x18e3ad000 - 0x18e444fff AddressBookLegacy arm64 /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy
0x18e445000 - 0x18e498fff ProtectedCloudStorage arm64 /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
0x18e499000 - 0x18e4c5fff UserNotifications arm64 /System/Library/Frameworks/UserNotifications.framework/UserNotifications
0x18e4c6000 - 0x18e4d1fff AppleIDAuthSupport arm64 <27d452765548359b9b61725d1c5871c8> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport
0x18e4d2000 - 0x18e51ffff AuthKit arm64 <14ead1a5f5d53934ab09cc1d0506eaea> /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit
0x18e520000 - 0x18e549fff DictionaryServices arm64 <1125d98486c73e41abbf071bfb356b20> /System/Library/PrivateFrameworks/DictionaryServices.framework/DictionaryServices
0x18e54a000 - 0x18e59cfff DocumentManager arm64 <3961561068023939b203fde9fe0be600> /System/Library/Frameworks/UIKit.framework/Frameworks/DocumentManager.framework/DocumentManager
0x18e59d000 - 0x18f612fff UIKit arm64 /System/Library/Frameworks/UIKit.framework/UIKit
0x18f613000 - 0x18f623fff DocumentManagerCore arm64 <74e3780bb01d316c81aca086950921c1> /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore
0x18f624000 - 0x18f627fff HangTracer arm64 <45bc5c0ecbd631a2b975d07b453331fe> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer
0x18f628000 - 0x18f67afff PhysicsKit arm64 /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
0x18f67b000 - 0x18f67dfff StudyLog arm64 <11266c7ac1f1367396ae3c48d4b25655> /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog
0x18f67e000 - 0x18f75efff UIFoundation arm64 /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
0x18f75f000 - 0x18f86afff CloudKit arm64 <89ba646bfff53b97a85a3b50b989c352> /System/Library/Frameworks/CloudKit.framework/CloudKit
0x18f86b000 - 0x18f86bfff IntentsFoundation arm64 <6afe1d037833313485a2639410a33fd1> /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation
0x18f86c000 - 0x18f935fff Network arm64 <4bbb4fd713b13fce9d356ce7a5bec67f> /System/Library/PrivateFrameworks/Network.framework/Network
0x18f936000 - 0x18fb3efff Intents arm64 <6f6e387fe2a83507afa9d783857b7371> /System/Library/Frameworks/Intents.framework/Intents
0x18fb3f000 - 0x18fb5afff libresolv.9.dylib arm64 <6112d40e403d357fbad3d1c5eece44c1> /usr/lib/libresolv.9.dylib
0x18fb5b000 - 0x18fb5dfff CoreDuetDebugLogging arm64 <2111519bcd4439708c05623b4e1d84ac> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
0x18fb5e000 - 0x18fb92fff libtidy.A.dylib arm64 <6ca9cfa0ea6e31e6be2882844b4e3882> /usr/lib/libtidy.A.dylib
0x18fb93000 - 0x18fcbafff CoreDuet arm64 /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
0x18fcbb000 - 0x18fcd9fff CoreDuetContext arm64 /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext
0x18fcda000 - 0x18fceefff CoreDuetDaemonProtocol arm64 /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
0x18fcef000 - 0x18fd5afff IMFoundation arm64 <5d62cd7090a23e7ab74789130e96a5dc> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
0x18fd5b000 - 0x18fd89fff vCard arm64 <617bfade5c6537c0967a7d32b4ed7ad5> /System/Library/PrivateFrameworks/vCard.framework/vCard
0x18fd8a000 - 0x18fe91fff Contacts arm64 <078dde6797713223a520eb8ecc79d0b5> /System/Library/Frameworks/Contacts.framework/Contacts
0x18fe92000 - 0x18fe93fff DiagnosticLogCollection arm64 <4ba5c163e52a3bf8b3d42b2cd242d68c> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/DiagnosticLogCollection
0x18fe94000 - 0x18fe95fff Marco arm64 <58cd6bed2d16302bb84527a52e6aad4a> /System/Library/PrivateFrameworks/Marco.framework/Marco
0x18fe96000 - 0x18fe9cfff MessageProtection arm64 /System/Library/PrivateFrameworks/MessageProtection.framework/MessageProtection
0x18fe9d000 - 0x190195fff StoreServices arm64 /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
0x190196000 - 0x1901aefff Engram arm64 <06ac3d820b1837429dbcc4afe23f057e> /System/Library/PrivateFrameworks/Engram.framework/Engram
0x1901af000 - 0x190415fff IDSFoundation arm64 <1b3cee6f88db3474bd7418f67e5039b3> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
0x190416000 - 0x190421fff CaptiveNetwork arm64 <7370ab9c9d19372694c32eddd151408b> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x190422000 - 0x190450fff EAP8021X arm64 /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x190451000 - 0x19048bfff MobileWiFi arm64 <821b33e7c58132e887940e7a63f83c94> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x19048c000 - 0x19048efff OAuth arm64 /System/Library/PrivateFrameworks/OAuth.framework/OAuth
0x19048f000 - 0x190491fff CommonAuth arm64 /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth
0x190492000 - 0x190500fff Heimdal arm64 /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal
0x190501000 - 0x19052afff GSS arm64 <7356db1437d33b4eaae3181c2f930107> /System/Library/Frameworks/GSS.framework/GSS
0x19052b000 - 0x190542fff ApplePushService arm64 <9f71334cb8273c719e7c48dd19e4ae15> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x190543000 - 0x1905dbfff AccountsDaemon arm64 <41d72f5376e53be993c062acb42ce5c7> /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon
0x1905dc000 - 0x1905fafff AppleIDSSOAuthentication arm64 <581b0aafe3af3f2297906d743f907e76> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication
0x1905fb000 - 0x19066dfff AppleAccount arm64 <855aeb4d5acf304d837a233cdfd9b8d3> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0x19066e000 - 0x190764fff CoreUtils arm64 <6aef56c16f8e38cb84515ad30106d4d4> /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils
0x190765000 - 0x19087efff IDS arm64 <0a0ac8f0de78370c8a00166e8fe250ef> /System/Library/PrivateFrameworks/IDS.framework/IDS
0x19087f000 - 0x1908a1fff MediaServices arm64 <76ac3ce527e231b0b3a523213156b10d> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices
0x1908a2000 - 0x1909cefff MediaRemote arm64 /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
0x1909cf000 - 0x1909e5fff UserManagement arm64 <083847fbe165363c90f54207b0398742> /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement
0x1909e6000 - 0x1909f5fff MobileBluetooth arm64 /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
0x1909f6000 - 0x190a26fff Bom arm64 /System/Library/PrivateFrameworks/Bom.framework/Bom
0x190a27000 - 0x190a2bfff CommunicationsFilter arm64 <0eb89b9e7d093913b5bab2b13dcfcaf7> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter
0x190a2c000 - 0x190a51fff FTAWD arm64 <9ca76d840e9a3487a261d8b229f8d102> /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD
0x190a52000 - 0x190aa5fff FTServices arm64 /System/Library/PrivateFrameworks/FTServices.framework/FTServices
0x190aa6000 - 0x190af8fff WirelessProximity arm64 <9ec317a7f29c3fb2b221a56641660a49> /System/Library/PrivateFrameworks/WirelessProximity.framework/WirelessProximity
0x190af9000 - 0x190b03fff ProactiveEventTracker arm64 <6d6d7ae28f0b3888bfa092d1a6da05eb> /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker
0x190b04000 - 0x190b55fff ChunkingLibrary arm64 <0b1fe58868c33c77827598bb2f7e3704> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
0x190b56000 - 0x190b62fff libnetworkextension.dylib arm64 <9006f01a438e3a449246ff4cc12a2cbf> /usr/lib/libnetworkextension.dylib
0x190b63000 - 0x190b87fff AddressBook arm64 <96bdc1de5cbf3a1d9eb2b9ac302f8c2d> /System/Library/Frameworks/AddressBook.framework/AddressBook
0x190b88000 - 0x19196cfff ModelIO arm64 <799a4926a11c39e68140c9b6669e7021> /System/Library/Frameworks/ModelIO.framework/ModelIO
0x19196d000 - 0x191b02fff NetworkExtension arm64 /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension
0x191b03000 - 0x191f06fff SiriTTS arm64 /System/Library/PrivateFrameworks/SiriTTS.framework/SiriTTS
0x191f07000 - 0x191f5dfff SAObjects arm64 <1f945bf869973f1ba3e2b64772aa67bd> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
0x191f5e000 - 0x191f99fff VoiceServices arm64 /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
0x191f9a000 - 0x191fcafff GLKit arm64 <54d43e5b19763f6b9b4d1cae180f98ce> /System/Library/Frameworks/GLKit.framework/GLKit
0x191fcb000 - 0x192096fff AssistantServices arm64 <53995ad11bec37209d8863f586947303> /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices
0x192097000 - 0x19209efff AssetCacheServices arm64 /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices
0x19209f000 - 0x192159fff NetworkServiceProxy arm64 /System/Library/PrivateFrameworks/NetworkServiceProxy.framework/NetworkServiceProxy
0x19215a000 - 0x19223ffff MMCS arm64 <436a4cc8107135e1bf7dcd5ece3a7f2d> /System/Library/PrivateFrameworks/MMCS.framework/MMCS
0x192240000 - 0x19224cfff BluetoothManager arm64 <146859b1bc3a35639cc7f30c4665c924> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
0x19224d000 - 0x1922befff CoreDAV arm64 /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV
0x1922bf000 - 0x1922f3fff iCalendar arm64 /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
0x1922f4000 - 0x192302fff PersonaKit arm64 <6f86901935b8359892902f012e103688> /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit
0x192303000 - 0x19235cfff CalendarFoundation arm64 <9b14b75e15c23ea2bc5120de2d342f5a> /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation
0x19235d000 - 0x19238afff PhotosFormats arm64 <24c5b2b17a873d7b8268ff535c5900f5> /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats
0x19238b000 - 0x192428fff CalendarDatabase arm64 <9dc05665029c3b20aff0cd79f23ca7d5> /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase
0x192429000 - 0x19247afff CalendarDaemon arm64 /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon
0x19247b000 - 0x192598fff CloudPhotoLibrary arm64 /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary
0x192599000 - 0x19267cfff EventKit arm64 /System/Library/Frameworks/EventKit.framework/EventKit
0x19267d000 - 0x1926a7fff AssetsLibraryServices arm64 /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x1926a8000 - 0x1926dcfff ACTFramework arm64 <33d60c9dc4e83b7d8a3ea8ce7101e478> /System/Library/PrivateFrameworks/ACTFramework.framework/ACTFramework
0x1926dd000 - 0x1926fdfff DCIMServices arm64 <7dfdea1f3a8b3365ac22ee756e3a03b3> /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices
0x1926fe000 - 0x192838fff CoreMediaStream arm64 <22c987d700f23ca18b6f98309deada3d> /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream
0x192839000 - 0x192840fff XPCKit arm64 <56667d7e63273716b7b11ee8092860c7> /System/Library/PrivateFrameworks/XPCKit.framework/XPCKit
0x192841000 - 0x192927fff CameraKit arm64 /System/Library/PrivateFrameworks/CameraKit.framework/CameraKit
0x192928000 - 0x192940fff CloudPhotoServices arm64 <92460c93e8d33e4eb912fbd9526310e6> /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices
0x192941000 - 0x19294cfff CoreRecents arm64 <899a7e3f9ae137a2b50ca805641ebbc6> /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents
0x19294d000 - 0x19296bfff MediaStream arm64 <68ebac415f953a1d875920fb59f7b64d> /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream
0x19296c000 - 0x192d8ffff PhotoLibraryServices arm64 /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices
0x192d90000 - 0x192dc6fff PrototypeTools arm64 <6dc41b508b2f3fa5a9084ec38ed476f2> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools
0x192dc7000 - 0x192e52fff CoreSymbolication arm64 <2a7bed5d2dae3ac892d69efbefa822c3> /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication
0x192e53000 - 0x192f76fff SearchFoundation arm64 /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation
0x192f77000 - 0x192f7dfff IncomingCallFilter arm64 /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter
0x192f7e000 - 0x193026fff iTunesStore arm64 <63a81dfaeade36eab06b4990959debed> /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore
0x193027000 - 0x19302dfff libtzupdate.dylib arm64 <3ccb5e11bb583b818d3dd63d5f50adb1> /usr/lib/libtzupdate.dylib
0x19302e000 - 0x193193fff Preferences arm64 <1dd337fc1c713b9da43c1e8c83106459> /System/Library/PrivateFrameworks/Preferences.framework/Preferences
0x193194000 - 0x19319bfff CoreTime arm64 /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
0x19319c000 - 0x193304fff CVML arm64 <096ff2ecd5b338e8a6947148c5aad14f> /System/Library/PrivateFrameworks/CVML.framework/CVML
0x193305000 - 0x193351fff CoreAppleCVA arm64 /System/Library/PrivateFrameworks/CoreAppleCVA.framework/CoreAppleCVA
0x193352000 - 0x193388fff DifferentialPrivacy arm64 <33e1715d78e83ddb8049fd4b96e99f19> /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/DifferentialPrivacy
0x193389000 - 0x1934ecfff AppleCVA arm64 <881a35d4318d3afa9b1ff60d49499577> /System/Library/PrivateFrameworks/AppleCVA.framework/AppleCVA
0x1934ed000 - 0x193588fff Montreal arm64 <34664c28ec733972aeb53ddc8499cbd6> /System/Library/PrivateFrameworks/Montreal.framework/Montreal
0x193589000 - 0x193761fff Espresso arm64 /System/Library/PrivateFrameworks/Espresso.framework/Espresso
0x193762000 - 0x193765fff MobileSystemServices arm64 <1fe86f13035d3d86a6c15d68e74f9add> /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
0x193766000 - 0x1938b8fff Photos arm64 /System/Library/Frameworks/Photos.framework/Photos
0x1938c5000 - 0x193a72fff CoreML arm64 /System/Library/Frameworks/CoreML.framework/CoreML
0x193a73000 - 0x193a77fff CoreOptimization arm64 <14c64d1647493d73b9d47a245089b5d8> /System/Library/PrivateFrameworks/CoreOptimization.framework/CoreOptimization
0x193a78000 - 0x193ab2fff SafariCore arm64 <369a86590f9739f288be6313ca36d96e> /System/Library/PrivateFrameworks/SafariCore.framework/SafariCore
0x193ab3000 - 0x193b0dfff CorePrediction arm64 /System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction
0x193b0e000 - 0x193c0afff Navigation arm64 /System/Library/PrivateFrameworks/Navigation.framework/Navigation
0x193c0b000 - 0x193c23fff ContactsDonation arm64 <555b82bf7c2b3c44b1baae92aafe806e> /System/Library/PrivateFrameworks/ContactsDonation.framework/ContactsDonation
0x193c24000 - 0x193c50fff Futhark arm64 <6765c418aaa63b27a4a6df34123c7e0d> /System/Library/PrivateFrameworks/Futhark.framework/Futhark
0x193c51000 - 0x193c93fff NanoRegistry arm64 <938af3b549c23f1fa51c6ad932b263f7> /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry
0x193c94000 - 0x193ce6fff ToneLibrary arm64 <0340ea13f43937809d7e52cb06be94ae> /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary
0x193ce7000 - 0x193cf9fff BaseBoardUI arm64 <5913298e3ecc3fdaaf3e9a3ce4fe4f05> /System/Library/PrivateFrameworks/BaseBoardUI.framework/BaseBoardUI
0x193cfa000 - 0x193d51fff ContactsUICore arm64 /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore
0x193d52000 - 0x193eb5fff ContactsUI arm64 <21ba04bf5831317f8b5e5af4e5d6ca66> /System/Library/Frameworks/ContactsUI.framework/ContactsUI
0x193eb6000 - 0x193f8cfff CorePDF arm64 /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
0x193f8d000 - 0x1941e8fff Vision arm64 <5f88c06f3ac0327586728dfec97970ef> /System/Library/Frameworks/Vision.framework/Vision
0x1941e9000 - 0x194596fff WebKit arm64 <2224640f7c733d3b86b42f44d801d9b2> /System/Library/Frameworks/WebKit.framework/WebKit
0x194597000 - 0x194650fff BulletinBoard arm64 /System/Library/PrivateFrameworks/BulletinBoard.framework/BulletinBoard
0x194651000 - 0x194656fff ConstantClasses arm64 <012de7d5df2b332bb8b16617404bdb71> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
0x194657000 - 0x19465ffff CertUI arm64 <7eac85579f81311f997c85a6e3d0ddd7> /System/Library/PrivateFrameworks/CertUI.framework/CertUI
0x194660000 - 0x1946a2fff AXRuntime arm64 <031488f699093e72928149d0d86fdc85> /System/Library/PrivateFrameworks/AXRuntime.framework/AXRuntime
0x1946a3000 - 0x1946dafff ScreenReaderCore arm64 <6dca0b1429c9342e8a6b26e523e0fef7> /System/Library/PrivateFrameworks/ScreenReaderCore.framework/ScreenReaderCore
0x1946db000 - 0x1946fefff TextToSpeech arm64 <771628a327c83f43b2b21a18527c8f26> /System/Library/PrivateFrameworks/TextToSpeech.framework/TextToSpeech
0x1946ff000 - 0x194745fff CoreMIDI arm64 /System/Library/Frameworks/CoreMIDI.framework/CoreMIDI
0x194746000 - 0x1947e2fff MediaPlatform arm64 <9eeb6a5ba91c3435bfabb904a15b8b26> /System/Library/PrivateFrameworks/MediaPlatform.framework/MediaPlatform
0x1947e3000 - 0x194842fff WebBookmarks arm64 /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
0x194843000 - 0x194849fff DAAPKit arm64 <94f8ec869c4034779031bedf4c31db52> /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit
0x19484a000 - 0x19484cfff libAXSafeCategoryBundle.dylib arm64 <9255d017aa7d3911905645ebd0df0731> /usr/lib/libAXSafeCategoryBundle.dylib
0x19484d000 - 0x194857fff libAXSpeechManager.dylib arm64 /usr/lib/libAXSpeechManager.dylib
0x194858000 - 0x19493afff AccessibilityUtilities arm64 /System/Library/PrivateFrameworks/AccessibilityUtilities.framework/AccessibilityUtilities
0x19493b000 - 0x194c13fff MediaLibraryCore arm64 /System/Library/PrivateFrameworks/MediaLibraryCore.framework/MediaLibraryCore
0x194c14000 - 0x194c14fff AdSupport arm64 <85154ac5d64c342ab868ff332e90e504> /System/Library/Frameworks/AdSupport.framework/AdSupport
0x194c15000 - 0x194e93fff MusicLibrary arm64 /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
0x194e94000 - 0x19551afff VectorKit arm64 <180c464177913480b8871c39a51ce386> /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit
0x19551b000 - 0x195757fff MapKit arm64 <138fd03bf9623a028579ffb6b14b69b0> /System/Library/Frameworks/MapKit.framework/MapKit
0x195758000 - 0x1958c2fff iTunesCloud arm64 <8c934a63b54f3342aca75ec524f36d28> /System/Library/PrivateFrameworks/iTunesCloud.framework/iTunesCloud
0x1958c3000 - 0x195963fff HomeSharing arm64 /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
0x195964000 - 0x1959d9fff WebInspector arm64 <7b9898c141c53098b7ad263d1f364bad> /System/Library/PrivateFrameworks/WebInspector.framework/WebInspector
0x1959da000 - 0x195ac1fff ITMLKit arm64 /System/Library/PrivateFrameworks/ITMLKit.framework/ITMLKit
0x195ac2000 - 0x195ad1fff NanoPreferencesSync arm64 /System/Library/PrivateFrameworks/NanoPreferencesSync.framework/NanoPreferencesSync
0x195ad2000 - 0x195f07fff MediaPlayer arm64 <95ed93ac0daa3168bd55830e92c10621> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
0x195f08000 - 0x195f2dfff MobileInstallation arm64 /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x195f2e000 - 0x195f34fff EmailAddressing arm64 /System/Library/PrivateFrameworks/EmailAddressing.framework/EmailAddressing
0x195f35000 - 0x195f37fff MessageSupport arm64 <4d42284011923220b44f44626e9a9acb> /System/Library/PrivateFrameworks/MessageSupport.framework/MessageSupport
0x195f38000 - 0x195f3afff InternationalTextSearch arm64 <3ddae82df6633d39a990b656d6a01cd9> /System/Library/PrivateFrameworks/InternationalTextSearch.framework/InternationalTextSearch
0x195f3b000 - 0x195f95fff MIME arm64 /System/Library/PrivateFrameworks/MIME.framework/MIME
0x195f96000 - 0x195fc5fff ProactiveSupport arm64 /System/Library/PrivateFrameworks/ProactiveSupport.framework/ProactiveSupport
0x195fc6000 - 0x195ffefff Notes arm64 /System/Library/PrivateFrameworks/Notes.framework/Notes
0x195fff000 - 0x1960affff TelephonyUtilities arm64 /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities
0x1960b0000 - 0x1960eafff CalendarUIKit arm64 <5bcc1e42d2fa342984e05a7e33d536a0> /System/Library/PrivateFrameworks/CalendarUIKit.framework/CalendarUIKit
0x1960eb000 - 0x196102fff AccessibilityUIUtilities arm64 /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUIUtilities.framework/AccessibilityUIUtilities
0x196103000 - 0x19615efff DataAccess arm64 <7b1bbfa75a8a3a3b9a143575e12d734a> /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess
0x19615f000 - 0x196172fff AssetsLibrary arm64 <72e547bd283a3408802e9632d376bcf2> /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary
0x196173000 - 0x196351fff EventKitUI arm64 <80ae00c94d293b488e069d54df184712> /System/Library/Frameworks/EventKitUI.framework/EventKitUI
0x196352000 - 0x1963adfff AXMediaUtilities arm64 <35f1eedb9c7d307d8b7f8d6311a86eb6> /System/Library/PrivateFrameworks/AXMediaUtilities.framework/AXMediaUtilities
0x1963ae000 - 0x196421fff UIAccessibility arm64 <169220ecc20f397dbb84d18baa185a5b> /System/Library/PrivateFrameworks/UIAccessibility.framework/UIAccessibility
0x196422000 - 0x19643cfff CloudServices arm64 /System/Library/PrivateFrameworks/CloudServices.framework/CloudServices
0x19643d000 - 0x196443fff SearchToSharePredictions arm64 /System/Library/PrivateFrameworks/SearchToSharePredictions.framework/SearchToSharePredictions
0x196444000 - 0x1964e5fff Social arm64 <6a4cf88de313334287a0f23ed2551626> /System/Library/Frameworks/Social.framework/Social
0x1964e6000 - 0x1964f9fff KeychainCircle arm64 <506df94d84a13977888adc13586f45ab> /System/Library/PrivateFrameworks/KeychainCircle.framework/KeychainCircle
0x1964fa000 - 0x19655ffff RemoteUI arm64 /System/Library/PrivateFrameworks/RemoteUI.framework/RemoteUI
0x196560000 - 0x196576fff CoreCDP arm64 /System/Library/PrivateFrameworks/CoreCDP.framework/CoreCDP
0x196577000 - 0x196588fff CoreFollowUp arm64 <952561439984357fa986844dc3bc1e51> /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp
0x196589000 - 0x1965f8fff CoreSuggestions arm64 /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions
0x1965f9000 - 0x196609fff MailServices arm64 <71a796c3a45638ca9a9f45b489b68375> /System/Library/PrivateFrameworks/MailServices.framework/MailServices
0x19660a000 - 0x19669ffff CoreRecognition arm64 /System/Library/PrivateFrameworks/CoreRecognition.framework/CoreRecognition
0x1966a0000 - 0x1966bafff MailSupport arm64 <61503d74ee0336c3b64cd71052ff06cc> /System/Library/PrivateFrameworks/MailSupport.framework/MailSupport
0x1966bb000 - 0x196809fff Message arm64 <94e02018b75f3c8ab9cf3997c4b940c4> /System/Library/PrivateFrameworks/Message.framework/Message
0x19680a000 - 0x196a2cfff libmecabra.dylib arm64 /usr/lib/libmecabra.dylib
0x196a2d000 - 0x196ac7fff CoreParsec arm64 <8d450c0c6d9f3b4c866b104d7a5c29ef> /System/Library/PrivateFrameworks/CoreParsec.framework/CoreParsec
0x196ac8000 - 0x196af7fff AirTraffic arm64 <1286f929b5163186a88fd9881764b31c> /System/Library/PrivateFrameworks/AirTraffic.framework/AirTraffic
0x196af8000 - 0x196b29fff SharedUtils arm64 /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils
0x196b2a000 - 0x196b65fff ContactsAutocomplete arm64 /System/Library/PrivateFrameworks/ContactsAutocomplete.framework/ContactsAutocomplete
0x196b66000 - 0x196c2afff VideoSubscriberAccount arm64 /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount
0x196c2b000 - 0x196c5cfff Pegasus arm64 <4bddc2d23cb732e38945ad29f87155ba> /System/Library/PrivateFrameworks/Pegasus.framework/Pegasus
0x196c5d000 - 0x196cddfff AVKit arm64 <57fe47c42f35374494e53647cfade740> /System/Library/Frameworks/AVKit.framework/AVKit
0x196cde000 - 0x196d01fff AuthKitUI arm64 <849909ca8dc630ca8c14828adff1275d> /System/Library/PrivateFrameworks/AuthKitUI.framework/AuthKitUI
0x196d02000 - 0x196d05fff FTClientServices arm64 /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices
0x196d06000 - 0x196d19fff SharedWebCredentials arm64 <1bacca3a6a2c34e3a043ab2cb94e6075> /System/Library/PrivateFrameworks/SharedWebCredentials.framework/SharedWebCredentials
0x196d1a000 - 0x196d1afff MobileObliteration arm64 /System/Library/PrivateFrameworks/MobileObliteration.framework/MobileObliteration
0x196d1b000 - 0x196d1efff SafariFoundation arm64 /System/Library/PrivateFrameworks/SafariFoundation.framework/SafariFoundation
0x196d1f000 - 0x196ea6fff HealthKit arm64 <985f5382f4c93e4f996ac71c62bc0c8c> /System/Library/Frameworks/HealthKit.framework/HealthKit
0x196ea7000 - 0x196ebdfff LocalAuthentication arm64 <6707b3ba83e33cc0ab014e5f6096ee69> /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication
0x196ebe000 - 0x196ec0fff ParsecSubscriptionServiceSupport arm64 <386fb663c4e43b91aa87bb11766f4bab> /System/Library/PrivateFrameworks/ParsecSubscriptionServiceSupport.framework/ParsecSubscriptionServiceSupport
0x196ec1000 - 0x196f67fff SpringBoardFoundation arm64 <1a9b321800343917b7bd2b5a6d4fd677> /System/Library/PrivateFrameworks/SpringBoardFoundation.framework/SpringBoardFoundation
0x196f68000 - 0x196f80fff CoreInterest arm64 /System/Library/PrivateFrameworks/CoreInterest.framework/CoreInterest
0x196f81000 - 0x1971dffff SafariShared arm64 <79ba256ab93d3a6cafcce49bdc4057ff> /System/Library/PrivateFrameworks/SafariShared.framework/SafariShared
0x1971e0000 - 0x19721afff WebUI arm64 <9475008be6bf3cf28224aca8393a9ab1> /System/Library/PrivateFrameworks/WebUI.framework/WebUI
0x19721b000 - 0x197226fff SetupAssistantSupport arm64 /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport
0x197227000 - 0x19724efff SetupAssistant arm64 <68eff9f582233002aea9603d3f24e51b> /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant
0x19724f000 - 0x197282fff CoreRoutine arm64 /System/Library/PrivateFrameworks/CoreRoutine.framework/CoreRoutine
0x197283000 - 0x197292fff DistributedEvaluation arm64 /System/Library/PrivateFrameworks/DistributedEvaluation.framework/DistributedEvaluation
0x197293000 - 0x19729bfff HSAAuthentication arm64 <43c4cd4140db3f6c9181ca32971b1bfd> /System/Library/PrivateFrameworks/HSAAuthentication.framework/HSAAuthentication
0x19729c000 - 0x1972a5fff MobileStorage arm64 /System/Library/PrivateFrameworks/MobileStorage.framework/MobileStorage
0x1972a6000 - 0x1972e8fff ContentIndex arm64 <6c63191321c73daf8a7b9ce614fbfda2> /System/Library/PrivateFrameworks/ContentIndex.framework/ContentIndex
0x1972e9000 - 0x1975dcfff ImageCapture arm64 <32019287f30b3dea8571c29553a991bb> /System/Library/PrivateFrameworks/ImageCapture.framework/ImageCapture
0x1975dd000 - 0x1977acfff NeutrinoCore arm64 <1ee6eff2b35832fd9ad4abf3bfc03fc6> /System/Library/PrivateFrameworks/NeutrinoCore.framework/NeutrinoCore
0x1977ad000 - 0x1977c3fff iPhotoMigrationSupport arm64 <45f0def82e113794bdcf403df3ff1346> /System/Library/PrivateFrameworks/iPhotoMigrationSupport.framework/iPhotoMigrationSupport
0x1977c4000 - 0x1977d5fff DiagnosticExtensions arm64 <2e54c5af671d332d95d2c4bcacf1c08f> /System/Library/PrivateFrameworks/DiagnosticExtensions.framework/DiagnosticExtensions
0x1977d6000 - 0x1977f7fff LatentSemanticMapping arm64 /System/Library/PrivateFrameworks/LatentSemanticMapping.framework/LatentSemanticMapping
0x1977f8000 - 0x197ad4fff PassKitCore arm64 <4967582d818a32a090530034af622abe> /System/Library/PrivateFrameworks/PassKitCore.framework/PassKitCore
0x197ad5000 - 0x197b6cfff PhotoLibrary arm64 /System/Library/PrivateFrameworks/PhotoLibrary.framework/PhotoLibrary
0x197b6d000 - 0x197ebbfff PhotosUICore arm64 /System/Library/PrivateFrameworks/PhotosUICore.framework/PhotosUICore
0x197ebc000 - 0x197ef1fff TelephonyUI arm64 <085cb91f2a9f33bca387d76599f83612> /System/Library/PrivateFrameworks/TelephonyUI.framework/TelephonyUI
0x197ef2000 - 0x197f0bfff CoreSDB arm64 /System/Library/PrivateFrameworks/CoreSDB.framework/CoreSDB
0x197f0c000 - 0x197f61fff IMSharedUtilities arm64 <15fa14bcc7cc35ea8218f75b0709cf90> /System/Library/PrivateFrameworks/IMSharedUtilities.framework/IMSharedUtilities
0x197f62000 - 0x197f68fff LinguisticData arm64 <6896b00291a7366aa4951980043996ee> /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData
0x197f69000 - 0x197f80fff NeutrinoKit arm64 /System/Library/PrivateFrameworks/NeutrinoKit.framework/NeutrinoKit
0x197f81000 - 0x19800bfff PhotoEditSupport arm64 <73cfccd19c673ec3951aafbdd52723af> /System/Library/PrivateFrameworks/PhotoEditSupport.framework/PhotoEditSupport
0x19800c000 - 0x19801efff SiriTasks arm64 /System/Library/PrivateFrameworks/SiriTasks.framework/SiriTasks
0x19801f000 - 0x19843ffff PhotosUI arm64 /System/Library/Frameworks/PhotosUI.framework/PhotosUI
0x198440000 - 0x198446fff ProgressUI arm64 <022e0a3c53e0344581d9f13039c39960> /System/Library/PrivateFrameworks/ProgressUI.framework/ProgressUI
0x198447000 - 0x198548fff ResponseKit arm64 <63f7308a5a083713b77651985fb4e802> /System/Library/PrivateFrameworks/ResponseKit.framework/ResponseKit
0x198549000 - 0x198575fff StoreKit arm64 <74c48a9a59a8352bb5088a45caf08e3c> /System/Library/Frameworks/StoreKit.framework/StoreKit
0x198576000 - 0x1985cbfff SpringBoardUIServices arm64 <0213b3fc1f763244b161a825a5bd4587> /System/Library/PrivateFrameworks/SpringBoardUIServices.framework/SpringBoardUIServices
0x1985cc000 - 0x1985d5fff AppPredictionClient arm64 /System/Library/PrivateFrameworks/AppPredictionClient.framework/AppPredictionClient
0x1985d6000 - 0x1985f1fff EmojiFoundation arm64 <5aec0b86aa1734f6a801d67d06e14bde> /System/Library/PrivateFrameworks/EmojiFoundation.framework/EmojiFoundation
0x1985f2000 - 0x198704fff IMDPersistence arm64 <63d6f4a314183e2cb8ded7a5edcde1da> /System/Library/PrivateFrameworks/IMDPersistence.framework/IMDPersistence
0x198705000 - 0x19871ffff MetalKit arm64 <6bbf623d769731008277eb593048ef67> /System/Library/Frameworks/MetalKit.framework/MetalKit
0x198720000 - 0x198741fff GenerationalStorage arm64 /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
0x198742000 - 0x198b81fff SceneKit arm64 /System/Library/Frameworks/SceneKit.framework/SceneKit
0x198b82000 - 0x198c50fff CoreHandwriting arm64 /System/Library/PrivateFrameworks/CoreHandwriting.framework/CoreHandwriting
0x198c51000 - 0x198ca1fff DuetExpertCenter arm64 /System/Library/PrivateFrameworks/DuetExpertCenter.framework/DuetExpertCenter
0x198ca2000 - 0x198cbcfff CertInfo arm64 <80c9763e5a343f2dba6a15b2d8cc6fa6> /System/Library/PrivateFrameworks/CertInfo.framework/CertInfo
0x198cbd000 - 0x198db3fff CompanionSync arm64 <8a3715cd0b56307ba261a1453ca9b4a9> /System/Library/PrivateFrameworks/CompanionSync.framework/CompanionSync
0x198db4000 - 0x198dbcfff AddressBookUI arm64 <89c59c5837833e7ba81c8f83216b4b0a> /System/Library/Frameworks/AddressBookUI.framework/AddressBookUI
0x198dbd000 - 0x198de8fff AccountsUI arm64 <04ecd821d5c23d23b68e964517cffc25> /System/Library/PrivateFrameworks/AccountsUI.framework/AccountsUI
0x198de9000 - 0x198decfff AppPreferenceClient arm64 <6ce7217eb2453f4b9ef650806ddec922> /System/Library/PrivateFrameworks/AppPreferenceClient.framework/AppPreferenceClient
0x198e15000 - 0x198e26fff ProactiveMagicalMoments arm64 <5491a3c0bdf73338b42405d243e8f34e> /System/Library/PrivateFrameworks/ProactiveMagicalMoments.framework/ProactiveMagicalMoments
0x19916a000 - 0x1991eafff AppPredictionInternal arm64 <74cc7c59e63238d1a6260a166efad560> /System/Library/PrivateFrameworks/AppPredictionInternal.framework/AppPredictionInternal
0x1991eb000 - 0x1991ecfff BackgroundTaskAgent arm64 <1864fb8aa1ab3c86871c27456f410831> /System/Library/PrivateFrameworks/BackgroundTaskAgent.framework/BackgroundTaskAgent
0x1991ed000 - 0x199317fff PencilKit arm64 /System/Library/PrivateFrameworks/PencilKit.framework/PencilKit
0x199318000 - 0x199335fff QuickLookThumbnailing arm64 /System/Library/PrivateFrameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing
0x199336000 - 0x1993f1fff PDFKit arm64 /System/Library/Frameworks/PDFKit.framework/PDFKit
0x1993f2000 - 0x19951efff AnnotationKit arm64 <1d7e589ba2e437558e796638e126538e> /System/Library/PrivateFrameworks/AnnotationKit.framework/AnnotationKit
0x19951f000 - 0x1996befff IMCore arm64 /System/Library/PrivateFrameworks/IMCore.framework/IMCore
0x1996bf000 - 0x1996d6fff NetAppsUtilities arm64 <449a3a93f54c36759f10632fea7d1702> /System/Library/PrivateFrameworks/NetAppsUtilities.framework/NetAppsUtilities
0x199727000 - 0x19973dfff FMCoreLite arm64 /System/Library/PrivateFrameworks/FMCoreLite.framework/FMCoreLite
0x19973e000 - 0x19976efff MarkupUI arm64 <3ec3c979d1cb307291929de813ccefa0> /System/Library/PrivateFrameworks/MarkupUI.framework/MarkupUI
0x19976f000 - 0x199781fff MobileDeviceLink arm64 /System/Library/PrivateFrameworks/MobileDeviceLink.framework/MobileDeviceLink
0x199782000 - 0x199790fff NetAppsUtilitiesUI arm64 <8ac75d500ab63e79a89e19eb502be35f> /System/Library/PrivateFrameworks/NetAppsUtilitiesUI.framework/NetAppsUtilitiesUI
0x199791000 - 0x19984afff QuickLook arm64 /System/Library/Frameworks/QuickLook.framework/QuickLook
0x1998ca000 - 0x1998e8fff MaterialKit arm64 <2d3ce5a37e973f499d38ce3f0d80fa4c> /System/Library/PrivateFrameworks/MaterialKit.framework/MaterialKit
0x1998e9000 - 0x19992ffff MobileBackup arm64 <88df3b18b4103400942b8a8618b52c7f> /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup
0x199930000 - 0x199976fff SafariSafeBrowsing arm64 <577597e8a76337d4903438c56f6b1a40> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/SafariSafeBrowsing
0x199995000 - 0x199a9bfff SafariServices arm64 <8047e3215f7837b5af6314518a44be0b> /System/Library/Frameworks/SafariServices.framework/SafariServices
0x199a9c000 - 0x199ad4fff AppStoreDaemon arm64 <521ccc1036983dc8bf5cadd6e4da52d6> /System/Library/PrivateFrameworks/AppStoreDaemon.framework/AppStoreDaemon
0x199b36000 - 0x199b9bfff IMAP arm64 /System/Library/PrivateFrameworks/Message.framework/MailServices/IMAP.framework/IMAP
0x199ba1000 - 0x199c45fff TSUtility arm64 /System/Library/PrivateFrameworks/TSUtility.framework/TSUtility
0x199c46000 - 0x199e16fff iTunesStoreUI arm64 <62a7e15c088a3ab79082831adf9bdc0e> /System/Library/PrivateFrameworks/iTunesStoreUI.framework/iTunesStoreUI
0x199e17000 - 0x199f11fff MessageUI arm64 <2065f804cdaa3b28babfc7b3bc7d7507> /System/Library/Frameworks/MessageUI.framework/MessageUI
0x199f12000 - 0x199f2ffff FindMyDevice arm64 <3a58d77fddf63ba6a7cbb6680e479be0> /System/Library/PrivateFrameworks/FindMyDevice.framework/FindMyDevice
0x199f30000 - 0x199fecfff Radio arm64 <42be0fd332a83e01ad564148695def30> /System/Library/PrivateFrameworks/Radio.framework/Radio
0x19a10a000 - 0x19a117fff NotificationCenter arm64 /System/Library/Frameworks/NotificationCenter.framework/NotificationCenter
0x19a118000 - 0x19a143fff BookLibrary arm64 <9da03b5d77e335ff9eb0ce6c7e44d895> /System/Library/PrivateFrameworks/BookLibrary.framework/BookLibrary
0x19a144000 - 0x19a222fff MediaPlaybackCore arm64 <397e25964dd4305ab934f47a602399e5> /System/Library/PrivateFrameworks/MediaPlaybackCore.framework/MediaPlaybackCore
0x19a379000 - 0x19a37bfff libIOAccessoryManager.dylib arm64 <96122a8fbc57377e8d594b1c697715ba> /usr/lib/libIOAccessoryManager.dylib
0x19a382000 - 0x19a3ddfff CoreCDPInternal arm64 <764fb65d1e7a3607b43083b14b48acb3> /System/Library/PrivateFrameworks/CoreCDPInternal.framework/CoreCDPInternal
0x19a3de000 - 0x19a425fff MPUFoundation arm64 /System/Library/PrivateFrameworks/MPUFoundation.framework/MPUFoundation
0x19a426000 - 0x19a87dfff StoreKitUI arm64 <3d5b09ef2247393faf296d4312d0d1f2> /System/Library/PrivateFrameworks/StoreKitUI.framework/StoreKitUI
0x19a87f000 - 0x19a8a0fff CoreCDPUI arm64 <6df2de4fe86632b18b003eefb147043f> /System/Library/PrivateFrameworks/CoreCDPUI.framework/CoreCDPUI
0x19a8a1000 - 0x19a8b5fff DuetActivityScheduler arm64 <9ff025640e6439618f149a61c4b5b1d9> /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/DuetActivityScheduler
0x19a8b6000 - 0x19a912fff InstallCoordination arm64 <33ff6e46d950325393726b9c63018c01> /System/Library/PrivateFrameworks/InstallCoordination.framework/InstallCoordination
0x19a94c000 - 0x19a954fff FrontBoardUIServices arm64 /System/Library/PrivateFrameworks/FrontBoardUIServices.framework/FrontBoardUIServices
0x19a955000 - 0x19a99afff WeatherFoundation arm64 /System/Library/PrivateFrameworks/WeatherFoundation.framework/WeatherFoundation
0x19a9a0000 - 0x19a9a0fff LegacyHandle arm64 /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/LegacyHandle.framework/LegacyHandle
0x19a9a1000 - 0x19aa02fff AppleAccountUI arm64 <246642a84c0b3186b3bbade2e1faf4f1> /System/Library/PrivateFrameworks/AppleAccountUI.framework/AppleAccountUI
0x19aa03000 - 0x19aab4fff FrontBoard arm64 <4e27aa9a4d883299a1acf71c34e2b9c4> /System/Library/PrivateFrameworks/FrontBoard.framework/FrontBoard
0x19aab5000 - 0x19aad1fff MediaPlayerUI arm64 <3c702056099134c1be1103975c10a4be> /System/Library/PrivateFrameworks/MediaPlayerUI.framework/MediaPlayerUI
0x19aad2000 - 0x19aadefff MobileActivation arm64 <232543bf7b513d3db28934aac9587e22> /System/Library/PrivateFrameworks/MobileActivation.framework/MobileActivation
0x19aadf000 - 0x19aadffff libAWDProtobufFacetimeiMessage.dylib arm64 <3ffaf19e82973f7aab0eb5fbb7d864fe> /usr/lib/libAWDProtobufFacetimeiMessage.dylib
0x19aaff000 - 0x19ab26fff ViceroyTrace arm64 /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/ViceroyTrace.framework/ViceroyTrace
0x19ab27000 - 0x19ab32fff AppConduit arm64 /System/Library/PrivateFrameworks/AppConduit.framework/AppConduit
0x19ab33000 - 0x19ab4bfff IAP arm64 <4b52bf39924136eaa7b7f87f4ce8de1a> /System/Library/PrivateFrameworks/IAP.framework/IAP
0x19ab4c000 - 0x19aba2fff Weather arm64 /System/Library/PrivateFrameworks/Weather.framework/Weather
0x19abe0000 - 0x19abe8fff NCLaunchStats arm64 <5b6d728309a73f26a082b294d4c28120> /System/Library/PrivateFrameworks/NCLaunchStats.framework/NCLaunchStats
0x19abe9000 - 0x19ad4bfff Sharing arm64 /System/Library/PrivateFrameworks/Sharing.framework/Sharing
0x19ad4c000 - 0x19ada4fff Stocks arm64 /System/Library/PrivateFrameworks/Stocks.framework/Stocks
0x19ada5000 - 0x19b003fff VideoProcessing arm64 /System/Library/PrivateFrameworks/VideoProcessing.framework/VideoProcessing
0x19b004000 - 0x19b01dfff ExternalAccessory arm64 <0cbbc69f39293de3a74021e458eeca81> /System/Library/Frameworks/ExternalAccessory.framework/ExternalAccessory
0x19b01e000 - 0x19b078fff WatchKit arm64 <550586bc2721313fa948fff90d4d980c> /System/Library/Frameworks/WatchKit.framework/WatchKit
0x19b079000 - 0x19b084fff SimpleKeyExchange arm64 /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/SimpleKeyExchange.framework/SimpleKeyExchange
0x19b085000 - 0x19b085fff snatmap arm64 <3bc6a53094de341d916c24477d960bb4> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/snatmap.framework/snatmap
0x19b086000 - 0x19b08afff AccessibilityUIShared arm64 /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUIShared.framework/AccessibilityUIShared
0x19b08b000 - 0x19b0eafff Widgets arm64 <516c524d8f5c3332b4e68dcdc3953c33> /System/Library/PrivateFrameworks/Widgets.framework/Widgets
0x19b0ef000 - 0x19b137fff ICE arm64 <570676cfff1c3025a89bf318d389d039> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/ICE.framework/ICE
0x19b138000 - 0x19b13efff NewsFoundation arm64 /System/Library/PrivateFrameworks/NewsFoundation.framework/NewsFoundation
0x19b13f000 - 0x19b372fff NewsTransport arm64 /System/Library/PrivateFrameworks/NewsTransport.framework/NewsTransport
0x19b373000 - 0x19b3bbfff SpringBoardUI arm64 <81ca2101a6c634c3b3d05ca0166f94ec> /System/Library/PrivateFrameworks/SpringBoardUI.framework/SpringBoardUI
0x19b3bc000 - 0x19b410fff CallKit arm64 <0b8c563409c13f64aeeecaf31843abfe> /System/Library/Frameworks/CallKit.framework/CallKit
0x19b411000 - 0x19b417fff AccessibilityUI arm64 <0a028cdf461337378dadbc6afd041e45> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUI.framework/AccessibilityUI
0x19b418000 - 0x19b462fff AirPlaySupport arm64 /System/Library/PrivateFrameworks/AirPlaySupport.framework/AirPlaySupport
0x19b463000 - 0x19b46cfff AppleSRP arm64 /System/Library/PrivateFrameworks/AppleSRP.framework/AppleSRP
0x19b46d000 - 0x19b4c9fff IMAVCore arm64 /System/Library/PrivateFrameworks/IMAVCore.framework/IMAVCore
0x19b4d6000 - 0x19b828fff NewsCore arm64 <0e1b5401da3837b59570e86d0f43ff34> /System/Library/PrivateFrameworks/NewsCore.framework/NewsCore
0x19b829000 - 0x19b82efff WirelessCoexManager arm64 <56f671cc6adb38aabe7712ac10c15669> /System/Library/PrivateFrameworks/WirelessCoexManager.framework/WirelessCoexManager
0x19b866000 - 0x19b8aefff ClockKit arm64 <1e113c0273b239ff86523520e65a748b> /System/Library/PrivateFrameworks/ClockKit.framework/ClockKit
0x19b8ce000 - 0x19b8d2fff NewsDaemon arm64 /System/Library/PrivateFrameworks/NewsDaemon.framework/NewsDaemon
0x19b8d3000 - 0x19b929fff PBBridgeSupport arm64 /System/Library/PrivateFrameworks/PBBridgeSupport.framework/PBBridgeSupport
0x19bad1000 - 0x19bb33fff APTransport arm64 <69e945c7b1453112930e897b60c1b943> /System/Library/PrivateFrameworks/APTransport.framework/APTransport
0x19bb34000 - 0x19be72fff AVConference arm64 <10c40140d45a36dd9e9cec9ac12eb192> /System/Library/PrivateFrameworks/AVConference.framework/AVConference
0x19be73000 - 0x19be8ffff BridgePreferences arm64 <3a67a544371a36f78318d53455b44d02> /System/Library/PrivateFrameworks/BridgePreferences.framework/BridgePreferences
0x19be90000 - 0x19bea5fff NewsServicesInternal arm64 <4a00bcd684de3aa89f67b44a7307c228> /System/Library/PrivateFrameworks/NewsServicesInternal.framework/NewsServicesInternal
0x19c060000 - 0x19c066fff DuetRecommendation arm64 <0bfe5b8696213687ba3835cc66b6c52e> /System/Library/PrivateFrameworks/DuetRecommendation.framework/DuetRecommendation
0x19c0af000 - 0x19c11bfff MediaControlSender arm64 /System/Library/PrivateFrameworks/MediaControlSender.framework/MediaControlSender
0x19c1c9000 - 0x19c20dfff HMFoundation arm64 <96aa43b4339b30afb91ff9c03412346a> /System/Library/PrivateFrameworks/HMFoundation.framework/HMFoundation
0x19c20e000 - 0x19c218fff IMSharedUI arm64 <3e6d96b1c3a63e23a1f49aa0d9a15e29> /System/Library/PrivateFrameworks/IMSharedUI.framework/IMSharedUI
0x19c219000 - 0x19c279fff NewsToday arm64 <7ab577bb29eb33d993da0711cb411786> /System/Library/PrivateFrameworks/NewsToday.framework/NewsToday
0x19c27a000 - 0x19c2d1fff PhotosPlayer arm64 <630ef836e76b35d3bb8c30c139bc4852> /System/Library/PrivateFrameworks/PhotosPlayer.framework/PhotosPlayer
0x19c2d8000 - 0x19c2dafff UserNotificationServices arm64 /System/Library/PrivateFrameworks/UserNotificationServices.framework/UserNotificationServices
0x19c2eb000 - 0x19c2fafff Speech arm64 /System/Library/Frameworks/Speech.framework/Speech
0x19c3e3000 - 0x19c3ecfff EmojiKit arm64 <2d35cf03348b3e399faa0d1d176fa81c> /System/Library/PrivateFrameworks/EmojiKit.framework/EmojiKit
0x19c3ed000 - 0x19c3f5fff FamilyCircle arm64 <1393aa7ea23634b98effbaf2b590b9b6> /System/Library/PrivateFrameworks/FamilyCircle.framework/FamilyCircle
0x19c3f6000 - 0x19c3fafff NewsServices arm64 /System/Library/PrivateFrameworks/NewsServices.framework/NewsServices
0x19c400000 - 0x19c43dfff TouchRemote arm64 <193be668cb11394e897515bd273aa22a> /System/Library/PrivateFrameworks/TouchRemote.framework/TouchRemote
0x19c462000 - 0x19c5c7fff HomeKit arm64 /System/Library/Frameworks/HomeKit.framework/HomeKit
0x19c5c8000 - 0x19c94efff ChatKit arm64 /System/Library/PrivateFrameworks/ChatKit.framework/ChatKit
0x19c94f000 - 0x19c95ffff CoreFollowUpUI arm64 /System/Library/PrivateFrameworks/CoreFollowUpUI.framework/CoreFollowUpUI
0x19c960000 - 0x19ca0dfff MobileTimer arm64 <411319270d08315aaf111be41f352e36> /System/Library/PrivateFrameworks/MobileTimer.framework/MobileTimer
0x19ca0e000 - 0x19cda4fff SDAPI arm64 <4213a34d7b533ef682cbaf288f02ad91> /System/Library/PrivateFrameworks/SDAPI.framework/SDAPI
0x19cdb4000 - 0x19cdbafff VoicemailStore arm64 /System/Library/PrivateFrameworks/VoicemailStore.framework/VoicemailStore
0x19cdbb000 - 0x19ce06fff WatchListKit arm64 /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit
0x19dcc6000 - 0x19dceafff AppSupportUI arm64 /System/Library/PrivateFrameworks/AppSupportUI.framework/AppSupportUI
0x19dceb000 - 0x19dd39fff CallHistory arm64 /System/Library/PrivateFrameworks/CallHistory.framework/CallHistory
0x19dd3a000 - 0x19e2d1fff EmbeddedAcousticRecognition arm64 <260d36e266943dfd9bbdbf1c138c7c19> /System/Library/PrivateFrameworks/EmbeddedAcousticRecognition.framework/EmbeddedAcousticRecognition
0x19e2d2000 - 0x19e2d7fff IntentsCore arm64 /System/Library/PrivateFrameworks/IntentsCore.framework/IntentsCore
0x19e2d8000 - 0x19e30ffff SetupAssistantUI arm64 /System/Library/PrivateFrameworks/SetupAssistantUI.framework/SetupAssistantUI
0x19e317000 - 0x19e348fff VisualVoicemail arm64 <2d2e4be1fddd3009ba311b6669c38e39> /System/Library/PrivateFrameworks/VisualVoicemail.framework/VisualVoicemail
0x19e349000 - 0x19e36afff CarKit arm64 <872a509b88143d169e1d8a89cd367524> /System/Library/PrivateFrameworks/CarKit.framework/CarKit
0x19e3b8000 - 0x19e3dbfff FlightUtilities arm64 <70540eb5752e35ccaa1a53cc63ca8957> /System/Library/PrivateFrameworks/FlightUtilities.framework/FlightUtilities
0x19e488000 - 0x19e514fff LinkPresentation arm64 <7264bc38c9c13e4abaed0cb975be88c1> /System/Library/PrivateFrameworks/LinkPresentation.framework/LinkPresentation
0x19e547000 - 0x19e574fff TemplateKit arm64 /System/Library/PrivateFrameworks/TemplateKit.framework/TemplateKit
0x19e575000 - 0x19e622fff VoiceTrigger arm64 <6a56eaf2cb953dd1978dffad7ba119b8> /System/Library/PrivateFrameworks/VoiceTrigger.framework/VoiceTrigger
0x19e623000 - 0x19e62afff iAdServices arm64 /System/Library/PrivateFrameworks/iAdServices.framework/iAdServices
0x19e62b000 - 0x19e679fff iAd arm64 <4dd477e1dc483756b25c523f0710af62> /System/Library/Frameworks/iAd.framework/iAd
0x19e67a000 - 0x19e6c0fff Catalyst arm64 <27cee26af80d352e8ddeb59599c92d46> /System/Library/PrivateFrameworks/Catalyst.framework/Catalyst
0x19e6d0000 - 0x19e6f4fff FMCore arm64 <4bfc50e0a47131b781e1ce37325ed73a> /System/Library/PrivateFrameworks/FMCore.framework/FMCore
0x19e6f5000 - 0x19e8aefff Home arm64 /System/Library/PrivateFrameworks/Home.framework/Home
0x19e8cc000 - 0x19e931fff SearchUI arm64 /System/Library/PrivateFrameworks/SearchUI.framework/SearchUI
0x19e942000 - 0x19e99ffff libnfshared.dylib arm64 /usr/lib/libnfshared.dylib
0x19e9a0000 - 0x19e9a6fff IdentityLookup arm64 /System/Library/Frameworks/IdentityLookup.framework/IdentityLookup
0x19e9a7000 - 0x19e9b1fff IntentsUI arm64 <0a40dfc644b63fee88c9e82a5abfb4a5> /System/Library/Frameworks/IntentsUI.framework/IntentsUI
0x19e9b2000 - 0x19eb06fff libGLProgrammability.dylib arm64 /System/Library/Frameworks/OpenGLES.framework/libGLProgrammability.dylib
0x19eb5d000 - 0x19eb6afff Cards arm64 /System/Library/PrivateFrameworks/Cards.framework/Cards
0x19eb6b000 - 0x19eb89fff CellularPlanManager arm64 /System/Library/PrivateFrameworks/CellularPlanManager.framework/CellularPlanManager
0x19eb8a000 - 0x19ebb1fff DeviceManagement arm64 <2c6bc21272773775adbbcc840e8dd09e> /System/Library/PrivateFrameworks/DeviceManagement.framework/DeviceManagement
0x19ebb2000 - 0x19ebc2fff EasyConfig arm64 <41108dadf903307f8ccfde2e8916564d> /System/Library/PrivateFrameworks/EasyConfig.framework/EasyConfig
0x19ebc3000 - 0x19ebebfff FMF arm64 /System/Library/PrivateFrameworks/FMF.framework/FMF
0x19ecf5000 - 0x19ed2efff ToneKit arm64 <002383a9f9e63421bc26084fe9d25363> /System/Library/PrivateFrameworks/ToneKit.framework/ToneKit
0x19ee62000 - 0x19ee77fff CardKit arm64 <8feeda28dc0638c985085c597a3cc533> /System/Library/PrivateFrameworks/CardKit.framework/CardKit
0x19ee78000 - 0x19ef1afff CommunicationsSetupUI arm64 /System/Library/PrivateFrameworks/CommunicationsSetupUI.framework/CommunicationsSetupUI
0x19ef1b000 - 0x19ef3cfff ControlCenterUIKit arm64 /System/Library/PrivateFrameworks/ControlCenterUIKit.framework/ControlCenterUIKit
0x19ef9f000 - 0x19efc7fff FMCoreUI arm64 /System/Library/PrivateFrameworks/FMCoreUI.framework/FMCoreUI
0x19efda000 - 0x19effdfff MultitouchSupport arm64 <2dd7690e7b703eb5b9501c164cae825a> /System/Library/PrivateFrameworks/MultitouchSupport.framework/MultitouchSupport
0x19f0da000 - 0x19f0f5fff SiriUICore arm64 <89f915349cb4353f8a2c9c0b8bfab032> /System/Library/PrivateFrameworks/SiriUICore.framework/SiriUICore
0x19f205000 - 0x19f225fff Messages arm64 <080b58b70e5d323887c4da8ec8d6a038> /System/Library/Frameworks/Messages.framework/Messages
0x19f25b000 - 0x19f320fff AXHearingSupport arm64 /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AXHearingSupport.framework/AXHearingSupport
0x19f33c000 - 0x19f33efff SpeakTypingServices arm64 /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/SpeakTypingServices.framework/SpeakTypingServices
0x19f33f000 - 0x19f344fff ZoomServices arm64 <3a721d377afe3d5084d5d9bf8145355b> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/ZoomServices.framework/ZoomServices
0x19f548000 - 0x19f5a0fff ClassroomKit arm64 <83a6db95f3d13dd78ecae640877e2097> /System/Library/PrivateFrameworks/ClassroomKit.framework/ClassroomKit
0x19f5ac000 - 0x19f5d0fff FMFUI arm64 <63fc1a3fcf3d3a67971a6bad6d3b1b31> /System/Library/PrivateFrameworks/FMFUI.framework/FMFUI
0x19f7eb000 - 0x19f80bfff PassKitUIFoundation arm64 <27460879697c3b8bac4df4f0f4191e2d> /System/Library/PrivateFrameworks/PassKitUIFoundation.framework/PassKitUIFoundation
0x19f8c6000 - 0x19f92efff SiriUI arm64 /System/Library/PrivateFrameworks/SiriUI.framework/SiriUI
0x19f92f000 - 0x19f9a1fff SpotlightServices arm64 /System/Library/PrivateFrameworks/SpotlightServices.framework/SpotlightServices
0x19fc95000 - 0x19fcb9fff ReplayKit arm64 <33e8445d585939408ebd3ad27c0a41a6> /System/Library/Frameworks/ReplayKit.framework/ReplayKit
0x19fd31000 - 0x19fe4ffff AirPortAssistant arm64 <31d18365571635a69e1e35f440020940> /System/Library/PrivateFrameworks/AirPortAssistant.framework/AirPortAssistant
0x19ff72000 - 0x19ffcefff AssistantUI arm64 <0dbb98433cea3fc28f0131212e6e3ecd> /System/Library/PrivateFrameworks/AssistantUI.framework/AssistantUI
0x19ffcf000 - 0x19ffd8fff BatteryCenter arm64 <9287fc4fb39735cdb026deb943b2ea0c> /System/Library/PrivateFrameworks/BatteryCenter.framework/BatteryCenter
0x19fff4000 - 0x1a0081fff CloudDocs arm64 <5a5303b002023050a9898ec4c3c80e79> /System/Library/PrivateFrameworks/CloudDocs.framework/CloudDocs
0x1a020f000 - 0x1a025dfff DataDetectorsUI arm64 <04a0f18b8e6c3b819e3572a5e04647dc> /System/Library/PrivateFrameworks/DataDetectorsUI.framework/DataDetectorsUI
0x1a037b000 - 0x1a0381fff MobileSoftwareUpdate arm64 <1f78fe9df6673e59b09d4c4a1de8ef7f> /System/Library/PrivateFrameworks/MobileSoftwareUpdate.framework/MobileSoftwareUpdate
0x1a0382000 - 0x1a0393fff MobileTimerUI arm64 <753a9805c1573b07b518c8a7f8addd3d> /System/Library/PrivateFrameworks/MobileTimerUI.framework/MobileTimerUI
0x1a040f000 - 0x1a0635fff PassKitUI arm64 <19e38fac841f3ce392691ab998f9f4be> /System/Library/PrivateFrameworks/PassKitUI.framework/PassKitUI
0x1a0812000 - 0x1a0900fff PreferencesUI arm64 <604c4cd59ad7318ebaedfcdc6eda6cbc> /System/Library/PrivateFrameworks/PreferencesUI.framework/PreferencesUI
0x1a09ad000 - 0x1a09ccfff Search arm64 <2aff63f528e7302e8a12d4ef62afd591> /System/Library/PrivateFrameworks/Search.framework/Search
0x1a0a8a000 - 0x1a0aa6fff UserNotificationsKit arm64 <5693f564a72830928d347954514d314d> /System/Library/PrivateFrameworks/UserNotificationsKit.framework/UserNotificationsKit
0x1a0aad000 - 0x1a0ab5fff WiFiCloudSyncEngine arm64 /System/Library/PrivateFrameworks/WiFiCloudSyncEngine.framework/WiFiCloudSyncEngine
0x1a0ab6000 - 0x1a0b0bfff WiFiKitUI arm64 <1b031e92f6ec3c9798495b7b5119f5c1> /System/Library/PrivateFrameworks/WiFiKitUI.framework/WiFiKitUI
0x1a0dc8000 - 0x1a0dc9fff AXContainerServices arm64 <18ae9cd7f4d0397199337d1cc727620b> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AXContainerServices.framework/AXContainerServices
0x1a0dca000 - 0x1a0dd2fff AXFrontBoardUtils arm64 /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AXFrontBoardUtils.framework/AXFrontBoardUtils
0x1a0dd3000 - 0x1a0ddffff AXSpeechAssetServices arm64 /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AXSpeechAssetServices.framework/AXSpeechAssetServices
0x1a0de9000 - 0x1a0e30fff BiometricKit arm64 <602f8223d3e234958345d9483ae1830e> /System/Library/PrivateFrameworks/BiometricKit.framework/BiometricKit
0x1a10b3000 - 0x1a10bbfff ControlCenterServices arm64 <1801fbf0dd40368793fcb78a9d8182d4> /System/Library/PrivateFrameworks/ControlCenterServices.framework/ControlCenterServices
0x1a12fc000 - 0x1a1313fff FriendKit arm64 <4ecc45f20c4733648160183b1484eac2> /System/Library/PrivateFrameworks/FriendKit.framework/FriendKit
0x1a1953000 - 0x1a1ac8fff HomeUI arm64 <9b712f19dca23404b4c0bfb783686ce7> /System/Library/PrivateFrameworks/HomeUI.framework/HomeUI
0x1a1b48000 - 0x1a1b9bfff MapsSuggestions arm64 <75b609d4bb0b3a0192f16706e59532c1> /System/Library/PrivateFrameworks/MapsSuggestions.framework/MapsSuggestions
0x1a1c06000 - 0x1a1de3fff NotesShared arm64 /System/Library/PrivateFrameworks/NotesShared.framework/NotesShared
0x1a3221000 - 0x1a32aafff SoftwareUpdateServices arm64 <16a4b308ba9d3612b843636d319bbfaf> /System/Library/PrivateFrameworks/SoftwareUpdateServices.framework/SoftwareUpdateServices
0x1a32ab000 - 0x1a32c1fff Spotlight arm64 /System/Library/PrivateFrameworks/Spotlight.framework/Spotlight
0x1a32e1000 - 0x1a32ecfff SymptomReporter arm64 <5dfb6d9c056939889ef4fd6346d2cf7a> /System/Library/PrivateFrameworks/SymptomReporter.framework/SymptomReporter
0x1a393c000 - 0x1a399ffff UserActivity arm64 <008dc5bde76633bb819fcc32d80c9412> /System/Library/PrivateFrameworks/UserActivity.framework/UserActivity
0x1a39a6000 - 0x1a3a22fff WiFiKit arm64 <136aa44e4d17304083da344097043149> /System/Library/PrivateFrameworks/WiFiKit.framework/WiFiKit
0x1a3e77000 - 0x1a3e7ffff AXSpeechImplementation arm64 /System/Library/AccessibilityBundles/AXSpeechImplementation.bundle/AXSpeechImplementation
0x1a3e80000 - 0x1a3e8dfff AccessibilitySettingsLoader arm64 /System/Library/AccessibilityBundles/AccessibilitySettingsLoader.bundle/AccessibilitySettingsLoader
0x1a40b6000 - 0x1a40bbfff CMASBBPlugin arm64 /System/Library/BulletinBoardPlugins/CMASBBPlugin.bundle/CMASBBPlugin
0x1a40bc000 - 0x1a40d0fff MPDataProvider arm64 <38722d0a6a343bb199e2030fd1748c87> /System/Library/BulletinBoardPlugins/MPDataProvider.bundle/MPDataProvider
0x1a40d1000 - 0x1a40dafff PhotoLibraryDataProvider arm64 <38ad1893669538de9212d2b35efd69f8> /System/Library/BulletinBoardPlugins/PhotoLibraryDataProvider.bundle/PhotoLibraryDataProvider
0x1a40db000 - 0x1a40f6fff SMSBBPlugin arm64 /System/Library/BulletinBoardPlugins/SMSBBPlugin.bundle/SMSBBPlugin
0x1a4171000 - 0x1a4425fff RawCamera arm64 <6a57a44279933303877d6b753a99568e> /System/Library/CoreServices/RawCamera.bundle/RawCamera
0x1a4447000 - 0x1a4465fff AppleMetalGLRenderer arm64 <0cce88684a8e32b4b2a7f77b76c985a1> /System/Library/Extensions/AppleMetalGLRenderer.bundle/AppleMetalGLRenderer
0x1a4475000 - 0x1a4489fff libCGInterfaces.dylib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib
0x1a51e2000 - 0x1a52c4fff GLEngine arm64 <807ae232d0753aebbcf9e25a965fa740> /System/Library/Frameworks/OpenGLES.framework/GLEngine.bundle/GLEngine
0x1a52ef000 - 0x1a52f4fff UserNotificationsUI arm64 /System/Library/Frameworks/UserNotificationsUI.framework/UserNotificationsUI
0x1a57ef000 - 0x1a5834fff AXSpringBoardServerInstance arm64 /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AXSpringBoardServerInstance.framework/AXSpringBoardServerInstance
0x1a5a4f000 - 0x1a5a50fff AppLaunchStats arm64 /System/Library/PrivateFrameworks/AppLaunchStats.framework/AppLaunchStats
0x1a5b12000 - 0x1a5b2ffff AttentionAwareness arm64 /System/Library/PrivateFrameworks/AttentionAwareness.framework/AttentionAwareness
0x1a679a000 - 0x1a67c8fff ControlCenterUI arm64 <2b23cffc71c33cbbad715d97c510d00f> /System/Library/PrivateFrameworks/ControlCenterUI.framework/ControlCenterUI
0x1a69af000 - 0x1a69d6fff CoreServicesInternal arm64 <60e1e8af6f4433d4a462ac72f72cc4f8> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
0x1a6f88000 - 0x1a6f99fff libGSFontCache.dylib arm64 /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
0x1a6f9a000 - 0x1a6fccfff libTrueTypeScaler.dylib arm64 <63964522206d31ca9d7f5b9b78227abc> /System/Library/PrivateFrameworks/FontServices.framework/libTrueTypeScaler.dylib
0x1a78fa000 - 0x1a78fafff libmetal_timestamp.dylib arm64 /System/Library/PrivateFrameworks/GPUCompiler.framework/Libraries/libmetal_timestamp.dylib
0x1a872a000 - 0x1a872dfff InternationalSupport arm64 <6efcd0e042783733ac24282e37617085> /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport
0x1a872e000 - 0x1a873afff KeyboardArbiter arm64 <3e87ed49d25f3ab78bd7c61f517f09fd> /System/Library/PrivateFrameworks/KeyboardArbiter.framework/KeyboardArbiter
0x1a8846000 - 0x1a88cffff MapsSupport arm64 /System/Library/PrivateFrameworks/MapsSupport.framework/MapsSupport
0x1a88d0000 - 0x1a88f1fff MediaControls arm64 <72403ca613c33e76bd39b75603e73bcc> /System/Library/PrivateFrameworks/MediaControls.framework/MediaControls
0x1a9242000 - 0x1a92a3fff NearField arm64 <868a931e879e3d069a8fe559a55c8e0f> /System/Library/PrivateFrameworks/NearField.framework/NearField
0x1a99c4000 - 0x1a99d0fff PersonaUI arm64 <3a5cff3e45533188bdd3a623cbac877c> /System/Library/PrivateFrameworks/PersonaUI.framework/PersonaUI
0x1a9c67000 - 0x1a9c7afff QueryPredictionInternal arm64 <7d02a2b3cd3b386d80568186fbf58200> /System/Library/PrivateFrameworks/QueryPredictionInternal.framework/QueryPredictionInternal
0x1a9d5b000 - 0x1a9d6efff SOS arm64 /System/Library/PrivateFrameworks/SOS.framework/SOS
0x1a9d7e000 - 0x1a9d8bfff ScreenshotServices arm64 <36371d193fe83d6f912a4176699291f2> /System/Library/PrivateFrameworks/ScreenshotServices.framework/ScreenshotServices
0x1a9eb8000 - 0x1a9ebefff SoftwareUpdateServicesUI arm64 <288beb23fea23da78950c6e376c9a427> /System/Library/PrivateFrameworks/SoftwareUpdateServicesUI.framework/SoftwareUpdateServicesUI
0x1a9ebf000 - 0x1a9ee7fff SplashBoard arm64 <17bc3e4a1e5d3cb48541d2abd051c6ac> /System/Library/PrivateFrameworks/SplashBoard.framework/SplashBoard
0x1a9f49000 - 0x1a9f63fff SpotlightUI arm64 <3e0a8fc30c8c31af99b08dcd1a20462e> /System/Library/PrivateFrameworks/SpotlightUI.framework/SpotlightUI
0x1aa42b000 - 0x1aa445fff TVRemoteCore arm64 /System/Library/PrivateFrameworks/TVRemoteCore.framework/TVRemoteCore
0x1aa45d000 - 0x1aa462fff TextInputUI arm64 <87fa166bc057346dbbf819169cbe6cbe> /System/Library/PrivateFrameworks/TextInputUI.framework/TextInputUI
0x1aa4ac000 - 0x1aa4acfff UserManagementUI arm64 <08c3524caad4362db712b9d9202faaeb> /System/Library/PrivateFrameworks/UserManagementUI.framework/UserManagementUI
0x1aa4ad000 - 0x1aa511fff UserNotificationsServer arm64 <6497f843234d384c9ceaac23403b66ee> /System/Library/PrivateFrameworks/UserNotificationsServer.framework/UserNotificationsServer
0x1aa512000 - 0x1aa5a1fff UserNotificationsUIKit arm64 /System/Library/PrivateFrameworks/UserNotificationsUIKit.framework/UserNotificationsUIKit
0x1aa917000 - 0x1aa919fff iOSScreenSharing arm64 /System/Library/PrivateFrameworks/iOSScreenSharing.framework/iOSScreenSharing
0x1aa95f000 - 0x1aa97dfff Assistant arm64 <5c3f67a5fa00364da9bd941efe6ef71f> /System/Library/SpringBoardPlugins/Assistant.uibundle/Assistant
0x1aa97e000 - 0x1aa98afff ChatKit arm64 <425a06013e9530d293dde112cc47268e> /System/Library/SpringBoardPlugins/ChatKit.servicebundle/ChatKit
0x1aa98b000 - 0x1aa9a1fff IncomingCall arm64 <67b2baa17ac030c6bbc3ff1f1351c413> /System/Library/SpringBoardPlugins/IncomingCall.servicebundle/IncomingCall
0x1aa9a2000 - 0x1aa9aefff SIMToolkitUI arm64 <73b1436db500309d93fa69ef2fed5c88> /System/Library/SpringBoardPlugins/SIMToolkitUI.servicebundle/SIMToolkitUI
0x1aa9af000 - 0x1aa9b3fff StoreServicesPlugin arm64 <972299314a3e3f09a7de45a9b89af0b5> /System/Library/SpringBoardPlugins/StoreServicesPlugin.servicebundle/StoreServicesPlugin
0x1ab37f000 - 0x1ab38afff libMobileGestaltExtensions.dylib arm64 <53f13af6bfe237af9b16b1e078cef21d> /usr/lib/libMobileGestaltExtensions.dylib
0x1abf4c000 - 0x1abf4efff libsp.dylib arm64 /usr/lib/libsp.dylib
0x1ac33f000 - 0x1ac3fffff AGXMetalA11 arm64 <5cccab76a6643eacac7f0e29bceee4eb> /System/Library/Extensions/AGXMetalA11.bundle/AGXMetalA11
0x1ac566000 - 0x1ac589fff LocalAuthenticationPrivateUI arm64 <763c7daf77d53b86a7d0ba08dc10eb38> /System/Library/PrivateFrameworks/LocalAuthenticationPrivateUI.framework/LocalAuthenticationPrivateUI
0x1ac58c000 - 0x1ac58efff ShortcutUIKit arm64

Jailbreakd improvements

  • term_kernel after finding and caching all addresses
  • proper kexecute locking
  • clean up printf/NSLog/ifdef JAILBREAKDDEBUG
  • cache strings allocated in kernel
  • Find a better way to entitle xpcproxy spawned binaries
    (dispatch_time(DISPATCH_TIME_NOW, 0.5 * NSEC_PER_SEC) is hacky and slow)
  • add libjailbreak.dylib for system apps/executables to be able to call into

Zombie bug in b6

Hello,
I got Electra beta 6 just as it was released yesterday, and everything seemed fixed until now, where I just experienced the zombie bug again. I couldn't receive any notifications (specifically texts - my mac got them though), all apps would crash within a second of starting them, and I couldn't ssh into my device to take a screenshot of the top processes running. This happened on my iPhone 6 running 11.1.2. I've also seen some people on Reddit say that they are still experiencing this on b6.

Memory leak while code injection in tweak

So I was testing injecting some sample apps from google: googleads-mobile-ios-examples
pod install the google's banner sample app,
For example, try to inject below method:

%hook GADBannerView
- (void)setAdUnitID:(NSString *)adUnitID {
	TestLog(@"<Test> unit id:%@", adUnitID);
	if(adUnitID && [adUnitID hasPrefix:@"ca-app-pub"]) {
		NSString *checkedKey = [AdManager checkAdMobKey:adUnitID];
		if (checkedKey) {
			[testArray addObject:checkedKey];			
		}
	}
	return %orig;
}
%end

I had a method to check the key:
Test.m:

@implementation Test

static NSRegularExpression *admob_key_regex;

+ (NSString *)checkAdMobKey:(NSString *)key {
	if (key) {
		NSTextCheckingResult *result = [admob_key_regex firstMatchInString:key options:NSMatchingAnchored range:NSMakeRange(0, key.length)];
		if (result.range.length > 0) {
			return [key substringWithRange:result.range];
		}
	}
	return nil;
}

At run time, every time it will crash at sample app's view didLoad:

    // Replace this ad unit ID with your own ad unit ID.
    self.bannerView.adUnitID = @"ca-app-pub-3940256099942544/2934735716";
    self.bannerView.rootViewController = self;

Log:

2018-01-20 15:58:59.443181+0800 BannerExample[918:52646] ******Test****** _logos_method$_ungrouped$GADBannerView$setAdUnitID$:256 <Test> unit id:ca-app-pub-3940256099942544/2934735716
2018-01-20 15:58:59.443953+0800 BannerExample[918:52646] -[__NSArrayM firstMatchInString:options:range:]: unrecognized selector sent to instance 0x1c4052840

Repeat to reproduce:

2018-01-20 16:04:29.056979+0800 BannerExample[945:54444] ******AdManager****** _logos_method$_ungrouped$GADBannerView$setAdUnitID$:256 <AdMob Banner> unit id:ca-app-pub-3940256099942544/2934735716
2018-01-20 16:04:29.057472+0800 BannerExample[945:54444] -[UIActivityContinuationManager firstMatchInString:options:range:]: unrecognized selector sent to instance 0x1c42493c0

Notice the first time, it's saying __NSArrayM, but second time it's UIActivityContinuationManager. So we are having a memory leak here, however I don't know where goes wrong. The static variable seems the entry point.

reload launchdaemon

Currently only jailbreakd & dropbear are loaded.

To load all other daemons, launchctl load /$BOOTSTRAP_PREFIX/Library/LaunchDaemons/ is needed.

However, they probably must be loaded after first respring.

There's also another issue: sometimes phone gets stuck on black screen, and looking at process list reveals that xpcproxy backboardd is there and it is stuck. I guess it happens because it calls jailbreakd before it's ready.

So here's a proposal:

  • Add main launchdaemon, traditionally called reload
  • It should:
    • wait for jailbreakd to be started and initialized
    • kill backboardd
    • call launchctl load on LaunchDaemons directory to load all other daemons (already loaded daemons won't be reloaded)

Apps crashing

Apps crash and won’t relaunch until I restart phon and restart Electra happens almost once a day

License

We can't do much about Ian's code (it's in public domain I guess)
But I think project should have some license

Apps crashing

Iphone 6 ios 11.1.2 i do the jailbreak and when i go to watch youtube after like 2-3min the app crashes. Had the same issue with facebook instagram snapchat but with youtube it happens the most often.

Safari Crashes

I have an iPhone 7 on 11.1.2 with Electra Beta 5 and safari keeps crashing. Also I other people on reddit seem to be having the same issue. Reddit Post

Not able to use ssh

using beta 5 get this message when try to use SSH on iphone 7 plus 9,4:

zsh: failed to load module `zsh/zle': dlopen(/usr/local/lib/zsh/5.0.8/zsh/zle.so, 9): no suitable image found. Did find:\n\t/usr/local/lib/zsh/5.0.8/zsh/zle.so: code signing blocked mmap() of '/usr/local/lib/zsh/5.0.8/zsh/zle.so'

same problem whe I use Mterminal

I install XXAssistant Device Will reboot at jailbreak

i put two file in
/System/Library/LaunchDaemons/
com.XXAssistCenter.plist

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>KeepAlive</key>
	<true/>
	<key>Label</key>
	<string>com.xx.XXAssistCenter</string>
	<key>Program</key>
	<string>/usr/libexec/XXAssistCenter</string>
	<key>RunAtLoad</key>
	<true/>
	<key>UserName</key>
	<string>root</string>
	<key>Version</key>
	<string>1.0.2</string>
	<key>buildDate</key>
	<string>14.11.25.22063</string>
</dict>
</plist>

com.XXAssistInstaller.plist

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>KeepAlive</key>
	<true/>
	<key>Label</key>
	<string>com.xx.XXAssistInstaller</string>
	<key>Program</key>
	<string>/usr/libexec/XXAssistInstaller</string>
	<key>RunAtLoad</key>
	<true/>
	<key>UserName</key>
	<string>root</string>
	<key>Version</key>
	<string>1.0.0</string>
	<key>buildDate</key>
	<string>14.11.25.22063</string>
</dict>
</plist>

Substrate "shim" issue.

I was on b3-2 with the substrate "fix" going around the community. Upon upgrading to b4, Cylinder stopped working, which I believe was due to your fix. I'd just like to notify you that I'm seeing issues with your fix so far. Here's an unsymbolicated crash report straight from syslog if that can help. https://pastebin.com/raw/AWQTLZCq

apps crashing on b7

  • iOS version: 11.1.2
  • iDevice model: iphone 6
  • electra version: beta 7
    apps sometimes crash, esp youtube 1-2mins on video then it crash.. happens on other apps too

Apps still crashing

I'm honestly still dealing with an issue since Beta 5 that my phone either locks up or apps will not launch after closing from the multitasker. I've tried various things by disabling each tweak with and without a theme installed and the problem still occurs. I even disconnected from terminal and it still locks up. I'm not sure what the problem could be at this point.

Enable LaunchDaemons

This should enable launchdaemons after jailbreak in order for tweaks with daemons to work properly

Safari crash on b6-5

How can I fix the safari crash, for work 8 click a few times on the safari app

Add version/build of the ipa

Hello,
with regular updates, it can be difficult to know which version is installed on the device. Could you add the version number on the Electra ipa.

Tk's for your work on Electra.

jjjj Crashing, Not Running

Whenever I run jjjj, it has the white screen whenever you run Cydia but then about a second later it crashes and goes back to the home screen. I'm running iOS 11.1.1 on a iP7 (A1660).

Re make theos app will crash until reboot and rejailbreak

I'm making an app with theos and every time I make some changes, run make again and install it, the app will crash until I have rebooted and re jailbroken, is this something to do with the way Electra adds apps to the trust cache?

Cannot install apps wth Xcode while Jailbroken

Hello,

When I try and install my own app with Xcode, I get this error

dyld: could not load inserted library '/usr/lib/SBInject.dylib' because no suitable image found.  Did find:
	/usr/lib/SBInject.dylib: code signing blocked mmap() of '/usr/lib/SBInject.dylib'

(lldb) 

Any idea on how to fix this?

It work when not jailbroken

Tweaks unable to read .plist files from Preferences folder

With the help of Electra, I wrote a small tweak to see how its working - So far its a great help. Basically it hooks into MobilePhone (com.apple.mobilephone) and reads settings from /var/mobile/Library/Preferences/mytest.plist and, my tweak always fail to read from there. But the same piece of code works just fine from PreferenceBundle. So not sure something wrong I'm doing or Electra doesn't support reading it from there in Sandboxed processes.

Spotify Issue

When jailbroken and with Spotify plugged into the car via USB it will not play. It will stop every 2 seconds and starts playing from the default music app. Not a serious issue but apparently something is messed up. (iPhone X (10,6))

Ios 10.3.x for iPhone 7

It might be to much work to add support for all the iOS 10.3.x devices. But can you at least add support for the iPhone 7 and 7 plus as we haven't been supported in a lot of recent jailbreaks.

Dropbear leaving zombie processes

I noticed my iPad ran into the issue where no apps would launch, and no new processes would spawn.

jailbreakd still seemed to be printing out messages, and amfid also appeared to be working...

However I noticed a message: "proc: table is full"

After a reboot and rejailbreak I decided to take a look at the process table after a few minutes of use and found the culprit...

root             350   0.0  0.0        0      0   ??  Z     2:10AM   0:00.00 (dropbear)         235
root             349   0.0  0.0        0      0   ??  Z     2:09AM   0:00.00 (dropbear)         235
root             254   0.0  0.0        0      0   ??  Z     1:43AM   0:00.00 (dropbear)         235
root             345   0.0  0.0        0      0   ??  Z     2:08AM   0:00.00 (dropbear)         235
root             342   0.0  0.0        0      0   ??  Z     2:07AM   0:00.00 (dropbear)         235
root             341   0.0  0.0        0      0   ??  Z     2:06AM   0:00.00 (dropbear)         235
root             337   0.0  0.0        0      0   ??  Z     2:04AM   0:00.00 (dropbear)         235
root             336   0.0  0.0        0      0   ??  Z     2:03AM   0:00.00 (dropbear)         235
root             329   0.0  0.0        0      0   ??  Z     2:02AM   0:00.00 (dropbear)         235
root             321   0.0  0.0        0      0   ??  Z     2:01AM   0:00.00 (dropbear)         235
root             291   0.0  0.0        0      0   ??  Z     2:00AM   0:00.00 (dropbear)         235
root             286   0.0  0.0        0      0   ??  Z     1:59AM   0:00.00 (dropbear)         235
root             285   0.0  0.0        0      0   ??  Z     1:58AM   0:00.00 (dropbear)         235
root             284   0.0  0.0        0      0   ??  Z     1:58AM   0:00.00 (dropbear)         235
root             283   0.0  0.0        0      0   ??  Z     1:57AM   0:00.00 (dropbear)         235
root             282   0.0  0.0        0      0   ??  Z     1:55AM   0:00.00 (dropbear)         235
root             281   0.0  0.0        0      0   ??  Z     1:55AM   0:00.00 (dropbear)         235
root             274   0.0  0.0        0      0   ??  Z     1:54AM   0:00.00 (dropbear)         235
root             273   0.0  0.0        0      0   ??  Z     1:53AM   0:00.00 (dropbear)         235
root             272   0.0  0.0        0      0   ??  Z     1:52AM   0:00.00 (dropbear)         235
root             271   0.0  0.0        0      0   ??  Z     1:51AM   0:00.00 (dropbear)         235
root             270   0.0  0.0        0      0   ??  Z     1:50AM   0:00.00 (dropbear)         235
root             269   0.0  0.0        0      0   ??  Z     1:49AM   0:00.00 (dropbear)         235
root             267   0.0  0.0        0      0   ??  Z     1:48AM   0:00.00 (dropbear)         235
root             265   0.0  0.0        0      0   ??  Z     1:46AM   0:00.00 (dropbear)         235
root             264   0.0  0.0        0      0   ??  Z     1:45AM   0:00.00 (dropbear)         235
root             261   0.0  0.0        0      0   ??  Z     1:44AM   0:00.00 (dropbear)         235
root             351   0.0  0.1  1584256   1328 s000  R+    2:10AM   0:00.00 ps aux -o ppid     293
root             258   0.0  0.0        0      0   ??  Z     1:43AM   0:00.00 (dropbear)         235

(235 is the very first instance of dropbear and is the parent of all these zombie processes)

SysSecInfo causes amfid to hang and use 100% CPU usage

Launching SysSecInfo makes amfid ask for dyld's signature with a very invalid offset causing it to hang:

Jan 22 16:39:16 CoolStars-iPad-Air-2 amfid(amfid_payload.dylib)[444] <Notice>: We got called! /usr/lib/dyld with {
    RespectUppTrustAndAuthorization = 1;
    UniversalFileOffset = 1048576;
    ValidateSignatureOnly = 1;
} (info: (null))
Jan 22 16:39:16 CoolStars-iPad-Air-2 amfid(Security)[444] <Notice>: UNIX error exception: 8
Jan 22 16:39:16 CoolStars-iPad-Air-2 amfid(libmis.dylib)[444] <Notice>: Failure creating static code: -67049
Jan 22 16:39:16 CoolStars-iPad-Air-2 amfid(libmis.dylib)[444] <Error>: unrecognized status -67049 from codesigning library
Jan 22 16:39:16 CoolStars-iPad-Air-2 amfid(libmis.dylib)[444] <Notice>: Could not copy code signature (error 0xe8008001).
Jan 22 16:39:16 CoolStars-iPad-Air-2 amfid(amfid_payload.dylib)[444] <Notice>: We got called! AFTER ACTUAL /usr/lib/dyld with {
    RespectUppTrustAndAuthorization = 1;
    UniversalFileOffset = 1048576;
    ValidateSignatureOnly = 1;
} (info: (null))

amfid should reject this obviously invalid request.

Question - Adding binaries

Hi

Firstly my apologies if this is the incorrect channel to raise this question, but I'm not getting much help over on /r/jailbreak. And I know this issue isn't caused by Electra, im just looking for some knowledge really as you guys know a hell of a lot!! :)

I'm trying to load some binaries onto my iphoneX which is jailbroken using electra.

I'm extracting the binary (for example top "http://apt.saurik.com/debs/top_39-4_iphoneos-arm.deb") from the deb file, signing with ldid /adding entitlements but I'm getting "Bad CPU type in executable." I have confirmed that its an arm64 binary using jtool.

tool -e arch -arch arm64 top
Selected architecture (arm64) starts at 0 and spans 423792 bytes - written to top.arch_arm64

I'm really just looking for some guidance in understanding what is at fault. I noticed that in electra binaries are extracted from the tar file and then trust is injected. I tried adding the top binary to the archive and rerunning the jailbreak but I still get the error.

I also cross compiled a simple hello world app and it ran okay, I'm confused as to why this specific top binary is failing
Just to test I compiled a simple hello world app on my mac and spat it across to my iPhoneX, then added the entitlements using Jtool and I get:

[root]/bootstrap:./hello
Hello, World!

TL;DR: ARM64 binary comes back with a "-sh: ./top.arch_arm64: Bad CPU type in executable"

Thank you :)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.