Skip to content

Instantly share code, notes, and snippets.

@jevinskie
Last active May 4, 2025 23:04
Show Gist options
  • Save jevinskie/80479800f889e456b1f0e8750718830a to your computer and use it in GitHub Desktop.
Save jevinskie/80479800f889e456b1f0e8750718830a to your computer and use it in GitHub Desktop.
GraalVM AWT JNI loadLibrary macOS issue
time mx --primary-suite-path substratevm --components=ni,svmjdwp --force-bash-launchers=true --graalvm-skip-archive --disable-debuginfo-stripping --no-licenses build --jdt ~/code/java/eclipse/eclipse-rel/ecj-4.36M1.jar
time mx --primary-suite-path substratevm --components=ni,svmjdwp --force-bash-launchers=true --graalvm-skip-archive --disable-debuginfo-stripping --no-licenses native-image --macro:svmjdwp-library
time mx --primary-suite-path substratevm --components=ni,svmjdwp --force-bash-launchers=true --graalvm-skip-archive --disable-debuginfo-stripping --no-licenses native-image -g -Djava.awt.headless=false --native-image-info -O0 -g --diagnostics-mode --enable-preview --future-defaults=all -H:+UnlockExperimentalVMOptions -H:ConfigurationFileDirectories=config -H:+ForeignAPISupport -Ddebug.jni.registration=true -Ddebug.jni.shims=true HelloWorldAWT
Stopped due to shared library event:
Inferior loaded /home/jevin/code/java/java-awt-hello-world/libawt.so
(gdb) bt
#0 __GI__dl_debug_state () at ./elf/dl-debug.c:116
#1 0x00007ffff7fccadd in _dl_map_object_from_fd (name=name@entry=0x7ff7f8491a58 "/home/jevin/code/java/java-awt-hello-world/libawt.so", origname=origname@entry=0x0, fd=-1, fbp=<optimized out>,
realname=<optimized out>, loader=loader@entry=0x0, l_type=<optimized out>, mode=<optimized out>, stack_endp=<optimized out>, nsid=<optimized out>) at ./elf/dl-load.c:1501
#2 0x00007ffff7fcd601 in _dl_map_object (loader=0x0, loader@entry=0x7ffff7ffe2e0, name=name@entry=0x7ff7f8491a58 "/home/jevin/code/java/java-awt-hello-world/libawt.so", type=type@entry=2,
trace_mode=trace_mode@entry=0, mode=mode@entry=-1879048191, nsid=<optimized out>) at ./elf/dl-load.c:2327
#3 0x00007ffff7fd19a9 in dl_open_worker_begin (a=a@entry=0x7fffffffb600) at ./elf/dl-open.c:534
#4 0x00007ffff7d74a98 in __GI__dl_catch_exception (exception=<optimized out>, operate=<optimized out>, args=<optimized out>) at ./elf/dl-error-skeleton.c:208
#5 0x00007ffff7fd0f9a in dl_open_worker (a=a@entry=0x7fffffffb600) at ./elf/dl-open.c:782
#6 0x00007ffff7d74a98 in __GI__dl_catch_exception (exception=<optimized out>, operate=<optimized out>, args=<optimized out>) at ./elf/dl-error-skeleton.c:208
#7 0x00007ffff7fd134e in _dl_open (file=<optimized out>, mode=-2147483647, caller_dlopen=0x55555576cebe <com.oracle.svm.core.posix.headers.Dlfcn::dlopen(org.graalvm.nativeimage.c.type.CCharPointer, int)+94>,
nsid=-2, argc=2, argv=<optimized out>, env=0x7fffffffcd70) at ./elf/dl-open.c:883
#8 0x00007ffff7c9063c in dlopen_doit (a=a@entry=0x7fffffffb870) at ./dlfcn/dlopen.c:56
#9 0x00007ffff7d74a98 in __GI__dl_catch_exception (exception=exception@entry=0x7fffffffb7d0, operate=<optimized out>, args=<optimized out>) at ./elf/dl-error-skeleton.c:208
#10 0x00007ffff7d74b63 in __GI__dl_catch_error (objname=0x7fffffffb828, errstring=0x7fffffffb830, mallocedp=0x7fffffffb827, operate=<optimized out>, args=<optimized out>) at ./elf/dl-error-skeleton.c:227
#11 0x00007ffff7c9012e in _dlerror_run (operate=operate@entry=0x7ffff7c905e0 <dlopen_doit>, args=args@entry=0x7fffffffb870) at ./dlfcn/dlerror.c:138
#12 0x00007ffff7c906c8 in dlopen_implementation (dl_caller=<optimized out>, mode=<optimized out>, file=<optimized out>) at ./dlfcn/dlopen.c:71
#13 ___dlopen (file=<optimized out>, mode=<optimized out>) at ./dlfcn/dlopen.c:81
#14 0x000055555576cebe in com.oracle.svm.core.posix.headers.Dlfcn::dlopen(org.graalvm.nativeimage.c.type.CCharPointer, int) (__0=<optimized out>, __1=<optimized out>)
#15 0x000055555576bde8 in com.oracle.svm.core.posix.PosixUtils::dlopen(java.lang.String*, int) (file=0x7ff7f84919b8, mode=1) at com/oracle/svm/core/posix/PosixUtils.java:258
#16 0x000055555576a6fd in com.oracle.svm.core.posix.PosixNativeLibrarySupport$PosixNativeLibrary::doLoad() (this=0x7ff7f84919f0) at com/oracle/svm/core/posix/PosixNativeLibraryFeature.java:218
#17 0x000055555576a7a5 in com.oracle.svm.core.posix.PosixNativeLibrarySupport$PosixNativeLibrary::load() (this=0x7ff7f84919f0) at com/oracle/svm/core/posix/PosixNativeLibraryFeature.java:187
#18 0x0000555555730ee5 in com.oracle.svm.core.jdk.NativeLibrarySupport::addLibrary(boolean, java.lang.String*, boolean) (this=0x7ff7f7eca880, asBuiltin=false, canonical=0x7ff7f84919b8, initialize=true)
at com/oracle/svm/core/jdk/NativeLibrarySupport.java:119
#19 0x0000555555730b77 in com.oracle.svm.core.jdk.NativeLibrarySupport::addLibrary(java.lang.String*, boolean) (this=0x7ff7f7eca880, canonical=0x7ff7f84919b8, builtin=false)
at com/oracle/svm/core/jdk/NativeLibrarySupport.java:84
#20 0x00005555557303bc in com.oracle.svm.core.jdk.NativeLibraries::loadLibrary0(java.io.File*, boolean) (this=0x7ff7f7eca880, file=0x7ff7f84918b8, builtin=false) at com/oracle/svm/core/jdk/NativeLibraries.java:147
#21 0x0000555555730747 in com.oracle.svm.core.jdk.NativeLibraries::loadLibraryRelative(java.lang.String*) (this=0x7ff7f7eca880, name=0x7ff7f79ad330) at com/oracle/svm/core/jdk/NativeLibraries.java:128
#22 0x0000555555c23931 in java.lang.ClassLoader::loadLibrary(java.lang.Class*, java.lang.String*) (fromClass=0x7ff7f77eb460, name=0x7ff7f79ad330) at com/oracle/svm/core/jdk/Target_java_lang_ClassLoader.java:101
#23 java.lang.Runtime::loadLibrary0(java.lang.Class*, java.lang.String*) (this=0x7ff7f803c258, fromClass=0x7ff7f77eb460, libname=0x7ff7f79ad330) at java/lang/Runtime.java:822
#24 0x0000555555c485b9 in java.lang.System::loadLibrary(java.lang.String*) (libname=0x7ff7f79ad330) at java/lang/System.java:1663
#25 0x0000555555b423f1 in java.awt.Toolkit::loadLibraries() () at java/awt/Toolkit.java:1293
#26 0x0000555555b3e6b2 in java.awt.Toolkit::initStatic() () at java/awt/Toolkit.java:1318
#27 0x0000555555b3e629 in java.awt.Toolkit::<clinit>() () at java/awt/Toolkit.java:1299
#28 0x00005555556baec4 in com.oracle.svm.core.classinitialization.ClassInitializationInfo::invokeClassInitializer(java.lang.Class*) (this=0x7ff7f7ea8af8, hub=0x7ff7f77eb460)
at com/oracle/svm/core/classinitialization/ClassInitializationInfo.java:578
#29 0x00005555556baca0 in com.oracle.svm.core.classinitialization.ClassInitializationInfo::doInitialize(com.oracle.svm.core.classinitialization.ClassInitializationInfo*, java.lang.Class*) (info=0x7ff7f7ea8af8,
hub=0x7ff7f77eb460) at com/oracle/svm/core/classinitialization/ClassInitializationInfo.java:491
#30 0x00005555556bbd31 in com.oracle.svm.core.classinitialization.ClassInitializationInfo::slowPath(com.oracle.svm.core.classinitialization.ClassInitializationInfo*, java.lang.Class*) (info=0x7ff7f7ea8af8,
hub=0x7ff7f77eb460) at com/oracle/svm/core/classinitialization/ClassInitializationInfo.java:440
#31 0x0000555555ac7f14 in java.awt.Component::<clinit>() () at java/awt/Component.java:614
#32 0x00005555556baec4 in com.oracle.svm.core.classinitialization.ClassInitializationInfo::invokeClassInitializer(java.lang.Class*) (this=0x7ff7f7eaa538, hub=0x7ff7f77e5e50)
at com/oracle/svm/core/classinitialization/ClassInitializationInfo.java:578
#33 0x00005555556baca0 in com.oracle.svm.core.classinitialization.ClassInitializationInfo::doInitialize(com.oracle.svm.core.classinitialization.ClassInitializationInfo*, java.lang.Class*) (info=0x7ff7f7eaa538,
hub=0x7ff7f77e5e50) at com/oracle/svm/core/classinitialization/ClassInitializationInfo.java:491
#34 0x00005555556bbd31 in com.oracle.svm.core.classinitialization.ClassInitializationInfo::slowPath(com.oracle.svm.core.classinitialization.ClassInitializationInfo*, java.lang.Class*) (info=0x7ff7f7eaa538,
hub=0x7ff7f77e5e50) at com/oracle/svm/core/classinitialization/ClassInitializationInfo.java:440
#35 0x00005555556bade0 in java.lang.Class::ensureInitialized() (this=0x1) at com/oracle/svm/core/hub/DynamicHub.java:770
#36 com.oracle.svm.core.classinitialization.ClassInitializationInfo::doInitialize(com.oracle.svm.core.classinitialization.ClassInitializationInfo*, java.lang.Class*) (info=0x7ff7f7ec43f8, hub=0x7ff7f77e8c28)
at com/oracle/svm/core/classinitialization/ClassInitializationInfo.java:456
#37 0x00005555556bbd31 in com.oracle.svm.core.classinitialization.ClassInitializationInfo::slowPath(com.oracle.svm.core.classinitialization.ClassInitializationInfo*, java.lang.Class*) (info=0x7ff7f7ec43f8,
hub=0x7ff7f77e8c28) at com/oracle/svm/core/classinitialization/ClassInitializationInfo.java:440
#38 0x00005555556bade0 in java.lang.Class::ensureInitialized() (this=0x1) at com/oracle/svm/core/hub/DynamicHub.java:770
#39 com.oracle.svm.core.classinitialization.ClassInitializationInfo::doInitialize(com.oracle.svm.core.classinitialization.ClassInitializationInfo*, java.lang.Class*) (info=0x7ff7f7ea73e8, hub=0x7ff7f77ec780)
at com/oracle/svm/core/classinitialization/ClassInitializationInfo.java:456
#40 0x00005555556bbd31 in com.oracle.svm.core.classinitialization.ClassInitializationInfo::slowPath(com.oracle.svm.core.classinitialization.ClassInitializationInfo*, java.lang.Class*) (info=0x7ff7f7ea73e8,
hub=0x7ff7f77ec780) at com/oracle/svm/core/classinitialization/ClassInitializationInfo.java:440
#41 0x00005555556bade0 in java.lang.Class::ensureInitialized() (this=0x1) at com/oracle/svm/core/hub/DynamicHub.java:770
#42 com.oracle.svm.core.classinitialization.ClassInitializationInfo::doInitialize(com.oracle.svm.core.classinitialization.ClassInitializationInfo*, java.lang.Class*) (info=0x7ff7f7ea8f48, hub=0x7ff7f7b8e370)
at com/oracle/svm/core/classinitialization/ClassInitializationInfo.java:456
#43 0x00005555556bbd31 in com.oracle.svm.core.classinitialization.ClassInitializationInfo::slowPath(com.oracle.svm.core.classinitialization.ClassInitializationInfo*, java.lang.Class*) (info=0x7ff7f7ea8f48,
hub=0x7ff7f7b8e370) at com/oracle/svm/core/classinitialization/ClassInitializationInfo.java:440
#44 0x00005555556a00ea in HelloWorldAWT::main(java.lang.String[]*) (__0=<optimized out>) at HelloWorldAWT.java:5
--Type <RET> for more, q to quit, c to continue without paging--
#45 0x00005555556a9c06 in java.lang.invoke.LambdaForm$DMH/sa346b79c::invokeStaticInit(java.lang.Object*, java.lang.Object*) (__0=<optimized out>, __1=<optimized out>) at java/lang/invoke/DirectMethodHandle.java:343
#46 com.oracle.svm.core.JavaMainWrapper::invokeMain(java.lang.String[]*) (args=0x7ff7f8480b00) at com/oracle/svm/core/JavaMainWrapper.java:197
#47 0x00005555556a9ded in com.oracle.svm.core.JavaMainWrapper::runCore0() () at com/oracle/svm/core/JavaMainWrapper.java:254
#48 0x00005555556a9b5a in com.oracle.svm.core.JavaMainWrapper::runCore() () at com/oracle/svm/core/JavaMainWrapper.java:218
#49 com.oracle.svm.core.JavaMainWrapper::doRun(int, org.graalvm.nativeimage.c.type.CCharPointerPointer) (argc=2, argv=0x7fffffffcd58) at com/oracle/svm/core/JavaMainWrapper.java:321
#50 0x00005555556cf1bf in com.oracle.svm.core.JavaMainWrapper::run(int, org.graalvm.nativeimage.c.type.CCharPointerPointer) (argc=2, argv=0x7fffffffcd58) at com/oracle/svm/core/JavaMainWrapper.java:306
#51 com.oracle.svm.core.code.IsolateEnterStub::JavaMainWrapper_run_XNhh1mz2Ib2aPR1wdv014D(int, org.graalvm.nativeimage.c.type.CCharPointerPointer) (__0=<optimized out>, __1=<optimized out>)
at com/oracle/svm/core/code/IsolateEnterStub.java:1
native-image -g -Djava.awt.headless=false --native-image-info -O0 -g --verbose --diagnostics-mode --enable-preview -J-Xmx12G --future-defaults=all -H:+UnlockExperimentalVMOptions -H:+BuildReport -H:Emit=build-report -H:ConfigurationFileDirectories=config -H:+ForeignAPISupport --static-nolibc HelloWorldAWT
# Diagnostics mode enabled: image-build reports are saved to reports/diagnostics_20250503_163047
Apply jar:file:///home/jevin/.sdkman/candidates/java/25.ea.20-graal/lib/svm/library-support.jar!/META-INF/native-image/com.oracle.svm/thirdparty/native-image.properties
Apply jar:file:///home/jevin/.sdkman/candidates/java/25.ea.20-graal/lib/svm/library-support.jar!/META-INF/native-image/com.oracle.svm/polyglot/native-image.properties
# Printing command line arguments to: /home/jevin/code/java/java-awt-hello-world-static/reports/diagnostics_20250503_163047/command-line_20250503_163047.txt
Warning: Option 'BuildReport' is deprecated and might be removed in a future release: please use '--emit build-report' to generate Build Reports instead. Please refer to the GraalVM release notes.
========================================================================================================================
GraalVM Native Image: Generating 'helloworldawt' (executable)...
========================================================================================================================
# Printing feature information to: /home/jevin/code/java/java-awt-hello-world-static/reports/diagnostics_20250503_163047/feature_info_20250503_163050.csv
[1/8] Initializing... (5.6s @ 0.33GB)
Java version: 25+20-LTS, vendor version: Oracle GraalVM 25-dev+20.1
Graal compiler: optimization level: 0, target machine: x86-64-v3, PGO: off
C compiler: gcc (linux, x86_64, 13.1.0)
Garbage collector: Serial GC (max heap size: 80% of RAM)
1 user-specific feature(s):
- com.oracle.svm.thirdparty.gson.GsonFeature
------------------------------------------------------------------------------------------------------------------------
5 experimental option(s) unlocked:
- '-H:+ForeignAPISupport' (origin(s): command line)
- '-H:+DiagnosticsMode' (origin(s): command line)
- '-H:Emit' (alternative API option(s): --emit build-report, --emit build-report; origin(s): command line)
- '-H:+BuildReport' (origin(s): command line)
- '-H:DiagnosticsDir' (origin(s): command line)
------------------------------------------------------------------------------------------------------------------------
Build resources:
- 11.45GB of memory (17.0% of system memory, set via '-Xmx12G')
- 17 thread(s) (106.3% of 16 available processor(s), determined at start)
# Printing compilation-target information to: /home/jevin/code/java/java-awt-hello-world-static/reports/diagnostics_20250503_163047/target_info_20250503_163054.txt
# Printing class initialization configuration to: /home/jevin/code/java/java-awt-hello-world-static/reports/diagnostics_20250503_163047/class_initialization_configuration_20250503_163055.csv
# Printing class initialization configuration to: /home/jevin/code/java/java-awt-hello-world-static/reports/diagnostics_20250503_163047/class_initialization_configuration_20250503_163105.csv
# Printing substitutions performed by native-image to: /home/jevin/code/java/java-awt-hello-world-static/reports/diagnostics_20250503_163047/substitutions_20250503_163112.csv
# Printing native-library information to: /home/jevin/code/java/java-awt-hello-world-static/reports/diagnostics_20250503_163047/native_library_info_20250503_163112.txt
# Printing class initialization report to: /home/jevin/code/java/java-awt-hello-world-static/reports/diagnostics_20250503_163047/class_initialization_report_20250503_163112.csv
[2/8] Performing analysis... [*****] (17.5s @ 1.27GB)
7,256 reachable types (77.9% of 9,316 total)
12,605 reachable fields (50.2% of 25,092 total)
41,795 reachable methods (54.3% of 77,021 total)
2,391 types, 223 fields, and 1,133 methods registered for reflection
213 types, 182 fields, and 110 methods registered for JNI access
0 downcalls and 0 upcalls registered for foreign access
4 native libraries: dl, pthread, rt, z
[3/8] Building universe... (3.3s @ 1.36GB)
[4/8] Parsing methods... [**] (2.2s @ 1.43GB)
[5/8] Inlining methods... [**] (0.5s @ 1.27GB)
[6/8] Compiling methods... [*****] (24.3s @ 1.69GB)
[7/8] Laying out methods... [[7/8] Laying out methods... [**] (4.7s @ 1.97GB)
[8/8] Creating image... [****] (13.7s @ 1.91GB)
15.55MB (21.87%) for code area: 33,804 compilation units
14.55MB (20.46%) for image heap: 203,784 objects and 154 resources
34.88MB (49.06%) for debug info generated in 4.5s
41.01MB (57.67%) for other data
71.11MB in total image size, 31.92MB in total file size
------------------------------------------------------------------------------------------------------------------------
Top 10 origins of code area: Top 10 object types in image heap:
5.00MB java.base 4.58MB byte[] for code metadata
4.85MB java.desktop 2.51MB byte[] for java.lang.String
2.47MB svm.jar (Native Image) 1.49MB java.lang.String
2.14MB java.xml 902.38kB java.lang.Class
295.21kB com.oracle.svm.svm_enterprise 754.62kB com.oracle.svm.core.hub.DynamicHubCompanion
93.51kB java.logging 441.95kB byte[] for general heap data
41.19kB java.prefs 377.80kB heap alignment
27.22kB org.graalvm.nativeimage.base 325.18kB java.util.HashMap$Node
22.54kB java.datatransfer 269.37kB byte[] for embedded resources
18.30kB jdk.internal.vm.ci 263.17kB int[][]
73.38kB for 10 more packages 2.63MB for 1617 more object types
For more details, open 'helloworldawt-build-report.html'.
------------------------------------------------------------------------------------------------------------------------
Security report:
- Binary includes Java deserialization.
- CycloneDX SBOM with 5 component(s) is embedded in binary (414B). 1 type(s) could not be associated to a component. See build report for more SBOM details.
------------------------------------------------------------------------------------------------------------------------
Recommendations:
G1GC: Use the G1 GC ('--gc=G1') for improved latency and throughput.
PGO: Use Profile-Guided Optimizations ('--pgo') for improved throughput.
HEAP: Set max heap for improved and more predictable memory usage.
CPU: Enable more CPU features with '-march=native' for improved performance.
QBM: Use the quick build mode ('-Ob') to speed up builds during development.
------------------------------------------------------------------------------------------------------------------------
5.1s (6.8% of total time) in 443 GCs | Peak RSS: 3.14GB | CPU load: 7.12
------------------------------------------------------------------------------------------------------------------------
Build artifacts:
/home/jevin/code/java/java-awt-hello-world-static/gdb-debughelpers.py (debug_info)
/home/jevin/code/java/java-awt-hello-world-static/helloworldawt (executable)
/home/jevin/code/java/java-awt-hello-world-static/helloworldawt-build-report.html (build_info)
/home/jevin/code/java/java-awt-hello-world-static/helloworldawt.debug (debug_info)
/home/jevin/code/java/java-awt-hello-world-static/libawt.so (jdk_library)
/home/jevin/code/java/java-awt-hello-world-static/libawt_headless.so (jdk_library)
/home/jevin/code/java/java-awt-hello-world-static/libawt_xawt.so (jdk_library)
/home/jevin/code/java/java-awt-hello-world-static/libfontmanager.so (jdk_library)
/home/jevin/code/java/java-awt-hello-world-static/libjava.so (jdk_library_shim)
/home/jevin/code/java/java-awt-hello-world-static/libjavajpeg.so (jdk_library)
/home/jevin/code/java/java-awt-hello-world-static/libjvm.so (jdk_library_shim)
/home/jevin/code/java/java-awt-hello-world-static/liblcms.so (jdk_library)
/home/jevin/code/java/java-awt-hello-world-static/sources (debug_info)
========================================================================================================================
Finished generating 'helloworldawt' in 1m 14s.
-> % ./helloworldawt -Djava.home=$JAVA_HOME
Exception in thread "main": java.lang.InternalError
java.lang.InternalError: platform encoding not initialized
at org.graalvm.nativeimage.builder/com.oracle.svm.core.jni.functions.JNIFunctions$NewObjectWithObjectArrayArgFunctionPointer.invoke(JNIFunctions.java)
at org.graalvm.nativeimage.builder/com.oracle.svm.core.jni.functions.JNIFunctions.ThrowNew(JNIFunctions.java:918)
at org.graalvm.nativeimage.builder/com.oracle.svm.core.jni.JNIOnLoadFunctionPointer.invoke(JNILibraryInitializer.java)
at org.graalvm.nativeimage.builder/com.oracle.svm.core.jni.JNILibraryInitializer.initialize(JNILibraryInitializer.java:119)
at org.graalvm.nativeimage.builder/com.oracle.svm.core.jdk.NativeLibrarySupport.addLibrary(NativeLibrarySupport.java:128)
at org.graalvm.nativeimage.builder/com.oracle.svm.core.jdk.NativeLibrarySupport.addLibrary(NativeLibrarySupport.java:84)
at org.graalvm.nativeimage.builder/com.oracle.svm.core.jdk.NativeLibraries.loadLibrary0(NativeLibraries.java:147)
at org.graalvm.nativeimage.builder/com.oracle.svm.core.jdk.NativeLibraries.loadLibraryRelative(NativeLibraries.java:128)
at java.base@25/java.lang.ClassLoader.loadLibrary(ClassLoader.java:101)
at java.base@25/java.lang.Runtime.loadLibrary0(Runtime.java:822)
at java.base@25/java.lang.System.loadLibrary(System.java:1663)
at java.desktop@25/java.awt.Toolkit.loadLibraries(Toolkit.java:1293)
at java.desktop@25/java.awt.Toolkit.initStatic(Toolkit.java:1318)
at java.desktop@25/java.awt.Toolkit.<clinit>(Toolkit.java:1299)
at java.desktop@25/java.awt.Component.<clinit>(Component.java:614)
at java.base@25/java.lang.Class.ensureInitialized(DynamicHub.java:770)
at java.base@25/java.lang.Class.ensureInitialized(DynamicHub.java:770)
at java.base@25/java.lang.Class.ensureInitialized(DynamicHub.java:770)
at HelloWorldAWT.main(HelloWorldAWT.java:5)
at java.base@25/java.lang.invoke.LambdaForm$DMH/sa346b79c.invokeStaticInit(LambdaForm$DMH)
Fatal error reported via JNI: Could not allocate library name
Printing instructions (ip=0x0000000100f095cc):
0x0000000100f094cc: 0xf5 0x5b 0x44 0xa9 0xf7 0x63 0x45 0xa9 0xf9 0x6b 0x46 0xa9 0xfb 0x73 0x47 0xa9
0x0000000100f094dc: 0xe8 0x27 0x44 0xad 0xea 0x2f 0x45 0xad 0xec 0x37 0x46 0xad 0xee 0x3f 0x47 0xad
0x0000000100f094ec: 0xfd 0x7b 0x51 0xa9 0xff 0x83 0x04 0x91 0xc0 0x03 0x5f 0xd6 0xf3 0x53 0x43 0xa9
0x0000000100f094fc: 0xf5 0x5b 0x44 0xa9 0xf7 0x63 0x45 0xa9 0xf9 0x6b 0x46 0xa9 0xfb 0x73 0x47 0xa9
0x0000000100f0950c: 0xe8 0x27 0x44 0xad 0xea 0x2f 0x45 0xad 0xec 0x37 0x46 0xad 0xee 0x3f 0x47 0xad
0x0000000100f0951c: 0xe3 0x03 0x00 0xaa 0xe3 0x0f 0x00 0xf9 0x0b 0xa0 0x01 0x94 0x1f 0x20 0x03 0xd5
0x0000000100f0952c: 0xf3 0x53 0x43 0xa9 0xf5 0x5b 0x44 0xa9 0xf7 0x63 0x45 0xa9 0xf9 0x6b 0x46 0xa9
0x0000000100f0953c: 0xfb 0x73 0x47 0xa9 0xe8 0x27 0x44 0xad 0xea 0x2f 0x45 0xad 0xec 0x37 0x46 0xad
0x0000000100f0954c: 0xee 0x3f 0x47 0xad 0xee 0x3f 0x47 0xad 0xec 0x37 0x46 0xad 0xea 0x2f 0x45 0xad
0x0000000100f0955c: 0xe8 0x27 0x44 0xad 0xe1 0x0b 0x47 0xa9 0xf9 0x6b 0x46 0xa9 0xf7 0x63 0x45 0xa9
0x0000000100f0956c: 0xf5 0x5b 0x44 0xa9 0xf3 0x53 0x43 0xa9 0xfb 0x03 0x01 0xaa 0xfc 0x03 0x02 0xaa
0x0000000100f0957c: 0xcc 0xcc 0xcc 0xcc 0xff 0x83 0x04 0xd1 0xfd 0x7b 0x11 0xa9 0xe2 0x03 0x1b 0xaa
0x0000000100f0958c: 0xe3 0x03 0x1c 0xaa 0xe1 0x03 0x10 0xa9 0xe4 0x03 0x00 0xaa 0xee 0x3f 0x07 0xad
0x0000000100f0959c: 0xec 0x37 0x06 0xad 0xea 0x2f 0x05 0xad 0xe8 0x27 0x04 0xad 0xe2 0x0f 0x07 0xa9
0x0000000100f095ac: 0xf9 0x6b 0x06 0xa9 0xf7 0x63 0x05 0xa9 0xf5 0x5b 0x04 0xa9 0xf3 0x53 0x03 0xa9
0x0000000100f095bc: 0x7d 0x6a 0x02 0x94 0x1f 0x20 0x03 0xd5 0xe1 0x03 0x50 0xa9 0xa6 0x89 0x02 0x94
> 0x0000000100f095cc: 0x1f 0x20 0x03 0xd5 0xe0 0x89 0xff 0x97 0x1f 0x20 0x03 0xd5 0xf3 0x53 0x43 0xa9
0x0000000100f095dc: 0xf5 0x5b 0x44 0xa9 0xf7 0x63 0x45 0xa9 0xf9 0x6b 0x46 0xa9 0xfb 0x73 0x47 0xa9
0x0000000100f095ec: 0xe8 0x27 0x44 0xad 0xea 0x2f 0x45 0xad 0xec 0x37 0x46 0xad 0xee 0x3f 0x47 0xad
0x0000000100f095fc: 0xfd 0x7b 0x51 0xa9 0xff 0x83 0x04 0x91 0xc0 0x03 0x5f 0xd6 0xf3 0x53 0x43 0xa9
0x0000000100f0960c: 0xf5 0x5b 0x44 0xa9 0xf7 0x63 0x45 0xa9 0xf9 0x6b 0x46 0xa9 0xfb 0x73 0x47 0xa9
0x0000000100f0961c: 0xe8 0x27 0x44 0xad 0xea 0x2f 0x45 0xad 0xec 0x37 0x46 0xad 0xee 0x3f 0x47 0xad
0x0000000100f0962c: 0xe0 0x17 0x00 0xf9 0x1f 0x20 0x03 0xd5 0x1f 0x20 0x03 0xd5 0x1f 0x20 0x03 0xd5
0x0000000100f0963c: 0x1f 0x20 0x03 0xd5 0xe1 0x03 0x00 0xaa 0x37 0x57 0x02 0x94 0x1f 0x20 0x03 0xd5
0x0000000100f0964c: 0x1f 0x20 0x03 0xd5 0x1f 0x20 0x03 0xd5 0x1f 0x20 0x03 0xd5 0x1f 0x20 0x03 0xd5
0x0000000100f0965c: 0xbd 0x89 0xff 0x97 0x1f 0x20 0x03 0xd5 0xf3 0x53 0x43 0xa9 0xf5 0x5b 0x44 0xa9
0x0000000100f0966c: 0xf7 0x63 0x45 0xa9 0xf9 0x6b 0x46 0xa9 0xfb 0x73 0x47 0xa9 0xe8 0x27 0x44 0xad
0x0000000100f0967c: 0xea 0x2f 0x45 0xad 0xec 0x37 0x46 0xad 0xee 0x3f 0x47 0xad 0xfd 0x7b 0x51 0xa9
0x0000000100f0968c: 0xff 0x83 0x04 0x91 0xc0 0x03 0x5f 0xd6 0xf3 0x53 0x43 0xa9 0xf5 0x5b 0x44 0xa9
0x0000000100f0969c: 0xf7 0x63 0x45 0xa9 0xf9 0x6b 0x46 0xa9 0xfb 0x73 0x47 0xa9 0xe8 0x27 0x44 0xad
0x0000000100f096ac: 0xea 0x2f 0x45 0xad 0xec 0x37 0x46 0xad 0xee 0x3f 0x47 0xad 0xe4 0x03 0x00 0xaa
0x0000000100f096bc: 0xe4 0x13 0x00 0xf9 0xa4 0x9f 0x01 0x94 0x1f 0x20 0x03 0xd5 0xf3 0x53 0x43 0xa9
Top of stack (sp=0x000000016ef6a940):
0x000000016ef6a920: 0x000000010298c738 0x0000000148704080 0x000000016ef6aeb0 0x0000000100f095cc
> 0x000000016ef6a940: 0x0000000000000026 0x00000003005e9548 0x00000000ffffffec 0x0000000102986184
0x000000016ef6a960: 0x0000000000000026 0x0000000100000026 0x0000000148704080 0x0000000000000000
0x000000016ef6a980: 0x00000001029cc000 0x0000000000000014 0x0000000000000026 0x0000000000000026
0x000000016ef6a9a0: 0x0000000000000000 0x0000000000000000 0x0000000300000000 0x0000000148704080
0x000000016ef6a9c0: 0xeba4dce4dda276e5 0x0000000000000000 0x0000000000000000 0x0000000000000000
0x000000016ef6a9e0: 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000
0x000000016ef6aa00: 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000
0x000000016ef6aa20: 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000
0x000000016ef6aa40: 0x000000010298c738 0x0000000148704080 0x000000016ef6aeb0 0x0000000102986284
0x000000016ef6aa60: 0x00000002a93dc110 0x00000002094f51a8 0x000000010292c000 0x00000001029dc129
0x000000016ef6aa80: 0x0000000102986184 0x6a2f73726573552f 0x646f632f6e697665 0x6a2f6176616a2f65
0x000000016ef6aaa0: 0x2d7477612d617661 0x6f772d6f6c6c6568 0x6162696c2f646c72 0x747761776c5f7477
0x000000016ef6aac0: 0x000062696c79642e 0x0000000000000000 0x0000000000000000 0x0000000000000000
0x000000016ef6aae0: 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000
0x000000016ef6ab00: 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000
0x000000016ef6ab20: 0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000
VM thread locals for the failing thread 0x0000000148704080:
0: JNIThreadLocalEnvironment.jniFunctions = (bytes) 0x000000030048f6d0
8: StackOverflowCheckImpl.stackBoundaryTL = (Word) 0x0000000000000001 (1)
16: SafepointCheckCounter.value = (int) 0x7fffffff (2147483647)
20: StatusSupport.status = (int) 0x00000001 (1)
24: ThreadLocalAllocation.regularTLAB = (bytes)
0x0000000148704098: 0x0000000300b80000 0x0000000300c00000
0x00000001487040a8: 0x0000000300b94970 0x0000000000000000
56: JavaFrameAnchors.lastAnchor = (Word) 0x000000016ef6aef0 (6156627696)
64: JavaThreads.currentVThreadId = (long) 0x0000000000000003 (3)
72: PlatformThreads.currentThread = (Object) 0x000000030062c688
is an object of type java.lang.Thread
80: SubstrateDiagnostics.threadOnlyAttachedForCrashHandler = (bytes) 0x0000000000000000
88: ThreadLocalAllocation.allocatedBytes = (Word) 0x0000000000000000 (0)
96: VMThreads.IsolateTL = (Word) 0x0000000300000000 (12884901888)
104: VMThreads.OSThreadHandleTL = (Word) 0x000000020976cc40 (8748715072)
112: VMThreads.OSThreadIdTL = (Word) 0x0000000000000103 (259)
120: VMThreads.StackBase = (Word) 0x000000016ef70000 (6156648448)
128: VMThreads.StackEnd = (Word) 0x000000016e774000 (6148276224)
136: VMThreads.StartedByCurrentIsolate = (bytes) 0x0000000000000000
144: VMThreads.nextTL = (Word) 0x0000000000000000 (0)
152: VMThreads.unalignedIsolateThreadMemoryTL = (Word) 0x0000000148704080 (5510283392)
160: ExceptionUnwind.currentException = (Object) 0x0000000000000000
164: JNIObjectHandles.handles = (Object) 0x0000000300b80b88
is an object of type com.oracle.svm.core.handles.ThreadLocalHandles
168: JNIThreadLocalPendingException.pendingException = (Object) 0x0000000000000000
172: JNIThreadLocalReferencedObjects.referencedObjectsListHead = (Object) 0x0000000000000000
176: JNIThreadOwnedMonitors.ownedMonitors = (Object) 0x0000000000000000
180: NoAllocationVerifier.openVerifiers = (Object) 0x0000000000000000
184: RecurringCallbackTimer.exception = (Object) 0x0000000000000000
188: ActionOnTransitionToJavaSupport.actionTL = (int) 0x00000000 (0)
192: ImplicitExceptions.implicitExceptionsAreFatal = (int) 0x00000000 (0)
196: StackOverflowCheckImpl.yellowZoneStateTL = (int) 0x7efefefe (2130640638)
200: StatusSupport.safepointBehaviorTL = (int) 0x00000001 (1)
204: ThreadSuspendSupport.suspended = (int) 0x00000000 (0)
Java frame anchors for the failing thread 0x0000000148704080:
Anchor 0x000000016ef6aef0 LastJavaSP 0x000000016ef6aed0 LastJavaIP 0x0000000100f9f1bc
Stacktrace for the failing thread 0x0000000148704080 (A=AOT compiled, J=JIT compiled, D=deoptimized, i=inlined, C=native):
A SP 0x000000016ef6a940 IP 0x0000000100f095cc size=288 com.oracle.svm.core.code.IsolateEnterStub.JNIFunctions_FatalError_lnAeWJzbKX7xreBcsLcdq7(IsolateEnterStub.java:0)
C SP 0x000000016ef6aa60 IP 0x0000000100f9f1bc size=1136 unknown
A SP 0x000000016ef6aed0 IP 0x0000000100f9f1bc size=96 com.oracle.svm.core.jni.JNIOnLoadFunctionPointer.invoke(JNILibraryInitializer.java)
A SP 0x000000016ef6af30 IP 0x0000000100f9de8c size=128 com.oracle.svm.core.jni.JNILibraryInitializer.initialize(JNILibraryInitializer.java:119)
A SP 0x000000016ef6afb0 IP 0x0000000100f80e50 size=176 com.oracle.svm.core.jdk.NativeLibrarySupport.addLibrary(NativeLibrarySupport.java:128)
A SP 0x000000016ef6b060 IP 0x0000000100f80830 size=64 com.oracle.svm.core.jdk.NativeLibrarySupport.addLibrary(NativeLibrarySupport.java:84)
A SP 0x000000016ef6b0a0 IP 0x0000000100f7fe98 size=64 com.oracle.svm.core.jdk.NativeLibraries.loadLibrary0(NativeLibraries.java:147)
A SP 0x000000016ef6b0e0 IP 0x0000000100f80590 size=128 com.oracle.svm.core.jdk.NativeLibraries.loadLibraryRelative(NativeLibraries.java:128)
i SP 0x000000016ef6b160 IP 0x0000000101217260 size=112 java.lang.ClassLoader.loadLibrary(ClassLoader.java:101)
A SP 0x000000016ef6b160 IP 0x0000000101217260 size=112 java.lang.Runtime.loadLibrary0(Runtime.java:822)
A SP 0x000000016ef6b1d0 IP 0x0000000101240b5c size=96 java.lang.System.loadLibrary(System.java:1663)
A SP 0x000000016ef6b230 IP 0x0000000101101b8c size=48 java.awt.Toolkit.loadLibraries(Toolkit.java:1293)
A SP 0x000000016ef6b260 IP 0x00000001010fd358 size=48 java.awt.Toolkit.initStatic(Toolkit.java:1318)
A SP 0x000000016ef6b290 IP 0x00000001010fd28c size=48 java.awt.Toolkit.<clinit>(Toolkit.java:1299)
A SP 0x000000016ef6b2c0 IP 0x0000000100ef0944 size=64 com.oracle.svm.core.classinitialization.ClassInitializationInfo.invokeClassInitializer(ClassInitializationInfo.java:578)
A SP 0x000000016ef6b300 IP 0x0000000100ef0648 size=80 com.oracle.svm.core.classinitialization.ClassInitializationInfo.doInitialize(ClassInitializationInfo.java:491)
A SP 0x000000016ef6b350 IP 0x0000000100ef1830 size=832 com.oracle.svm.core.classinitialization.ClassInitializationInfo.slowPath(ClassInitializationInfo.java:440)
A SP 0x000000016ef6b690 IP 0x0000000101073038 size=80 java.awt.Component.<clinit>(Component.java:614)
A SP 0x000000016ef6b6e0 IP 0x0000000100ef0944 size=64 com.oracle.svm.core.classinitialization.ClassInitializationInfo.invokeClassInitializer(ClassInitializationInfo.java:578)
A SP 0x000000016ef6b720 IP 0x0000000100ef0648 size=80 com.oracle.svm.core.classinitialization.ClassInitializationInfo.doInitialize(ClassInitializationInfo.java:491)
A SP 0x000000016ef6b770 IP 0x0000000100ef1830 size=832 com.oracle.svm.core.classinitialization.ClassInitializationInfo.slowPath(ClassInitializationInfo.java:440)
i SP 0x000000016ef6bab0 IP 0x0000000100ef0810 size=80 java.lang.Class.ensureInitialized(DynamicHub.java:770)
A SP 0x000000016ef6bab0 IP 0x0000000100ef0810 size=80 com.oracle.svm.core.classinitialization.ClassInitializationInfo.doInitialize(ClassInitializationInfo.java:456)
A SP 0x000000016ef6bb00 IP 0x0000000100ef1830 size=832 com.oracle.svm.core.classinitialization.ClassInitializationInfo.slowPath(ClassInitializationInfo.java:440)
i SP 0x000000016ef6be40 IP 0x0000000100ef0810 size=80 java.lang.Class.ensureInitialized(DynamicHub.java:770)
A SP 0x000000016ef6be40 IP 0x0000000100ef0810 size=80 com.oracle.svm.core.classinitialization.ClassInitializationInfo.doInitialize(ClassInitializationInfo.java:456)
A SP 0x000000016ef6be90 IP 0x0000000100ef1830 size=832 com.oracle.svm.core.classinitialization.ClassInitializationInfo.slowPath(ClassInitializationInfo.java:440)
i SP 0x000000016ef6c1d0 IP 0x0000000100ef0810 size=80 java.lang.Class.ensureInitialized(DynamicHub.java:770)
A SP 0x000000016ef6c1d0 IP 0x0000000100ef0810 size=80 com.oracle.svm.core.classinitialization.ClassInitializationInfo.doInitialize(ClassInitializationInfo.java:456)
A SP 0x000000016ef6c220 IP 0x0000000100ef1830 size=832 com.oracle.svm.core.classinitialization.ClassInitializationInfo.slowPath(ClassInitializationInfo.java:440)
A SP 0x000000016ef6c560 IP 0x0000000100e9415c size=64 HelloWorldAWT.main(HelloWorldAWT.java:5)
i SP 0x000000016ef6c5a0 IP 0x0000000100edb7b0 size=48 java.lang.invoke.LambdaForm$DMH/sa346b79c.invokeStaticInit(LambdaForm$DMH)
A SP 0x000000016ef6c5a0 IP 0x0000000100edb7b0 size=48 com.oracle.svm.core.JavaMainWrapper.invokeMain(JavaMainWrapper.java:197)
A SP 0x000000016ef6c5d0 IP 0x0000000100edba98 size=64 com.oracle.svm.core.JavaMainWrapper.runCore0(JavaMainWrapper.java:254)
i SP 0x000000016ef6c610 IP 0x0000000100edb640 size=80 com.oracle.svm.core.JavaMainWrapper.runCore(JavaMainWrapper.java:218)
A SP 0x000000016ef6c610 IP 0x0000000100edb640 size=80 com.oracle.svm.core.JavaMainWrapper.doRun(JavaMainWrapper.java:321)
i SP 0x000000016ef6c660 IP 0x0000000100f08a98 size=272 com.oracle.svm.core.JavaMainWrapper.run(JavaMainWrapper.java:306)
A SP 0x000000016ef6c660 IP 0x0000000100f08a98 size=272 com.oracle.svm.core.code.IsolateEnterStub.JavaMainWrapper_run_XNhh1mz2Ib2aPR1wdv014D(IsolateEnterStub.java:0)
Threads:
0x0000000149804080 STATUS_IN_NATIVE (ALLOW_SAFEPOINT) "Reference Handler" - 0x000000030062c538, daemon, stack(0x000000016ef74000,0x000000016eff7000)
0x0000000148704080 STATUS_IN_JAVA (PREVENT_VM_FROM_REACHING_SAFEPOINT) "main" - 0x000000030062c688, stack(0x000000016e774000,0x000000016ef70000)
No VMOperation in progress
The 30 most recent VM operation status changes:
VM mutexes:
mutex "RealLog.backTracePrinterMutex" is unlocked.
mutex "freeList" is unlocked.
mutex "mainVMOperationControlWorkQueue" is unlocked.
mutex "referencePendingList" is unlocked.
mutex "thread" is unlocked.
Build time information:
Version: Oracle GraalVM 25-dev+20.1 (serial gc, compressed references), JDK 25+20-LTS
Platform: darwin/aarch64
Page size: 65536
Supports isolates: true
Containerized: false
Object reference size: 4
CPU features used for AOT compiled code: FP, ASIMD, CRC32, LSE
Runtime information:
Isolate id: 0
Heap base: 0x0000000300000000
CGlobalData base: 0x0000000101bf0000
CPU cores (OS): 10
Memory (OS): 65536M
Page size: 16384
VM uptime: 0.061s
Current timestamp: 1746302387348
AOT compiled code: 0x0000000100e94000 - 0x0000000101bb84ff
Command line:
Heap settings and statistics:
Reserved hub pointer bits: 0b11111
Aligned chunk size: 524288
Large array threshold: 131072
Incremental collections: 0
Complete collections: 0
Heap usage:
Eden: 1.00M (0.00M in 0 aligned chunks, 0.00M in 0 unaligned chunks)
Old: 0.00M (0.00M in 0 aligned chunks, 0.00M in 0 unaligned chunks)
GC policy:
Name: adaptive
Max eden size: 11432099840
Max survivor size: 3816292352
Max young size: 11448877056
Max old size: 22898802688
Max heap size: 34347679744
Image heap boundaries:
ReadOnly: 0x0000000300080838 - 0x000000030048f6c8
ReadOnly Relocatables: 0x000000030048f6c8 - 0x0000000300537100
Writeable Patched: 0x0000000000000000 - 0x0000000000000000
Writable: 0x0000000300537100 - 0x000000030082e7b8
Writable Huge: 0x0000000000000000 - 0x0000000000000000
ReadOnly Huge: 0x0000000300880038 - 0x0000000300b79f88
Heap chunks: E=eden, S=survivor, O=old, F=free; A=aligned chunk, U=unaligned chunk; T=to space
|0x0000000300c00000|0x0000000300c00838, 0x0000000000000000, 0x0000000300c80000| ?| E|A| |0
|0x0000000300b80000|0x0000000300b80838, 0x0000000000000000, 0x0000000300c00000| ?| E|A| |0
/Users/jevin/code/java/java-awt-hello-world
/Users/jevin/.sdkman/candidates/java/24.0.1.fx-librca/bin/java
/Users/jevin/.sdkman/candidates/java/24.0.1.fx-librca/lib/libjli.dylib
/private/var/folders/6f/4n4ptl_x3zb_7jghsdhp5yx80000gn/T/hsperfdata_jevin/32325
/Users/jevin/.sdkman/candidates/java/24.0.1.fx-librca/lib/libjimage.dylib
/Library/Preferences/Logging/.plist-cache.aMGxsttx
/System/Library/CoreServices/SystemVersion.bundle/English.lproj/SystemVersion.strings
/Users/jevin/.sdkman/candidates/java/24.0.1.fx-librca/lib/libjava.dylib
/usr/share/locale/en_US.UTF-8/LC_COLLATE
/Users/jevin/.sdkman/candidates/java/24.0.1.fx-librca/lib/libnio.dylib
/Users/jevin/.sdkman/candidates/java/24.0.1.fx-librca/lib/libnet.dylib
/usr/lib/dyld
/Users/jevin/.sdkman/candidates/java/24.0.1.fx-librca/lib/libosxapp.dylib
/System/Library/CoreServices/SystemAppearance.bundle/Contents/Resources/SystemAppearance.car
/Users/jevin/.sdkman/candidates/java/24.0.1.fx-librca/lib/libawt.dylib
/private/var/db/timezone/tz/2025b.1.0/icutz/icutz44l.dat
/System/Library/CoreServices/SystemAppearance.bundle/Contents/Resources/FauxVibrantDark.car
/Users/jevin/.sdkman/candidates/java/24.0.1.fx-librca/lib/libawt_lwawt.dylib
/Users/jevin/.sdkman/candidates/java/24.0.1.fx-librca/lib/libfreetype.dylib
/private/var/db/analyticsd/events.allowlist
/usr/lib/libobjc-trampolines.dylib
/System/Library/Frameworks/AppKit.framework/Versions/C/Resources/InputManager.loctable
/Users/jevin/.sdkman/candidates/java/24.0.1.fx-librca/lib/libfontmanager.dylib
/System/Library/Frameworks/AppKit.framework/Versions/C/Resources/MenuCommands.loctable
/private/var/folders/6f/4n4ptl_x3zb_7jghsdhp5yx80000gn/C/com.apple.IntlDataCache.le.kbdx
/System/Library/Keyboard Layouts/AppleKeyboardLayouts.bundle/Contents/Resources/InfoPlist.loctable
/Users/jevin/.sdkman/candidates/java/24.0.1.fx-librca/lib/server/libjvm.dylib
/Users/jevin/.sdkman/candidates/java/24.0.1.fx-librca/lib/modules
/System/Library/CoreServices/SystemAppearance.bundle/Contents/Resources/DarkAqua.car
/System/Library/CoreServices/SystemAppearance.bundle/Contents/Resources/VibrantDark.car
/System/Library/CoreServices/SystemAppearance.bundle/Contents/Resources/Aqua.car
/System/Library/Extensions/AGXMetalG13X.bundle/Contents/Resources/ds.g13s
/System/Library/Frameworks/AppKit.framework/Versions/C/Resources/Common.loctable
/private/var/folders/6f/4n4ptl_x3zb_7jghsdhp5yx80000gn/C/net.java.openjdk.java/com.apple.metal/16777235_530/functions.data
/usr/share/icu/icudt76l.dat
/System/Library/Fonts/SFNS.ttf
/System/Library/Keyboard Layouts/AppleKeyboardLayouts.bundle/Contents/Resources/AppleKeyboardLayouts-L.dat
/System/Library/CoreServices/SystemAppearance.bundle/Contents/Resources/Assets.car
/System/Library/CoreServices/SystemAppearance.bundle/Contents/Resources/FauxVibrantLight.car
/System/Library/CoreServices/SystemAppearance.bundle/Contents/Resources/VibrantLight.car
/System/Library/Fonts/Supplemental/NotoSansTagalog-Regular.ttf
/Library/Fonts/WindowsFonts/marlett.ttf
/private/var/folders/6f/4n4ptl_x3zb_7jghsdhp5yx80000gn/0/com.apple.LaunchServices.dv/com.apple.LaunchServices-6291460-v2.csstore
/Users/jevin/.sdkman/candidates/java/24.0.1.fx-librca/lib/libosxui.dylib
/System/Library/Extensions/AGXMetalG13X.bundle/Contents/MacOS/AGXMetalG13X
/System/Library/Fonts/Helvetica.ttc
/System/Library/Fonts/Supplemental/Academy Engraved LET Fonts.ttf
/Users/jevin/Library/Fonts/Agave-Bold.ttf
/System/Library/Fonts/Supplemental/Al Nile.ttc
/Users/jevin/Library/Fonts/Agave-Regular.ttf
/System/Library/Fonts/Supplemental/AlBayan.ttc
/System/Library/Fonts/Supplemental/Al Tarikh.ttc
/System/Library/Fonts/Supplemental/AmericanTypewriter.ttc
/System/Library/Fonts/Supplemental/Andale Mono.ttf
/System/Library/Fonts/Apple Braille Outline 6 Dot.ttf
/System/Library/Fonts/Apple Braille Outline 8 Dot.ttf
/System/Library/Fonts/Apple Braille Pinpoint 6 Dot.ttf
/System/Library/Fonts/Apple Braille Pinpoint 8 Dot.ttf
/System/Library/Fonts/Apple Braille.ttf
/System/Library/Fonts/Supplemental/Apple Chancery.ttf
/System/Library/Fonts/AppleSDGothicNeo.ttc
/System/Library/Fonts/Apple Symbols.ttf
/System/Library/Fonts/Supplemental/AppleGothic.ttf
/System/Library/Fonts/Supplemental/AppleMyungjo.ttf
/Library/Fonts/WindowsFonts/arial.ttf
/Library/Fonts/WindowsFonts/ariali.ttf
/Library/Fonts/WindowsFonts/arialbd.ttf
/Library/Fonts/WindowsFonts/arialbi.ttf
/System/Library/Fonts/Supplemental/Arial Black.ttf
/System/Library/Fonts/ArialHB.ttc
/System/Library/Fonts/Supplemental/Arial Narrow.ttf
/System/Library/Fonts/Supplemental/Arial Narrow Italic.ttf
/System/Library/Fonts/Supplemental/Arial Narrow Bold.ttf
/System/Library/Fonts/Supplemental/Arial Narrow Bold Italic.ttf
/System/Library/Fonts/Supplemental/Arial Rounded Bold.ttf
/System/Library/Fonts/Avenir.ttc
/System/Library/Fonts/Avenir Next.ttc
/System/Library/Fonts/Avenir Next Condensed.ttc
/System/Library/Fonts/Supplemental/Ayuthaya.ttf
/System/Library/Fonts/Supplemental/Baghdad.ttc
/Library/Fonts/WindowsFonts/bahnschrift.ttf
/System/Library/Fonts/Supplemental/Bangla MN.ttc
/System/Library/Fonts/Supplemental/Bangla Sangam MN.ttc
/System/Library/Fonts/Supplemental/Baskerville.ttc
/System/Library/Fonts/Supplemental/Beirut.ttc
/System/Library/Fonts/Supplemental/BigCaslon.ttf
/Users/jevin/Library/Fonts/BigShouldersDisplay-VariableFont_wght.ttf
/Users/jevin/Library/Fonts/BigShouldersInlineDisplay-VariableFont_wght.ttf
/Users/jevin/Library/Fonts/BigShouldersInlineText-VariableFont_wght.ttf
/Users/jevin/Library/Fonts/BigShouldersStencilDisplay-VariableFont_wght.ttf
/Users/jevin/Library/Fonts/BigShouldersStencilText-VariableFont_wght.ttf
/Users/jevin/Library/Fonts/BigShouldersText-VariableFont_wght.ttf
/System/Library/Fonts/Supplemental/Bodoni 72.ttc
/System/Library/Fonts/Supplemental/Bodoni 72 Smallcaps Book.ttf
/System/Library/Fonts/Supplemental/Arial Unicode.ttf
/Users/jevin/Library/Fonts/BitstromWeraNerdFont-Regular.ttf
/Users/jevin/Library/Fonts/BitstromWeraNerdFont-Oblique.ttf
/Users/jevin/Library/Fonts/BitstromWeraNerdFont-Bold.ttf
/System/Library/Fonts/Supplemental/Bodoni 72 OS.ttc
/System/Library/Fonts/Supplemental/Gurmukhi.ttf
/System/Library/PrivateFrameworks/SFSymbols.framework/Versions/A/Resources/CoreGlyphs.bundle/Contents/Resources/Assets.car
/Users/jevin/Library/Fonts/BitstromWeraNerdFont-BoldOblique.ttf
/Users/jevin/Library/Fonts/BitstromWeraNerdFontMono-Regular.ttf
/Users/jevin/Library/Fonts/BitstromWeraNerdFontMono-Oblique.ttf
/Users/jevin/Library/Fonts/BitstromWeraNerdFontMono-Bold.ttf
/Users/jevin/Library/Fonts/BitstromWeraNerdFontMono-BoldOblique.ttf
/Users/jevin/Library/Fonts/BitstromWeraNerdFontPropo-Regular.ttf
/Users/jevin/Library/Fonts/BitstromWeraNerdFontPropo-Oblique.ttf
/Users/jevin/Library/Fonts/BitstromWeraNerdFontPropo-Bold.ttf
/Users/jevin/Library/Fonts/BitstromWeraNerdFontPropo-BoldOblique.ttf
/System/Library/Fonts/Supplemental/Bodoni Ornaments.ttf
/System/Library/Fonts/Supplemental/Bradley Hand Bold.ttf
/System/Library/Fonts/Supplemental/Brush Script.ttf
/Library/Fonts/WindowsFonts/calibri.ttf
/Library/Fonts/WindowsFonts/calibrii.ttf
/Library/Fonts/WindowsFonts/calibril.ttf
/Library/Fonts/WindowsFonts/calibrili.ttf
/Library/Fonts/WindowsFonts/calibrib.ttf
/Library/Fonts/WindowsFonts/calibriz.ttf
/Library/Fonts/WindowsFonts/cambria.ttc
/Library/Fonts/WindowsFonts/cambriai.ttf
/Library/Fonts/WindowsFonts/cambriab.ttf
/Library/Fonts/WindowsFonts/cambriaz.ttf
/Library/Fonts/WindowsFonts/Candara.ttf
/Library/Fonts/WindowsFonts/Candaral.ttf
/Library/Fonts/WindowsFonts/Candarai.ttf
/Library/Fonts/WindowsFonts/Candarali.ttf
/Library/Fonts/WindowsFonts/Candarab.ttf
/Library/Fonts/WindowsFonts/Candaraz.ttf
/System/Library/AssetsV2/com_apple_MobileAsset_Font7/f4a323f5fbab983db00b98848520cbf5b353c8e9.asset/AssetData/CanelaText.ttc
/Library/Fonts/WindowsFonts/CascadiaCode.ttf
/Library/Fonts/WindowsFonts/CascadiaMono.ttf
/System/Library/Fonts/Supplemental/Chalkboard.ttc
/System/Library/Fonts/Supplemental/ChalkboardSE.ttc
/System/Library/Fonts/Supplemental/Chalkduster.ttf
/System/Library/Fonts/Supplemental/Charter.ttc
/System/Library/Fonts/Supplemental/Cochin.ttc
/Library/Fonts/WindowsFonts/comic.ttf
/Library/Fonts/WindowsFonts/comici.ttf
/Library/Fonts/WindowsFonts/comicbd.ttf
/Library/Fonts/WindowsFonts/comicz.ttf
/Library/Fonts/WindowsFonts/consola.ttf
/Library/Fonts/WindowsFonts/consolai.ttf
/Library/Fonts/WindowsFonts/consolab.ttf
/Library/Fonts/WindowsFonts/consolaz.ttf
/Library/Fonts/WindowsFonts/constan.ttf
/Library/Fonts/WindowsFonts/constani.ttf
/Library/Fonts/WindowsFonts/constanb.ttf
/Library/Fonts/WindowsFonts/constanz.ttf
/System/Library/Fonts/Supplemental/Copperplate.ttc
/Library/Fonts/WindowsFonts/corbel.ttf
/Library/Fonts/WindowsFonts/corbeli.ttf
/Library/Fonts/WindowsFonts/corbell.ttf
/Library/Fonts/WindowsFonts/corbelli.ttf
/Library/Fonts/WindowsFonts/corbelb.ttf
/Library/Fonts/WindowsFonts/corbelz.ttf
/System/Library/Fonts/Supplemental/Corsiva.ttc
/System/Library/Fonts/Supplemental/Courier New.ttf
/Library/Fonts/WindowsFonts/couri.ttf
/Library/Fonts/WindowsFonts/courbd.ttf
/System/Library/Fonts/Supplemental/Courier New Bold Italic.ttf
/System/Library/Fonts/Supplemental/Damascus.ttc
/System/Library/Fonts/Supplemental/DecoTypeNaskh.ttc
/System/Library/Fonts/DecoTypeNastaleeqUrdu.ttc
/Users/jevin/Library/Fonts/DejaVuSansMNerdFont-Regular.ttf
/Users/jevin/Library/Fonts/DejaVuSansMNerdFont-Oblique.ttf
/Users/jevin/Library/Fonts/DejaVuSansMNerdFont-Bold.ttf
/Users/jevin/Library/Fonts/DejaVuSansMNerdFont-BoldOblique.ttf
/Users/jevin/Library/Fonts/DejaVuSansMNerdFontMono-Regular.ttf
/Users/jevin/Library/Fonts/DejaVuSansMNerdFontMono-Oblique.ttf
/Users/jevin/Library/Fonts/DejaVuSansMNerdFontMono-Bold.ttf
/Users/jevin/Library/Fonts/DejaVuSansMNerdFontMono-BoldOblique.ttf
/Users/jevin/Library/Fonts/DejaVuSansMNerdFontPropo-Regular.ttf
/Users/jevin/Library/Fonts/DejaVuSansMNerdFontPropo-Oblique.ttf
/Users/jevin/Library/Fonts/DejaVuSansMNerdFontPropo-Bold.ttf
/Users/jevin/Library/Fonts/DejaVuSansMNerdFontPropo-BoldOblique.ttf
/System/Library/Fonts/Supplemental/DevanagariMT.ttc
/System/Library/Fonts/Supplemental/Devanagari Sangam MN.ttc
/System/Library/Fonts/Supplemental/Didot.ttc
/System/Library/Fonts/Supplemental/DIN Alternate Bold.ttf
/System/Library/Fonts/Supplemental/DIN Condensed Bold.ttf
/System/Library/Fonts/Supplemental/Diwan Kufi.ttc
/System/Library/Fonts/Supplemental/Diwan Thuluth.ttf
/Users/jevin/Library/Fonts/DroidSansMNerdFont-Regular.otf
/Users/jevin/Library/Fonts/DroidSansMNerdFontMono-Regular.otf
/Library/Fonts/WindowsFonts/ebrima.ttf
/System/Library/Fonts/Supplemental/EuphemiaCAS.ttc
/System/Library/Fonts/Supplemental/Farah.ttc
/System/Library/Fonts/Supplemental/NotoSansBatak-Regular.ttf
/System/Library/Fonts/Apple Color Emoji.ttc
/Users/jevin/Library/Fonts/DroidSansMNerdFontPropo-Regular.otf
/Library/Fonts/WindowsFonts/ebrimabd.ttf
/System/Library/Fonts/Supplemental/Farisi.ttf
/Users/jevin/Library/Fonts/FiraCode-Regular.ttf
/Users/jevin/Library/Fonts/FiraCode-Light.ttf
/Users/jevin/Library/Fonts/FiraCode-Retina.ttf
/Users/jevin/Library/Fonts/FiraCode-Medium.ttf
/Users/jevin/Library/Fonts/FiraCode-SemiBold.ttf
/Users/jevin/Library/Fonts/FiraCode-Bold.ttf
/Users/jevin/Library/Fonts/FiraMono-Regular.ttf
/Users/jevin/Library/Fonts/FiraMono-Medium.ttf
/Users/jevin/Library/Fonts/FiraMono-Bold.ttf
/Users/jevin/Library/Fonts/FuraMono-Regular Powerline.otf
/Users/jevin/Library/Fonts/FuraMono-Medium Powerline.otf
/Users/jevin/Library/Fonts/FuraMono-Bold Powerline.otf
/Users/jevin/Library/Fonts/FiraSans-Regular.otf
/Users/jevin/Library/Fonts/FiraSans-Italic.otf
/Users/jevin/Library/Fonts/FiraSans-Eight.otf
/Users/jevin/Library/Fonts/FiraSans-Four.otf
/Users/jevin/Library/Fonts/FiraSans-Hair.otf
/Users/jevin/Library/Fonts/FiraSans-Thin.otf
/Users/jevin/Library/Fonts/FiraSans-Two.otf
/Users/jevin/Library/Fonts/FiraSans-EightItalic.otf
/Users/jevin/Library/Fonts/FiraSans-FourItalic.otf
/Users/jevin/Library/Fonts/FiraSans-HairItalic.otf
/Users/jevin/Library/Fonts/FiraSans-ThinItalic.otf
/Users/jevin/Library/Fonts/FiraSans-TwoItalic.otf
/Users/jevin/Library/Fonts/FiraSans-UltraLight.otf
/Users/jevin/Library/Fonts/FiraSans-UltraLightItalic.otf
/Users/jevin/Library/Fonts/FiraSans-ExtraLight.otf
/Users/jevin/Library/Fonts/FiraSans-ExtraLightItalic.otf
/Users/jevin/Library/Fonts/FiraSans-Light.otf
/Users/jevin/Library/Fonts/FiraSans-LightItalic.otf
/Users/jevin/Library/Fonts/FiraSans-Book.otf
/Users/jevin/Library/Fonts/FiraSans-BookItalic.otf
/Users/jevin/Library/Fonts/FiraSans-Medium.otf
/Users/jevin/Library/Fonts/FiraSans-MediumItalic.otf
/Users/jevin/Library/Fonts/FiraSans-SemiBold.otf
/Users/jevin/Library/Fonts/FiraSans-SemiBoldItalic.otf
/Users/jevin/Library/Fonts/FiraSans-Bold.otf
/Users/jevin/Library/Fonts/FiraSans-BoldItalic.otf
/Users/jevin/Library/Fonts/FiraSans-ExtraBold.otf
/Users/jevin/Library/Fonts/FiraSans-ExtraBoldItalic.otf
/Users/jevin/Library/Fonts/FiraSans-Heavy.otf
/Users/jevin/Library/Fonts/FiraSans-HeavyItalic.otf
/Users/jevin/Library/Fonts/FiraSans-Ultra.otf
/Users/jevin/Library/Fonts/FiraSans-UltraItalic.otf
/Users/jevin/Library/Fonts/FiraSansCondensed-Regular.ttf
/Users/jevin/Library/Fonts/FiraSansCondensed-Italic.ttf
/Users/jevin/Library/Fonts/FiraSansCondensed-Eight.otf
/Users/jevin/Library/Fonts/FiraSansCondensed-Four.otf
/Users/jevin/Library/Fonts/FiraSansCondensed-Hair.otf
/Users/jevin/Library/Fonts/FiraSansCondensed-Thin.ttf
/Users/jevin/Library/Fonts/FiraSansCondensed-Two.otf
/Users/jevin/Library/Fonts/FiraSansCondensed-EightItalic.otf
/Users/jevin/Library/Fonts/FiraSansCondensed-FourItalic.otf
/Users/jevin/Library/Fonts/FiraSansCondensed-HairItalic.otf
/Users/jevin/Library/Fonts/FiraSansCondensed-ThinItalic.ttf
/Users/jevin/Library/Fonts/FiraSansCondensed-TwoItalic.otf
/Users/jevin/Library/Fonts/FiraSansCondensed-UltraLight.otf
/Users/jevin/Library/Fonts/FiraSansCondensed-UltraLightItalic.otf
/Users/jevin/Library/Fonts/FiraSansCondensed-ExtraLight.ttf
/Users/jevin/Library/Fonts/FiraSansCondensed-ExtraLightItalic.ttf
/Users/jevin/Library/Fonts/FiraSansCondensed-Light.ttf
/Users/jevin/Library/Fonts/FiraSansCondensed-LightItalic.ttf
/Users/jevin/Library/Fonts/FiraSansCondensed-Book.otf
/Users/jevin/Library/Fonts/FiraSansCondensed-BookItalic.otf
/Users/jevin/Library/Fonts/FiraSansCondensed-Medium.ttf
/Users/jevin/Library/Fonts/FiraSansCondensed-MediumItalic.ttf
/Users/jevin/Library/Fonts/FiraSansCondensed-SemiBold.ttf
/Users/jevin/Library/Fonts/FiraSansCondensed-SemiboldItalic.otf
/System/Library/Fonts/LucidaGrande.ttc
/Users/jevin/Library/Fonts/FiraSansCondensed-Bold.ttf
/Users/jevin/Library/Fonts/FiraSansCondensed-BoldItalic.ttf
/Users/jevin/Library/Fonts/FiraSansCondensed-ExtraBold.ttf
/Users/jevin/Library/Fonts/FiraSansCondensed-ExtraboldItalic.otf
/Users/jevin/Library/Fonts/FiraSansCondensed-Black.ttf
/Users/jevin/Library/Fonts/FiraSansCondensed-Heavy.otf
/Users/jevin/Library/Fonts/FiraSansCondensed-BlackItalic.ttf
/Users/jevin/Library/Fonts/FiraSansCondensed-HeavyItalic.otf
/Users/jevin/Library/Fonts/FiraSansCondensed-Ultra.otf
/Users/jevin/Library/Fonts/FiraSansCondensed-UltraItalic.otf
/Users/jevin/Library/Fonts/FiraSansExtraCondensed-Italic.ttf
/Users/jevin/Library/Fonts/FiraSansExtraCondensed-ThinItalic.ttf
/Users/jevin/Library/Fonts/FiraSansExtraCondensed-ExtraLightItalic.ttf
/Users/jevin/Library/Fonts/FiraSansExtraCondensed-LightItalic.ttf
/Users/jevin/Library/Fonts/FiraSansExtraCondensed-MediumItalic.ttf
/Users/jevin/Library/Fonts/FiraSansExtraCondensed-SemiBoldItalic.ttf
/Users/jevin/Library/Fonts/FiraSansExtraCondensed-BoldItalic.ttf
/Users/jevin/Library/Fonts/FiraSansExtraCondensed-ExtraBoldItalic.ttf
/Users/jevin/Library/Fonts/FiraSansExtraCondensed-BlackItalic.ttf
/Users/jevin/Library/Fonts/FiraSansExtraCondensed-Regular.ttf
/Users/jevin/Library/Fonts/FiraSansExtraCondensed-Thin.ttf
/Users/jevin/Library/Fonts/FiraSansExtraCondensed-ExtraLight.ttf
/Users/jevin/Library/Fonts/FiraSansExtraCondensed-Light.ttf
/Users/jevin/Library/Fonts/FiraSansExtraCondensed-Medium.ttf
/Users/jevin/Library/Fonts/FiraSansExtraCondensed-SemiBold.ttf
/Users/jevin/Library/Fonts/FiraSansExtraCondensed-Bold.ttf
/Users/jevin/Library/Fonts/FiraSansExtraCondensed-ExtraBold.ttf
/Users/jevin/Library/Fonts/FiraSansExtraCondensed-Black.ttf
/Users/jevin/Library/Fonts/FiraCodeNerdFont-Regular.ttf
/Users/jevin/Library/Fonts/FiraCodeNerdFont-Light.ttf
/Users/jevin/Library/Fonts/FiraCodeNerdFont-Retina.ttf
/Users/jevin/Library/Fonts/FiraCodeNerdFont-Medium.ttf
/Users/jevin/Library/Fonts/FiraCodeNerdFont-SemiBold.ttf
/Users/jevin/Library/Fonts/FiraCodeNerdFont-Bold.ttf
/Users/jevin/Library/Fonts/FiraCodeNerdFontMono-Regular.ttf
/Users/jevin/Library/Fonts/FiraCodeNerdFontMono-Light.ttf
/Users/jevin/Library/Fonts/FiraCodeNerdFontMono-Retina.ttf
/Users/jevin/Library/Fonts/FiraCodeNerdFontMono-Medium.ttf
/Users/jevin/Library/Fonts/FiraCodeNerdFontMono-SemiBold.ttf
/Users/jevin/Library/Fonts/FiraCodeNerdFontMono-Bold.ttf
/Users/jevin/Library/Fonts/FiraCodeNerdFontPropo-Regular.ttf
/Users/jevin/Library/Fonts/FiraCodeNerdFontPropo-Light.ttf
/Users/jevin/Library/Fonts/FiraCodeNerdFontPropo-Retina.ttf
/Users/jevin/Library/Fonts/FiraCodeNerdFontPropo-Medium.ttf
/Users/jevin/Library/Fonts/FiraCodeNerdFontPropo-SemiBold.ttf
/Users/jevin/Library/Fonts/FiraCodeNerdFontPropo-Bold.ttf
/Users/jevin/Library/Fonts/FiraGO-Regular.otf
/Users/jevin/Library/Fonts/FiraGO-Italic.otf
/Users/jevin/Library/Fonts/FiraGO-Eight.otf
/Users/jevin/Library/Fonts/FiraGO-Four.otf
/Users/jevin/Library/Fonts/FiraGO-Hair.otf
/Users/jevin/Library/Fonts/FiraGO-Thin.otf
/Users/jevin/Library/Fonts/FiraGO-Two.otf
/Users/jevin/Library/Fonts/FiraGO-EightItalic.otf
/Users/jevin/Library/Fonts/FiraGO-FourItalic.otf
/Users/jevin/Library/Fonts/FiraGO-HairItalic.otf
/Users/jevin/Library/Fonts/FiraGO-ThinItalic.otf
/Users/jevin/Library/Fonts/FiraGO-TwoItalic.otf
/Users/jevin/Library/Fonts/FiraGO-ExtraLight.otf
/Users/jevin/Library/Fonts/FiraGO-UltraLight.otf
/Users/jevin/Library/Fonts/FiraGO-ExtraLightItalic.otf
/Users/jevin/Library/Fonts/FiraGO-UltraLightItalic.otf
/Users/jevin/Library/Fonts/FiraGO-Light.otf
/Users/jevin/Library/Fonts/FiraGO-LightItalic.otf
/Users/jevin/Library/Fonts/FiraGO-Book.otf
/Users/jevin/Library/Fonts/FiraGO-BookItalic.otf
/Users/jevin/Library/Fonts/FiraGO-Medium.otf
/Users/jevin/Library/Fonts/FiraGO-MediumItalic.otf
/Users/jevin/Library/Fonts/FiraGO-SemiBold.otf
/Users/jevin/Library/Fonts/FiraGO-SemiBoldItalic.otf
/Users/jevin/Library/Fonts/FiraGO-Bold.otf
/Users/jevin/Library/Fonts/FiraGO-BoldItalic.otf
/Users/jevin/Library/Fonts/FiraGO-ExtraBold.otf
/Users/jevin/Library/Fonts/FiraGO-ExtraBoldItalic.otf
/Users/jevin/Library/Fonts/FiraGO-Heavy.otf
/Users/jevin/Library/Fonts/FiraGO-HeavyItalic.otf
/Users/jevin/Library/Fonts/FiraMonoNerdFont-Regular.otf
/Users/jevin/Library/Fonts/FiraMonoNerdFont-Medium.otf
/Users/jevin/Library/Fonts/FiraMonoNerdFont-Bold.otf
/Users/jevin/Library/Fonts/FiraMonoNerdFontMono-Regular.otf
/Users/jevin/Library/Fonts/FiraMonoNerdFontMono-Medium.otf
/Users/jevin/Library/Fonts/FiraMonoNerdFontMono-Bold.otf
/Users/jevin/Library/Fonts/FiraMonoNerdFontPropo-Regular.otf
/Users/jevin/Library/Fonts/FiraMonoNerdFontPropo-Medium.otf
/Users/jevin/Library/Fonts/FiraMonoNerdFontPropo-Bold.otf
/Users/jevin/Library/Fonts/Font Awesome 6 Brands-Regular-400.otf
/Users/jevin/Library/Fonts/Font Awesome 6 Free-Regular-400.otf
/Users/jevin/Library/Fonts/Font Awesome 6 Free-Solid-900.otf
/Library/Fonts/WindowsFonts/framd.ttf
/Library/Fonts/WindowsFonts/framdit.ttf
/System/Library/Fonts/Supplemental/Futura.ttc
/Library/Fonts/WindowsFonts/Gabriola.ttf
/Library/Fonts/WindowsFonts/gadugi.ttf
/Library/Fonts/WindowsFonts/gadugib.ttf
/System/Library/Fonts/Supplemental/Galvji.ttc
/System/Library/Fonts/Supplemental/NISC18030.ttf
/System/Library/Fonts/GeezaPro.ttc
/System/Library/Fonts/Geneva.ttf
/System/Library/Fonts/Supplemental/Georgia.ttf
/System/Library/Fonts/Supplemental/Georgia Italic.ttf
/System/Library/Fonts/Supplemental/Georgia Bold.ttf
/System/Library/Fonts/Supplemental/Georgia Bold Italic.ttf
/System/Library/Fonts/Supplemental/GillSans.ttc
/System/Library/Fonts/Supplemental/Tamil Sangam MN.ttc
/System/Library/Fonts/Supplemental/GujaratiMT.ttc
/System/Library/Fonts/Supplemental/Gujarati Sangam MN.ttc
/System/Library/Fonts/Supplemental/Gurmukhi MN.ttc
/System/Library/Fonts/Supplemental/Gurmukhi Sangam MN.ttc
/Users/jevin/Library/Fonts/Hasklig-Regular.otf
/Users/jevin/Library/Fonts/Hasklig-It.otf
/Users/jevin/Library/Fonts/Hasklig-ExtraLight.otf
/Users/jevin/Library/Fonts/Hasklig-ExtraLightIt.otf
/Users/jevin/Library/Fonts/Hasklig-Light.otf
/Users/jevin/Library/Fonts/Hasklig-LightIt.otf
/Users/jevin/Library/Fonts/Hasklig-Medium.otf
/Users/jevin/Library/Fonts/Hasklig-MediumIt.otf
/Users/jevin/Library/Fonts/Hasklig-Semibold.otf
/Users/jevin/Library/Fonts/Hasklig-SemiboldIt.otf
/Users/jevin/Library/Fonts/Hasklig-Bold.otf
/Users/jevin/Library/Fonts/Hasklig-BoldIt.otf
/Users/jevin/Library/Fonts/Hasklig-Black.otf
/Users/jevin/Library/Fonts/Hasklig-BlackIt.otf
/System/Library/Fonts/STHeiti Light.ttc
/System/Library/Fonts/STHeiti Medium.ttc
/System/Library/Fonts/HelveticaNeue.ttc
/System/Library/Fonts/Supplemental/Herculanum.ttf
/System/Library/Fonts/\xe3\x83\x92\xe3\x83\xa9\xe3\x82\xad\xe3\x82\x99\xe3\x83\x8e\xe4\xb8\xb8\xe3\x82\xb3\xe3\x82\x99 ProN W4.ttc
/System/Library/Fonts/\xe3\x83\x92\xe3\x83\xa9\xe3\x82\xad\xe3\x82\x99\xe3\x83\x8e\xe6\x98\x8e\xe6\x9c\x9d ProN.ttc
/System/Library/Fonts/\xe3\x83\x92\xe3\x83\xa9\xe3\x82\xad\xe3\x82\x99\xe3\x83\x8e\xe8\xa7\x92\xe3\x82\xb3\xe3\x82\x99\xe3\x82\xb7\xe3\x83\x83\xe3\x82\xaf W0.ttc
/System/Library/Fonts/\xe3\x83\x92\xe3\x83\xa9\xe3\x82\xad\xe3\x82\x99\xe3\x83\x8e\xe8\xa7\x92\xe3\x82\xb3\xe3\x82\x99\xe3\x82\xb7\xe3\x83\x83\xe3\x82\xaf W1.ttc
/System/Library/Fonts/\xe3\x83\x92\xe3\x83\xa9\xe3\x82\xad\xe3\x82\x99\xe3\x83\x8e\xe8\xa7\x92\xe3\x82\xb3\xe3\x82\x99\xe3\x82\xb7\xe3\x83\x83\xe3\x82\xaf W2.ttc
/System/Library/Fonts/\xe3\x83\x92\xe3\x83\xa9\xe3\x82\xad\xe3\x82\x99\xe3\x83\x8e\xe8\xa7\x92\xe3\x82\xb3\xe3\x82\x99\xe3\x82\xb7\xe3\x83\x83\xe3\x82\xaf W3.ttc
/System/Library/Fonts/\xe3\x83\x92\xe3\x83\xa9\xe3\x82\xad\xe3\x82\x99\xe3\x83\x8e\xe8\xa7\x92\xe3\x82\xb3\xe3\x82\x99\xe3\x82\xb7\xe3\x83\x83\xe3\x82\xaf W4.ttc
/System/Library/Fonts/\xe3\x83\x92\xe3\x83\xa9\xe3\x82\xad\xe3\x82\x99\xe3\x83\x8e\xe8\xa7\x92\xe3\x82\xb3\xe3\x82\x99\xe3\x82\xb7\xe3\x83\x83\xe3\x82\xaf W5.ttc
/System/Library/Fonts/\xe3\x83\x92\xe3\x83\xa9\xe3\x82\xad\xe3\x82\x99\xe3\x83\x8e\xe8\xa7\x92\xe3\x82\xb3\xe3\x82\x99\xe3\x82\xb7\xe3\x83\x83\xe3\x82\xaf W6.ttc
/System/Library/Fonts/\xe3\x83\x92\xe3\x83\xa9\xe3\x82\xad\xe3\x82\x99\xe3\x83\x8e\xe8\xa7\x92\xe3\x82\xb3\xe3\x82\x99\xe3\x82\xb7\xe3\x83\x83\xe3\x82\xaf W7.ttc
/System/Library/Fonts/\xe3\x83\x92\xe3\x83\xa9\xe3\x82\xad\xe3\x82\x99\xe3\x83\x8e\xe8\xa7\x92\xe3\x82\xb3\xe3\x82\x99\xe3\x82\xb7\xe3\x83\x83\xe3\x82\xaf W8.ttc
/System/Library/Fonts/\xe3\x83\x92\xe3\x83\xa9\xe3\x82\xad\xe3\x82\x99\xe3\x83\x8e\xe8\xa7\x92\xe3\x82\xb3\xe3\x82\x99\xe3\x82\xb7\xe3\x83\x83\xe3\x82\xaf W9.ttc
/System/Library/Fonts/Hiragino Sans GB.ttc
/System/Library/Fonts/Supplemental/Hoefler Text.ttc
/System/Library/Fonts/Supplemental/Hoefler Text Ornaments.ttf
/System/Library/Fonts/Supplemental/Impact.ttf
/System/Library/Fonts/Supplemental/InaiMathi-MN.ttc
/Users/jevin/Library/Fonts/InconsolataNerdFont-Regular.ttf
/Users/jevin/Library/Fonts/InconsolataNerdFont-Bold.ttf
/Users/jevin/Library/Fonts/InconsolataNerdFontMono-Regular.ttf
/Users/jevin/Library/Fonts/InconsolataNerdFontMono-Bold.ttf
/Users/jevin/Library/Fonts/InconsolataNerdFontPropo-Regular.ttf
/Users/jevin/Library/Fonts/InconsolataNerdFontPropo-Bold.ttf
/Library/Fonts/WindowsFonts/Inkfree.ttf
/Users/jevin/Library/Fonts/IntelOneMono-Regular.otf
/Users/jevin/Library/Fonts/IntelOneMono-Italic.otf
/Users/jevin/Library/Fonts/IntelOneMono-Light.otf
/Users/jevin/Library/Fonts/IntelOneMono-LightItalic.otf
/Users/jevin/Library/Fonts/IntelOneMono-Medium.otf
/Users/jevin/Library/Fonts/IntelOneMono-MediumItalic.otf
/Users/jevin/Library/Fonts/IntelOneMono-Bold.otf
/Users/jevin/Library/Fonts/IntelOneMono-BoldItalic.otf
/System/Library/Fonts/Supplemental/ITFDevanagari.ttc
/Library/Fonts/WindowsFonts/javatext.ttf
/System/Library/Fonts/Supplemental/Kailasa.ttc
/System/Library/Fonts/Supplemental/Kannada MN.ttc
/System/Library/Fonts/Supplemental/Kannada Sangam MN.ttc
/System/Library/Fonts/Supplemental/Kefa.ttc
/System/Library/Fonts/Supplemental/Khmer MN.ttc
/System/Library/Fonts/Supplemental/Khmer Sangam MN.ttf
/System/Library/Fonts/KohinoorBangla.ttc
/System/Library/Fonts/Kohinoor.ttc
/System/Library/Fonts/KohinoorGujarati.ttc
/System/Library/Fonts/KohinoorTelugu.ttc
/System/Library/Fonts/Supplemental/Kokonor.ttf
/System/Library/Fonts/Supplemental/Krungthep.ttf
/System/Library/Fonts/Supplemental/KufiStandardGK.ttc
/System/Library/Fonts/Supplemental/Lao MN.ttc
/System/Library/Fonts/Supplemental/Lao Sangam MN.ttf
/Library/Fonts/WindowsFonts/LeelawUI.ttf
/Library/Fonts/WindowsFonts/LeelUIsl.ttf
/Library/Fonts/WindowsFonts/LeelaUIb.ttf
/Users/jevin/Library/Fonts/LiterationMonoNerdFont-Regular.ttf
/Users/jevin/Library/Fonts/LiterationMonoNerdFont-Italic.ttf
/Users/jevin/Library/Fonts/LiterationMonoNerdFont-Bold.ttf
/Users/jevin/Library/Fonts/LiterationMonoNerdFont-BoldItalic.ttf
/Users/jevin/Library/Fonts/LiterationMonoNerdFontMono-Regular.ttf
/Users/jevin/Library/Fonts/LiterationMonoNerdFontMono-Italic.ttf
/Users/jevin/Library/Fonts/LiterationMonoNerdFontMono-Bold.ttf
/Users/jevin/Library/Fonts/LiterationMonoNerdFontMono-BoldItalic.ttf
/Users/jevin/Library/Fonts/LiterationMonoNerdFontPropo-Regular.ttf
/Users/jevin/Library/Fonts/LiterationMonoNerdFontPropo-Italic.ttf
/Users/jevin/Library/Fonts/LiterationMonoNerdFontPropo-Bold.ttf
/Users/jevin/Library/Fonts/LiterationMonoNerdFontPropo-BoldItalic.ttf
/Users/jevin/Library/Fonts/LiterationSansNerdFont-Regular.ttf
/Users/jevin/Library/Fonts/LiterationSansNerdFont-Italic.ttf
/Users/jevin/Library/Fonts/LiterationSansNerdFont-Bold.ttf
/Users/jevin/Library/Fonts/LiterationSansNerdFont-BoldItalic.ttf
/Users/jevin/Library/Fonts/LiterationSansNerdFontPropo-Regular.ttf
/Users/jevin/Library/Fonts/LiterationSansNerdFontPropo-Italic.ttf
/Users/jevin/Library/Fonts/LiterationSansNerdFontPropo-Bold.ttf
/Users/jevin/Library/Fonts/LiterationSansNerdFontPropo-BoldItalic.ttf
/Users/jevin/Library/Fonts/LiterationSerifNerdFont-Regular.ttf
/Users/jevin/Library/Fonts/LiterationSerifNerdFont-Italic.ttf
/Users/jevin/Library/Fonts/LiterationSerifNerdFont-Bold.ttf
/Users/jevin/Library/Fonts/LiterationSerifNerdFont-BoldItalic.ttf
/Users/jevin/Library/Fonts/LiterationSerifNerdFontPropo-Regular.ttf
/Users/jevin/Library/Fonts/LiterationSerifNerdFontPropo-Italic.ttf
/Users/jevin/Library/Fonts/LiterationSerifNerdFontPropo-Bold.ttf
/Users/jevin/Library/Fonts/LiterationSerifNerdFontPropo-BoldItalic.ttf
/Users/jevin/Library/Fonts/Lora-VariableFont_wght.ttf
/Users/jevin/Library/Fonts/Lora-Italic-VariableFont_wght.ttf
/Library/Fonts/WindowsFonts/lucon.ttf
/Library/Fonts/WindowsFonts/l_10646.ttf
/System/Library/Fonts/Supplemental/Luminari.ttf
/System/Library/Fonts/Supplemental/Malayalam MN.ttc
/System/Library/Fonts/Supplemental/Malayalam Sangam MN.ttc
/Library/Fonts/WindowsFonts/malgun.ttf
/Library/Fonts/WindowsFonts/malgunsl.ttf
/Library/Fonts/WindowsFonts/malgunbd.ttf
/System/Library/Fonts/MarkerFelt.ttc
/System/Library/Fonts/Menlo.ttc
/Library/Fonts/WindowsFonts/himalaya.ttf
/Library/Fonts/WindowsFonts/msjh.ttc
/Library/Fonts/WindowsFonts/msjhl.ttc
/Library/Fonts/WindowsFonts/msjhbd.ttc
/Library/Fonts/WindowsFonts/ntailu.ttf
/Library/Fonts/WindowsFonts/ntailub.ttf
/Library/Fonts/WindowsFonts/phagspa.ttf
/Library/Fonts/WindowsFonts/phagspab.ttf
/Library/Fonts/WindowsFonts/micross.ttf
/Library/Fonts/WindowsFonts/taile.ttf
/Library/Fonts/WindowsFonts/taileb.ttf
/Library/Fonts/WindowsFonts/msyh.ttc
/Library/Fonts/WindowsFonts/msyhl.ttc
/Library/Fonts/WindowsFonts/msyhbd.ttc
/Library/Fonts/WindowsFonts/msyi.ttf
/Library/Fonts/WindowsFonts/mingliub.ttc
/Users/jevin/Library/Fonts/Miracode.ttf
/System/Library/Fonts/Supplemental/Mishafi.ttf
/System/Library/Fonts/Supplemental/Mishafi Gold.ttf
/System/Library/Fonts/Monaco.ttf
/Users/jevin/Library/Fonts/MonacoNerdFont-Regular.ttf
/Users/jevin/Library/Fonts/MonacoNerdFont-Italic.ttf
/Users/jevin/Library/Fonts/MonacoNerdFont-Bold.ttf
/Users/jevin/Library/Fonts/MonacoNerdFont-BoldItalic.ttf
/Users/jevin/Library/Fonts/MonacoNerdFontMono-Regular.ttf
/Users/jevin/Library/Fonts/MonacoNerdFontMono-Italic.ttf
/Users/jevin/Library/Fonts/MonacoNerdFontMono-Bold.ttf
/Users/jevin/Library/Fonts/MonacoNerdFontMono-BoldItalic.ttf
/Users/jevin/Library/Fonts/MonacoLigaturizedNerdFont-Regular.ttf
/Users/jevin/Library/Fonts/MonacoLigaturizedNerdFont-Italic.ttf
/Users/jevin/Library/Fonts/MonacoLigaturizedNerdFont-Bold.ttf
/Users/jevin/Library/Fonts/MonacoLigaturizedNerdFont-BoldItalic.ttf
/Users/jevin/Library/Fonts/MonacoLigaturizedNerdFontMono-Regular.ttf
/Users/jevin/Library/Fonts/MonacoLigaturizedNerdFontMono-Italic.ttf
/Users/jevin/Library/Fonts/MonacoLigaturizedNerdFontMono-Bold.ttf
/Users/jevin/Library/Fonts/MonacoLigaturizedNerdFontMono-BoldItalic.ttf
/Users/jevin/Library/Fonts/MonaspiceArNerdFont-Regular.otf
/Users/jevin/Library/Fonts/MonaspiceArNerdFont-Italic.otf
/Users/jevin/Library/Fonts/MonaspiceArNerdFont-Light.otf
/Users/jevin/Library/Fonts/MonaspiceArNerdFont-LightItalic.otf
/Users/jevin/Library/Fonts/MonaspiceArNerdFont-Medium.otf
/Users/jevin/Library/Fonts/MonaspiceArNerdFont-MediumItalic.otf
/Users/jevin/Library/Fonts/MonaspiceArNerdFont-Bold.otf
/Users/jevin/Library/Fonts/MonaspiceArNerdFont-BoldItalic.otf
/Users/jevin/Library/Fonts/MonaspiceArNerdFontMono-Regular.otf
/Users/jevin/Library/Fonts/MonaspiceArNerdFontMono-Italic.otf
/Users/jevin/Library/Fonts/MonaspiceArNerdFontMono-Light.otf
/Users/jevin/Library/Fonts/MonaspiceArNerdFontMono-LightItalic.otf
/Users/jevin/Library/Fonts/MonaspiceArNerdFontMono-Medium.otf
/Users/jevin/Library/Fonts/MonaspiceArNerdFontMono-MediumItalic.otf
/Users/jevin/Library/Fonts/MonaspiceArNerdFontMono-Bold.otf
/Users/jevin/Library/Fonts/MonaspiceArNerdFontMono-BoldItalic.otf
/Users/jevin/Library/Fonts/MonaspiceArNerdFontPropo-Regular.otf
/Users/jevin/Library/Fonts/MonaspiceArNerdFontPropo-Italic.otf
/Users/jevin/Library/Fonts/MonaspiceArNerdFontPropo-Light.otf
/Users/jevin/Library/Fonts/MonaspiceArNerdFontPropo-LightItalic.otf
/Users/jevin/Library/Fonts/MonaspiceArNerdFontPropo-Medium.otf
/Users/jevin/Library/Fonts/MonaspiceArNerdFontPropo-MediumItalic.otf
/Users/jevin/Library/Fonts/MonaspiceArNerdFontPropo-Bold.otf
/Users/jevin/Library/Fonts/MonaspiceArNerdFontPropo-BoldItalic.otf
/Users/jevin/Library/Fonts/MonaspiceKrNerdFont-Regular.otf
/Users/jevin/Library/Fonts/MonaspiceKrNerdFont-Italic.otf
/Users/jevin/Library/Fonts/MonaspiceKrNerdFont-Light.otf
/Users/jevin/Library/Fonts/MonaspiceKrNerdFont-LightItalic.otf
/Users/jevin/Library/Fonts/MonaspiceKrNerdFont-Medium.otf
/Users/jevin/Library/Fonts/MonaspiceKrNerdFont-MediumItalic.otf
/Users/jevin/Library/Fonts/MonaspiceKrNerdFont-Bold.otf
/Users/jevin/Library/Fonts/MonaspiceKrNerdFont-BoldItalic.otf
/Users/jevin/Library/Fonts/MonaspiceKrNerdFontMono-Regular.otf
/Users/jevin/Library/Fonts/MonaspiceKrNerdFontMono-Italic.otf
/Users/jevin/Library/Fonts/MonaspiceKrNerdFontMono-Light.otf
/Users/jevin/Library/Fonts/MonaspiceKrNerdFontMono-LightItalic.otf
/Users/jevin/Library/Fonts/MonaspiceKrNerdFontMono-Medium.otf
/Users/jevin/Library/Fonts/MonaspiceKrNerdFontMono-MediumItalic.otf
/Users/jevin/Library/Fonts/MonaspiceKrNerdFontMono-Bold.otf
/Users/jevin/Library/Fonts/MonaspiceKrNerdFontMono-BoldItalic.otf
/Users/jevin/Library/Fonts/MonaspiceKrNerdFontPropo-Regular.otf
/Users/jevin/Library/Fonts/MonaspiceKrNerdFontPropo-Italic.otf
/Users/jevin/Library/Fonts/MonaspiceKrNerdFontPropo-Light.otf
/Users/jevin/Library/Fonts/MonaspiceKrNerdFontPropo-LightItalic.otf
/Users/jevin/Library/Fonts/MonaspiceKrNerdFontPropo-Medium.otf
/Users/jevin/Library/Fonts/MonaspiceKrNerdFontPropo-MediumItalic.otf
/Users/jevin/Library/Fonts/MonaspiceKrNerdFontPropo-Bold.otf
/Users/jevin/Library/Fonts/MonaspiceKrNerdFontPropo-BoldItalic.otf
/Users/jevin/Library/Fonts/MonaspiceNeNerdFont-Regular.otf
/Users/jevin/Library/Fonts/MonaspiceNeNerdFont-Italic.otf
/Users/jevin/Library/Fonts/MonaspiceNeNerdFont-Light.otf
/Users/jevin/Library/Fonts/MonaspiceNeNerdFont-LightItalic.otf
/Users/jevin/Library/Fonts/MonaspiceNeNerdFont-Medium.otf
/Users/jevin/Library/Fonts/MonaspiceNeNerdFont-MediumItalic.otf
/Users/jevin/Library/Fonts/MonaspiceNeNerdFont-Bold.otf
/Users/jevin/Library/Fonts/MonaspiceNeNerdFont-BoldItalic.otf
/Users/jevin/Library/Fonts/MonaspiceNeNerdFontMono-Regular.otf
/Users/jevin/Library/Fonts/MonaspiceNeNerdFontMono-Italic.otf
/Users/jevin/Library/Fonts/MonaspiceNeNerdFontMono-Light.otf
/Users/jevin/Library/Fonts/MonaspiceNeNerdFontMono-LightItalic.otf
/Users/jevin/Library/Fonts/MonaspiceNeNerdFontMono-Medium.otf
/Users/jevin/Library/Fonts/MonaspiceNeNerdFontMono-MediumItalic.otf
/Users/jevin/Library/Fonts/MonaspiceNeNerdFontMono-Bold.otf
/Users/jevin/Library/Fonts/MonaspiceNeNerdFontMono-BoldItalic.otf
/Users/jevin/Library/Fonts/MonaspiceNeNerdFontPropo-Regular.otf
/Users/jevin/Library/Fonts/MonaspiceNeNerdFontPropo-Italic.otf
/Users/jevin/Library/Fonts/MonaspiceNeNerdFontPropo-Light.otf
/Users/jevin/Library/Fonts/MonaspiceNeNerdFontPropo-LightItalic.otf
/Users/jevin/Library/Fonts/MonaspiceNeNerdFontPropo-Medium.otf
/Users/jevin/Library/Fonts/MonaspiceNeNerdFontPropo-MediumItalic.otf
/Users/jevin/Library/Fonts/MonaspiceNeNerdFontPropo-Bold.otf
/Users/jevin/Library/Fonts/MonaspiceNeNerdFontPropo-BoldItalic.otf
/Users/jevin/Library/Fonts/MonaspiceRnNerdFont-Regular.otf
/Users/jevin/Library/Fonts/MonaspiceRnNerdFont-Italic.otf
/Users/jevin/Library/Fonts/MonaspiceRnNerdFont-Light.otf
/Users/jevin/Library/Fonts/MonaspiceRnNerdFont-LightItalic.otf
/Users/jevin/Library/Fonts/MonaspiceRnNerdFont-Medium.otf
/Users/jevin/Library/Fonts/MonaspiceRnNerdFont-MediumItalic.otf
/Users/jevin/Library/Fonts/MonaspiceRnNerdFont-Bold.otf
/Users/jevin/Library/Fonts/MonaspiceRnNerdFont-BoldItalic.otf
/Users/jevin/Library/Fonts/MonaspiceRnNerdFontMono-Regular.otf
/Users/jevin/Library/Fonts/MonaspiceRnNerdFontMono-Italic.otf
/Users/jevin/Library/Fonts/MonaspiceRnNerdFontMono-Light.otf
/Users/jevin/Library/Fonts/MonaspiceRnNerdFontMono-LightItalic.otf
/Users/jevin/Library/Fonts/MonaspiceRnNerdFontMono-Medium.otf
/Users/jevin/Library/Fonts/MonaspiceRnNerdFontMono-MediumItalic.otf
/Users/jevin/Library/Fonts/MonaspiceRnNerdFontMono-Bold.otf
/Users/jevin/Library/Fonts/MonaspiceRnNerdFontMono-BoldItalic.otf
/Users/jevin/Library/Fonts/MonaspiceRnNerdFontPropo-Regular.otf
/Users/jevin/Library/Fonts/MonaspiceRnNerdFontPropo-Italic.otf
/Library/Fonts/WindowsFonts/monbaiti.ttf
/System/Library/Fonts/Supplemental/Mshtakan.ttc
/Library/Fonts/WindowsFonts/mvboli.ttf
/System/Library/Fonts/Supplemental/Nadeem.ttc
/Users/jevin/Library/Fonts/MonaspiceRnNerdFontPropo-Light.otf
/Users/jevin/Library/Fonts/MonaspiceRnNerdFontPropo-LightItalic.otf
/Users/jevin/Library/Fonts/MonaspiceRnNerdFontPropo-Medium.otf
/Users/jevin/Library/Fonts/MonaspiceRnNerdFontPropo-MediumItalic.otf
/Users/jevin/Library/Fonts/MonaspiceRnNerdFontPropo-Bold.otf
/Users/jevin/Library/Fonts/MonaspiceRnNerdFontPropo-BoldItalic.otf
/Users/jevin/Library/Fonts/MonaspiceXeNerdFont-Regular.otf
/Users/jevin/Library/Fonts/MonaspiceXeNerdFont-Italic.otf
/Users/jevin/Library/Fonts/MonaspiceXeNerdFont-Light.otf
/Users/jevin/Library/Fonts/MonaspiceXeNerdFont-LightItalic.otf
/Users/jevin/Library/Fonts/MonaspiceXeNerdFont-Medium.otf
/Users/jevin/Library/Fonts/MonaspiceXeNerdFont-MediumItalic.otf
/Users/jevin/Library/Fonts/MonaspiceXeNerdFont-Bold.otf
/Users/jevin/Library/Fonts/MonaspiceXeNerdFont-BoldItalic.otf
/Users/jevin/Library/Fonts/MonaspiceXeNerdFontMono-Regular.otf
/Users/jevin/Library/Fonts/MonaspiceXeNerdFontMono-Italic.otf
/Users/jevin/Library/Fonts/MonaspiceXeNerdFontMono-Light.otf
/Users/jevin/Library/Fonts/MonaspiceXeNerdFontMono-LightItalic.otf
/Users/jevin/Library/Fonts/MonaspiceXeNerdFontMono-Medium.otf
/Users/jevin/Library/Fonts/MonaspiceXeNerdFontMono-MediumItalic.otf
/Users/jevin/Library/Fonts/MonaspiceXeNerdFontMono-Bold.otf
/Users/jevin/Library/Fonts/MonaspiceXeNerdFontMono-BoldItalic.otf
/Users/jevin/Library/Fonts/MonaspiceXeNerdFontPropo-Regular.otf
/Users/jevin/Library/Fonts/MonaspiceXeNerdFontPropo-Italic.otf
/Users/jevin/Library/Fonts/MonaspiceXeNerdFontPropo-Light.otf
/Users/jevin/Library/Fonts/MonaspiceXeNerdFontPropo-LightItalic.otf
/Users/jevin/Library/Fonts/MonaspiceXeNerdFontPropo-Medium.otf
/Users/jevin/Library/Fonts/MonaspiceXeNerdFontPropo-MediumItalic.otf
/Users/jevin/Library/Fonts/MonaspiceXeNerdFontPropo-Bold.otf
/Users/jevin/Library/Fonts/MonaspiceXeNerdFontPropo-BoldItalic.otf
/Users/jevin/Library/Fonts/Monocraft-nerd-fonts-patched.ttc
/Users/jevin/Library/Fonts/MononokiNerdFont-Regular.ttf
/Users/jevin/Library/Fonts/MononokiNerdFont-Italic.ttf
/Users/jevin/Library/Fonts/MononokiNerdFont-Bold.ttf
/Users/jevin/Library/Fonts/MononokiNerdFont-BoldItalic.ttf
/Users/jevin/Library/Fonts/MononokiNerdFontMono-Regular.ttf
/Users/jevin/Library/Fonts/MononokiNerdFontMono-Italic.ttf
/Users/jevin/Library/Fonts/MononokiNerdFontMono-Bold.ttf
/Users/jevin/Library/Fonts/MononokiNerdFontMono-BoldItalic.ttf
/Users/jevin/Library/Fonts/MononokiNerdFontPropo-Regular.ttf
/Users/jevin/Library/Fonts/MononokiNerdFontPropo-Italic.ttf
/Users/jevin/Library/Fonts/MononokiNerdFontPropo-Bold.ttf
/Users/jevin/Library/Fonts/MononokiNerdFontPropo-BoldItalic.ttf
/Library/Fonts/WindowsFonts/msgothic.ttc
/System/Library/Fonts/MuktaMahee.ttc
/System/Library/Fonts/Supplemental/Muna.ttc
/System/Library/Fonts/Supplemental/Myanmar MN.ttc
/System/Library/Fonts/Supplemental/Myanmar Sangam MN.ttc
/Library/Fonts/WindowsFonts/mmrtext.ttf
/Library/Fonts/WindowsFonts/mmrtextb.ttf
/System/Library/Fonts/Supplemental/NewPeninimMT.ttc
/Library/Fonts/NewYork.ttf
/Library/Fonts/NewYorkItalic.ttf
/Library/Fonts/NewYorkExtraLarge-Regular.otf
/Library/Fonts/NewYorkExtraLarge-RegularItalic.otf
/Library/Fonts/NewYorkExtraLarge-Medium.otf
/Library/Fonts/NewYorkExtraLarge-MediumItalic.otf
/Library/Fonts/NewYorkExtraLarge-Semibold.otf
/Library/Fonts/NewYorkExtraLarge-SemiboldItalic.otf
/Library/Fonts/NewYorkExtraLarge-Bold.otf
/Library/Fonts/NewYorkExtraLarge-BoldItalic.otf
/Library/Fonts/NewYorkExtraLarge-Heavy.otf
/Library/Fonts/NewYorkExtraLarge-HeavyItalic.otf
/Library/Fonts/NewYorkExtraLarge-Black.otf
/Library/Fonts/NewYorkExtraLarge-BlackItalic.otf
/Library/Fonts/NewYorkLarge-Regular.otf
/Library/Fonts/NewYorkLarge-RegularItalic.otf
/Library/Fonts/NewYorkLarge-Medium.otf
/Library/Fonts/NewYorkLarge-MediumItalic.otf
/Library/Fonts/NewYorkLarge-Semibold.otf
/Library/Fonts/NewYorkLarge-SemiboldItalic.otf
/Library/Fonts/NewYorkLarge-Bold.otf
/Library/Fonts/NewYorkLarge-BoldItalic.otf
/Library/Fonts/NewYorkLarge-Heavy.otf
/Library/Fonts/NewYorkLarge-HeavyItalic.otf
/Library/Fonts/NewYorkLarge-Black.otf
/Library/Fonts/NewYorkLarge-BlackItalic.otf
/Library/Fonts/NewYorkMedium-Regular.otf
/Library/Fonts/NewYorkMedium-RegularItalic.otf
/Library/Fonts/NewYorkMedium-Medium.otf
/Library/Fonts/NewYorkMedium-MediumItalic.otf
/Library/Fonts/NewYorkMedium-Semibold.otf
/System/Library/Fonts/Supplemental/NotoSansNKo-Regular.ttf
/System/Library/Fonts/Supplemental/Raanana.ttc
/Library/Fonts/NewYorkMedium-SemiboldItalic.otf
/Library/Fonts/NewYorkMedium-Bold.otf
/Library/Fonts/NewYorkMedium-BoldItalic.otf
/Library/Fonts/NewYorkMedium-Heavy.otf
/Library/Fonts/NewYorkMedium-HeavyItalic.otf
/Library/Fonts/NewYorkMedium-Black.otf
/Library/Fonts/NewYorkMedium-BlackItalic.otf
/Library/Fonts/NewYorkSmall-Regular.otf
/Library/Fonts/NewYorkSmall-RegularItalic.otf
/Library/Fonts/NewYorkSmall-Medium.otf
/Library/Fonts/NewYorkSmall-MediumItalic.otf
/Library/Fonts/NewYorkSmall-Semibold.otf
/Library/Fonts/NewYorkSmall-SemiboldItalic.otf
/Library/Fonts/NewYorkSmall-Bold.otf
/Library/Fonts/NewYorkSmall-BoldItalic.otf
/Library/Fonts/NewYorkSmall-Heavy.otf
/Library/Fonts/NewYorkSmall-HeavyItalic.otf
/Library/Fonts/NewYorkSmall-Black.otf
/Library/Fonts/NewYorkSmall-BlackItalic.otf
/Library/Fonts/WindowsFonts/Nirmala.ttf
/Library/Fonts/WindowsFonts/NirmalaS.ttf
/Library/Fonts/WindowsFonts/NirmalaB.ttf
/System/Library/Fonts/Noteworthy.ttc
/System/Library/Fonts/NotoNastaliq.ttc
/System/Library/Fonts/NotoSansKannada.ttc
/System/Library/Fonts/NotoSansMyanmar.ttc
/System/Library/Fonts/NotoSansOriya.ttc
/System/Library/Fonts/Supplemental/NotoSansSyriac-Regular.ttf
/System/Library/Fonts/NotoSerifMyanmar.ttc
/Users/jevin/Library/Fonts/NotoMonoNerdFont-Regular.ttf
/Users/jevin/Library/Fonts/NotoMonoNerdFontMono-Regular.ttf
/Users/jevin/Library/Fonts/NotoMonoNerdFontPropo-Regular.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFont-Regular.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFont-Italic.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFont-ExtraLight.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFont-Thin.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFont-ExtraLightItalic.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFont-ThinItalic.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFont-Light.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFont-LightItalic.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFont-Medium.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFont-MediumItalic.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFont-SemiBold.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFont-SemiBoldItalic.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFont-Bold.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFont-BoldItalic.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFont-ExtraBold.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFont-ExtraBoldItalic.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFont-Black.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFont-BlackItalic.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFont-SemiCondensedRegular.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFont-SemiCondensedItalic.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFont-SemiCondensedExtraLight.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFont-SemiCondensedThin.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFont-SemiCondensedExtraLightItalic.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFont-SemiCondensedThinItalic.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFont-SemiCondensedLight.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFont-SemiCondensedLightItalic.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFont-SemiCondensedMedium.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFont-SemiCondensedMediumItalic.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFont-SemiCondensedSemiBold.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFont-SemiCondensedSemiBoldItalic.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFont-SemiCondensedBold.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFont-SemiCondensedBoldItalic.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFont-SemiCondensedExtraBold.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFont-SemiCondensedExtraBoldItalic.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFont-SemiCondensedBlack.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFont-SemiCondensedBlackItalic.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFont-CondensedRegular.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFont-CondensedItalic.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFont-CondensedExtraLight.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFont-CondensedThin.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFont-CondensedExtraLightItalic.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFont-CondensedThinItalic.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFont-CondensedLight.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFont-CondensedLightItalic.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFont-CondensedMedium.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFont-CondensedMediumItalic.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFont-CondensedSemiBold.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFont-CondensedSemiBoldItalic.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFont-CondensedBold.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFont-CondensedBoldItalic.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFont-CondensedExtraBold.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFont-CondensedExtraBoldItalic.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFont-CondensedBlack.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFont-CondensedBlackItalic.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFont-ExtraCondensedRegular.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFont-ExtraCondensedItalic.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFont-ExtraCondensedExtraLight.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFont-ExtraCondensedThin.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFont-ExtraCondensedExtraLightItalic.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFont-ExtraCondensedThinItalic.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFont-ExtraCondensedLight.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFont-ExtraCondensedLightItalic.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFont-ExtraCondensedMedium.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFont-ExtraCondensedMediumItalic.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFont-ExtraCondensedSemiBold.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFont-ExtraCondensedSemiBoldItalic.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFont-ExtraCondensedBold.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFont-ExtraCondensedBoldItalic.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFont-ExtraCondensedExtraBold.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFont-ExtraCondensedExtraBoldItalic.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFont-ExtraCondensedBlack.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFont-ExtraCondensedBlackItalic.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFontPropo-Regular.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFontPropo-Italic.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFontPropo-ExtraLight.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFontPropo-Thin.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFontPropo-ExtraLightItalic.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFontPropo-ThinItalic.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFontPropo-Light.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFontPropo-LightItalic.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFontPropo-Medium.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFontPropo-MediumItalic.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFontPropo-SemiBold.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFontPropo-SemiBoldItalic.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFontPropo-Bold.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFontPropo-BoldItalic.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFontPropo-ExtraBold.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFontPropo-ExtraBoldItalic.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFontPropo-Black.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFontPropo-BlackItalic.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFontPropo-SemiCondensedRegular.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFontPropo-SemiCondensedItalic.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFontPropo-SemiCondensedExtraLight.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFontPropo-SemiCondensedThin.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFontPropo-SemiCondensedExtraLightItalic.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFontPropo-SemiCondensedThinItalic.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFontPropo-SemiCondensedLight.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFontPropo-SemiCondensedLightItalic.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFontPropo-SemiCondensedMedium.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFontPropo-SemiCondensedMediumItalic.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFontPropo-SemiCondensedSemiBold.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFontPropo-SemiCondensedSemiBoldItalic.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFontPropo-SemiCondensedBold.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFontPropo-SemiCondensedBoldItalic.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFontPropo-SemiCondensedExtraBold.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFontPropo-SemiCondensedExtraBoldItalic.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFontPropo-SemiCondensedBlack.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFontPropo-SemiCondensedBlackItalic.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFontPropo-CondensedRegular.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFontPropo-CondensedItalic.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFontPropo-CondensedExtraLight.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFontPropo-CondensedThin.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFontPropo-CondensedExtraLightItalic.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFontPropo-CondensedThinItalic.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFontPropo-CondensedLight.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFontPropo-CondensedLightItalic.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFontPropo-CondensedMedium.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFontPropo-CondensedMediumItalic.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFontPropo-CondensedSemiBold.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFontPropo-CondensedSemiBoldItalic.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFontPropo-CondensedBold.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFontPropo-CondensedBoldItalic.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFontPropo-CondensedExtraBold.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFontPropo-CondensedExtraBoldItalic.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFontPropo-CondensedBlack.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFontPropo-CondensedBlackItalic.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFontPropo-ExtraCondensedRegular.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFontPropo-ExtraCondensedItalic.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFontPropo-ExtraCondensedExtraLight.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFontPropo-ExtraCondensedThin.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFontPropo-ExtraCondensedExtraLightItalic.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFontPropo-ExtraCondensedThinItalic.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFontPropo-ExtraCondensedLight.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFontPropo-ExtraCondensedLightItalic.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFontPropo-ExtraCondensedMedium.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFontPropo-ExtraCondensedMediumItalic.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFontPropo-ExtraCondensedSemiBold.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFontPropo-ExtraCondensedSemiBoldItalic.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFontPropo-ExtraCondensedBold.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFontPropo-ExtraCondensedBoldItalic.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFontPropo-ExtraCondensedExtraBold.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFontPropo-ExtraCondensedExtraBoldItalic.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFontPropo-ExtraCondensedBlack.ttf
/Users/jevin/Library/Fonts/NotoSansNerdFontPropo-ExtraCondensedBlackItalic.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFont-Regular.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFont-ExtraLight.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFont-Thin.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFont-Light.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFont-Medium.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFont-SemiBold.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFont-Bold.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFont-ExtraBold.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFont-Black.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFont-SemiCondensedRegular.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFont-SemiCondensedExtraLight.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFont-SemiCondensedThin.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFont-SemiCondensedLight.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFont-SemiCondensedMedium.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFont-SemiCondensedSemiBold.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFont-SemiCondensedBold.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFont-SemiCondensedExtraBold.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFont-SemiCondensedBlack.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFont-CondensedRegular.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFont-CondensedExtraLight.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFont-CondensedThin.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFont-CondensedLight.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFont-CondensedMedium.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFont-CondensedSemiBold.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFont-CondensedBold.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFont-CondensedExtraBold.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFont-CondensedBlack.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFont-ExtraCondensedRegular.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFont-ExtraCondensedExtraLight.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFont-ExtraCondensedThin.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFont-ExtraCondensedLight.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFont-ExtraCondensedMedium.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFont-ExtraCondensedSemiBold.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFont-ExtraCondensedBold.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFont-ExtraCondensedExtraBold.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFont-ExtraCondensedBlack.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFontMono-Regular.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFontMono-ExtraLight.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFontMono-Thin.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFontMono-Light.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFontMono-Medium.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFontMono-SemiBold.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFontMono-Bold.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFontMono-ExtraBold.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFontMono-Black.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFontMono-SemiCondensedRegular.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFontMono-SemiCondensedExtraLight.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFontMono-SemiCondensedThin.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFontMono-SemiCondensedLight.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFontMono-SemiCondensedMedium.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFontMono-SemiCondensedSemiBold.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFontMono-SemiCondensedBold.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFontMono-SemiCondensedExtraBold.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFontMono-SemiCondensedBlack.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFontMono-CondensedRegular.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFontMono-CondensedExtraLight.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFontMono-CondensedThin.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFontMono-CondensedLight.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFontMono-CondensedMedium.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFontMono-CondensedSemiBold.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFontMono-CondensedBold.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFontMono-CondensedExtraBold.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFontMono-CondensedBlack.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFontMono-ExtraCondensedRegular.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFontMono-ExtraCondensedExtraLight.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFontMono-ExtraCondensedThin.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFontMono-ExtraCondensedLight.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFontMono-ExtraCondensedMedium.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFontMono-ExtraCondensedSemiBold.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFontMono-ExtraCondensedBold.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFontMono-ExtraCondensedExtraBold.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFontMono-ExtraCondensedBlack.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFontPropo-Regular.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFontPropo-ExtraLight.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFontPropo-Thin.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFontPropo-Light.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFontPropo-Medium.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFontPropo-SemiBold.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFontPropo-Bold.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFontPropo-ExtraBold.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFontPropo-Black.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFontPropo-SemiCondensedRegular.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFontPropo-SemiCondensedExtraLight.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFontPropo-SemiCondensedThin.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFontPropo-SemiCondensedLight.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFontPropo-SemiCondensedMedium.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFontPropo-SemiCondensedSemiBold.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFontPropo-SemiCondensedBold.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFontPropo-SemiCondensedExtraBold.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFontPropo-SemiCondensedBlack.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFontPropo-CondensedRegular.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFontPropo-CondensedExtraLight.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFontPropo-CondensedThin.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFontPropo-CondensedLight.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFontPropo-CondensedMedium.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFontPropo-CondensedSemiBold.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFontPropo-CondensedBold.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFontPropo-CondensedExtraBold.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFontPropo-CondensedBlack.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFontPropo-ExtraCondensedRegular.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFontPropo-ExtraCondensedExtraLight.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFontPropo-ExtraCondensedThin.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFontPropo-ExtraCondensedLight.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFontPropo-ExtraCondensedMedium.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFontPropo-ExtraCondensedSemiBold.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFontPropo-ExtraCondensedBold.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFontPropo-ExtraCondensedExtraBold.ttf
/Users/jevin/Library/Fonts/NotoSansMNerdFontPropo-ExtraCondensedBlack.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFont-Regular.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFont-Italic.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFont-ExtraLight.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFont-Thin.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFont-ExtraLightItalic.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFont-ThinItalic.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFont-Light.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFont-LightItalic.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFont-Medium.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFont-MediumItalic.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFont-SemiBold.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFont-SemiBoldItalic.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFont-Bold.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFont-BoldItalic.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFont-ExtraBold.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFont-ExtraBoldItalic.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFont-Black.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFont-BlackItalic.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFont-SemiCondensedRegular.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFont-SemiCondensedItalic.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFont-SemiCondensedExtraLight.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFont-SemiCondensedThin.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFont-SemiCondensedExtraLightItalic.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFont-SemiCondensedThinItalic.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFont-SemiCondensedLight.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFont-SemiCondensedLightItalic.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFont-SemiCondensedMedium.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFont-SemiCondensedMediumItalic.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFont-SemiCondensedSemiBold.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFont-SemiCondensedSemiBoldItalic.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFont-SemiCondensedBold.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFont-SemiCondensedBoldItalic.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFont-SemiCondensedExtraBold.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFont-SemiCondensedExtraBoldItalic.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFont-SemiCondensedBlack.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFont-SemiCondensedBlackItalic.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFont-CondensedRegular.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFont-CondensedItalic.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFont-CondensedExtraLight.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFont-CondensedThin.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFont-CondensedExtraLightItalic.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFont-CondensedThinItalic.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFont-CondensedLight.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFont-CondensedLightItalic.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFont-CondensedMedium.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFont-CondensedMediumItalic.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFont-CondensedSemiBold.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFont-CondensedSemiBoldItalic.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFont-CondensedBold.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFont-CondensedBoldItalic.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFont-CondensedExtraBold.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFont-CondensedExtraBoldItalic.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFont-CondensedBlack.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFont-CondensedBlackItalic.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFont-ExtraCondensedRegular.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFont-ExtraCondensedItalic.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFont-ExtraCondensedExtraLight.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFont-ExtraCondensedThin.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFont-ExtraCondensedExtraLightItalic.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFont-ExtraCondensedThinItalic.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFont-ExtraCondensedLight.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFont-ExtraCondensedLightItalic.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFont-ExtraCondensedMedium.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFont-ExtraCondensedMediumItalic.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFont-ExtraCondensedSemiBold.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFont-ExtraCondensedSemiBoldItalic.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFont-ExtraCondensedBold.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFont-ExtraCondensedBoldItalic.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFont-ExtraCondensedExtraBold.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFont-ExtraCondensedExtraBoldItalic.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFont-ExtraCondensedBlack.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFont-ExtraCondensedBlackItalic.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFontPropo-Regular.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFontPropo-Italic.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFontPropo-ExtraLight.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFontPropo-Thin.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFontPropo-ExtraLightItalic.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFontPropo-ThinItalic.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFontPropo-Light.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFontPropo-LightItalic.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFontPropo-Medium.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFontPropo-MediumItalic.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFontPropo-SemiBold.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFontPropo-SemiBoldItalic.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFontPropo-Bold.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFontPropo-BoldItalic.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFontPropo-ExtraBold.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFontPropo-ExtraBoldItalic.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFontPropo-Black.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFontPropo-BlackItalic.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFontPropo-SemiCondensedRegular.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFontPropo-SemiCondensedItalic.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFontPropo-SemiCondensedExtraLight.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFontPropo-SemiCondensedThin.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFontPropo-SemiCondensedExtraLightItalic.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFontPropo-SemiCondensedThinItalic.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFontPropo-SemiCondensedLight.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFontPropo-SemiCondensedLightItalic.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFontPropo-SemiCondensedMedium.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFontPropo-SemiCondensedMediumItalic.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFontPropo-SemiCondensedSemiBold.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFontPropo-SemiCondensedSemiBoldItalic.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFontPropo-SemiCondensedBold.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFontPropo-SemiCondensedBoldItalic.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFontPropo-SemiCondensedExtraBold.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFontPropo-SemiCondensedExtraBoldItalic.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFontPropo-SemiCondensedBlack.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFontPropo-SemiCondensedBlackItalic.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFontPropo-CondensedRegular.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFontPropo-CondensedItalic.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFontPropo-CondensedExtraLight.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFontPropo-CondensedThin.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFontPropo-CondensedExtraLightItalic.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFontPropo-CondensedThinItalic.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFontPropo-CondensedLight.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFontPropo-CondensedLightItalic.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFontPropo-CondensedMedium.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFontPropo-CondensedMediumItalic.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFontPropo-CondensedSemiBold.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFontPropo-CondensedSemiBoldItalic.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFontPropo-CondensedBold.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFontPropo-CondensedBoldItalic.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFontPropo-CondensedExtraBold.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFontPropo-CondensedExtraBoldItalic.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFontPropo-CondensedBlack.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFontPropo-CondensedBlackItalic.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFontPropo-ExtraCondensedRegular.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFontPropo-ExtraCondensedItalic.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFontPropo-ExtraCondensedExtraLight.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFontPropo-ExtraCondensedThin.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFontPropo-ExtraCondensedExtraLightItalic.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFontPropo-ExtraCondensedThinItalic.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFontPropo-ExtraCondensedLight.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFontPropo-ExtraCondensedLightItalic.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFontPropo-ExtraCondensedMedium.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFontPropo-ExtraCondensedMediumItalic.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFontPropo-ExtraCondensedSemiBold.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFontPropo-ExtraCondensedSemiBoldItalic.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFontPropo-ExtraCondensedBold.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFontPropo-ExtraCondensedBoldItalic.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFontPropo-ExtraCondensedExtraBold.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFontPropo-ExtraCondensedExtraBoldItalic.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFontPropo-ExtraCondensedBlack.ttf
/Users/jevin/Library/Fonts/NotoSerifNerdFontPropo-ExtraCondensedBlackItalic.ttf
/Library/Fonts/WindowsFonts/simsun.ttc
/System/Library/Fonts/Optima.ttc
/System/Library/Fonts/Supplemental/Oriya MN.ttc
/System/Library/Fonts/Supplemental/Oriya Sangam MN.ttc
/System/Library/Fonts/Palatino.ttc
/Library/Fonts/WindowsFonts/pala.ttf
/Library/Fonts/WindowsFonts/palai.ttf
/Library/Fonts/WindowsFonts/palab.ttf
/Library/Fonts/WindowsFonts/palabi.ttf
/System/Library/Fonts/Supplemental/Papyrus.ttc
/System/Library/Fonts/Supplemental/PartyLET-plain.ttf
/System/Library/Fonts/Supplemental/Phosphate.ttc
/System/Library/PrivateFrameworks/FontServices.framework/Versions/A/Resources/Reserved/PingFangUI.ttc
/System/Library/Fonts/Supplemental/PlantagenetCherokee.ttf
/System/Library/AssetsV2/com_apple_MobileAsset_Font7/9a171ef12a4ff85a7f152f3d42a583d7a82b4560.asset/AssetData/ProximaNova.ttc
/System/Library/Fonts/Supplemental/PTMono.ttc
/System/Library/Fonts/Supplemental/PTSans.ttc
/System/Library/Fonts/Supplemental/PTSerif.ttc
/System/Library/Fonts/Supplemental/PTSerifCaption.ttc
/System/Library/AssetsV2/com_apple_MobileAsset_Font7/52c109caece2705dc817e066a54ae0686c05a1f1.asset/AssetData/PublicoText.ttc
/Library/Fonts/Roboto-Regular.ttf
/Users/jevin/Library/Fonts/Roboto-Italic.ttf
/Users/jevin/Library/Fonts/Roboto-Thin.ttf
/Users/jevin/Library/Fonts/Roboto-ThinItalic.ttf
/Users/jevin/Library/Fonts/Roboto-Light.ttf
/Users/jevin/Library/Fonts/Roboto-LightItalic.ttf
/Library/Fonts/Roboto-Medium.ttf
/Users/jevin/Library/Fonts/Roboto-MediumItalic.ttf
/Library/Fonts/Roboto-Bold.ttf
/Users/jevin/Library/Fonts/Roboto-BoldItalic.ttf
/Users/jevin/Library/Fonts/Roboto-Black.ttf
/Users/jevin/Library/Fonts/Roboto-BlackItalic.ttf
/Users/jevin/Library/Fonts/RobotoCondensed-VariableFont_wght.ttf
/Users/jevin/Library/Fonts/RobotoCondensed-Italic-VariableFont_wght.ttf
/Users/jevin/Library/Fonts/RobotoSlab-VariableFont_wght.ttf
/System/Library/Fonts/Supplemental/Rockwell.ttc
/System/Library/Fonts/Supplemental/Sana.ttc
/Library/Fonts/WindowsFonts/SansSerifCollection.ttf
/System/Library/Fonts/Supplemental/Sathu.ttf
/System/Library/Fonts/Supplemental/Savoye LET.ttc
/Library/Fonts/WindowsFonts/SegoeIcons.ttf
/Library/Fonts/WindowsFonts/segmdl2.ttf
/Library/Fonts/WindowsFonts/segoepr.ttf
/Library/Fonts/WindowsFonts/segoeprb.ttf
/Library/Fonts/WindowsFonts/segoesc.ttf
/Library/Fonts/WindowsFonts/segoescb.ttf
/Library/Fonts/WindowsFonts/segoeui.ttf
/Library/Fonts/WindowsFonts/segoeuii.ttf
/Library/Fonts/WindowsFonts/segoeuil.ttf
/Library/Fonts/WindowsFonts/seguili.ttf
/Library/Fonts/WindowsFonts/segoeuisl.ttf
/Library/Fonts/WindowsFonts/seguisli.ttf
/Library/Fonts/WindowsFonts/seguisb.ttf
/Library/Fonts/WindowsFonts/seguisbi.ttf
/Library/Fonts/WindowsFonts/segoeuib.ttf
/Library/Fonts/WindowsFonts/segoeuiz.ttf
/Library/Fonts/WindowsFonts/seguibl.ttf
/Library/Fonts/WindowsFonts/seguibli.ttf
/Library/Fonts/WindowsFonts/seguiemj.ttf
/Library/Fonts/WindowsFonts/seguihis.ttf
/Library/Fonts/WindowsFonts/seguisym.ttf
/Library/Fonts/WindowsFonts/SegUIVar.ttf
/Library/Fonts/SF-Arabic.ttf
/Library/Fonts/SF-Arabic-Rounded.ttf
/Library/Fonts/SF-Armenian.ttf
/Library/Fonts/SF-Armenian-Rounded.ttf
/Library/Fonts/SF-Compact.ttf
/Library/Fonts/SF-Compact-Italic.ttf
/Library/Fonts/SF-Compact-Display-Regular.otf
/Library/Fonts/SF-Compact-Display-Ultralight.otf
/Library/Fonts/SF-Compact-Display-Thin.otf
/Library/Fonts/SF-Compact-Display-Light.otf
/Library/Fonts/SF-Compact-Display-Medium.otf
/Library/Fonts/SF-Compact-Display-Semibold.otf
/Library/Fonts/SF-Compact-Display-Bold.otf
/Library/Fonts/SF-Compact-Display-Heavy.otf
/Library/Fonts/SF-Compact-Display-Black.otf
/Library/Fonts/SF-Compact-Rounded-Regular.otf
/Library/Fonts/SF-Compact-Rounded-Ultralight.otf
/Library/Fonts/SF-Compact-Rounded-Thin.otf
/Library/Fonts/SF-Compact-Rounded-Light.otf
/Library/Fonts/SF-Compact-Rounded-Medium.otf
/Library/Fonts/SF-Compact-Rounded-Semibold.otf
/Library/Fonts/SF-Compact-Rounded-Bold.otf
/Library/Fonts/SF-Compact-Rounded-Heavy.otf
/Library/Fonts/SF-Compact-Rounded-Black.otf
/Library/Fonts/SF-Compact-Text-Regular.otf
/Library/Fonts/SF-Compact-Text-RegularItalic.otf
/Library/Fonts/SF-Compact-Text-Ultralight.otf
/Library/Fonts/SF-Compact-Text-UltralightItalic.otf
/Library/Fonts/SF-Compact-Text-Thin.otf
/Library/Fonts/SF-Compact-Text-ThinItalic.otf
/Library/Fonts/SF-Compact-Text-Light.otf
/Library/Fonts/SF-Compact-Text-LightItalic.otf
/Library/Fonts/SF-Compact-Text-Medium.otf
/Library/Fonts/SF-Compact-Text-MediumItalic.otf
/Library/Fonts/SF-Compact-Text-Semibold.otf
/Library/Fonts/SF-Compact-Text-SemiboldItalic.otf
/Library/Fonts/SF-Compact-Text-Bold.otf
/Library/Fonts/SF-Compact-Text-BoldItalic.otf
/Library/Fonts/SF-Compact-Text-Heavy.otf
/Library/Fonts/SF-Compact-Text-HeavyItalic.otf
/Library/Fonts/SF-Compact-Text-Black.otf
/Library/Fonts/SF-Compact-Text-BlackItalic.otf
/Library/Fonts/SF-Georgian.ttf
/Library/Fonts/SF-Georgian-Rounded.ttf
/Library/Fonts/SF-Hebrew.ttf
/Library/Fonts/SF-Hebrew-Rounded.ttf
/Library/Fonts/SFHello.ttc
/Library/Fonts/SF-Mono-Regular.otf
/Library/Fonts/SF-Mono-RegularItalic.otf
/Library/Fonts/SF-Mono-Light.otf
/Library/Fonts/SF-Mono-LightItalic.otf
/Library/Fonts/SF-Mono-Medium.otf
/Library/Fonts/SF-Mono-MediumItalic.otf
/Library/Fonts/SF-Mono-Semibold.otf
/Library/Fonts/SF-Mono-SemiboldItalic.otf
/Library/Fonts/SF-Mono-Bold.otf
/Library/Fonts/SF-Mono-BoldItalic.otf
/Library/Fonts/SF-Mono-Heavy.otf
/Library/Fonts/SF-Mono-HeavyItalic.otf
/Library/Fonts/SF-Pro.ttf
/Library/Fonts/SF-Pro-Italic.ttf
/System/Library/Fonts/Supplemental/Shree714.ttc
/Library/Fonts/WindowsFonts/symbol.ttf
/Library/Fonts/TI Uni Regular.TTF
/Library/Fonts/SF-Pro-Display-Regular.otf
/Library/Fonts/SF-Pro-Display-RegularItalic.otf
/Library/Fonts/SF-Pro-Display-Ultralight.otf
/Library/Fonts/SF-Pro-Display-UltralightItalic.otf
/Library/Fonts/SF-Pro-Display-Thin.otf
/Library/Fonts/SF-Pro-Display-ThinItalic.otf
/Library/Fonts/SF-Pro-Display-Light.otf
/Library/Fonts/SF-Pro-Display-LightItalic.otf
/Library/Fonts/SF-Pro-Display-Medium.otf
/Library/Fonts/SF-Pro-Display-MediumItalic.otf
/Library/Fonts/SF-Pro-Display-Semibold.otf
/Library/Fonts/SF-Pro-Display-SemiboldItalic.otf
/Library/Fonts/SF-Pro-Display-Bold.otf
/Library/Fonts/SF-Pro-Display-BoldItalic.otf
/Library/Fonts/SF-Pro-Display-Heavy.otf
/Library/Fonts/SF-Pro-Display-HeavyItalic.otf
/Library/Fonts/SF-Pro-Display-Black.otf
/Library/Fonts/SF-Pro-Display-BlackItalic.otf
/Library/Fonts/SF-Pro-Rounded-Regular.otf
/Library/Fonts/SF-Pro-Rounded-Ultralight.otf
/Library/Fonts/SF-Pro-Rounded-Thin.otf
/Library/Fonts/SF-Pro-Rounded-Light.otf
/Library/Fonts/SF-Pro-Rounded-Medium.otf
/Library/Fonts/SF-Pro-Rounded-Semibold.otf
/Library/Fonts/SF-Pro-Rounded-Bold.otf
/Library/Fonts/SF-Pro-Rounded-Heavy.otf
/Library/Fonts/SF-Pro-Rounded-Black.otf
/Library/Fonts/SF-Pro-Text-Regular.otf
/Library/Fonts/SF-Pro-Text-RegularItalic.otf
/Library/Fonts/SF-Pro-Text-Ultralight.otf
/Library/Fonts/SF-Pro-Text-UltralightItalic.otf
/Library/Fonts/SF-Pro-Text-Thin.otf
/Library/Fonts/SF-Pro-Text-ThinItalic.otf
/Library/Fonts/SF-Pro-Text-Light.otf
/Library/Fonts/SF-Pro-Text-LightItalic.otf
/Library/Fonts/SF-Pro-Text-Medium.otf
/Library/Fonts/SF-Pro-Text-MediumItalic.otf
/Library/Fonts/SF-Pro-Text-Semibold.otf
/Library/Fonts/SF-Pro-Text-SemiboldItalic.otf
/Library/Fonts/SF-Pro-Text-Bold.otf
/Library/Fonts/SF-Pro-Text-BoldItalic.otf
/Library/Fonts/SF-Pro-Text-Heavy.otf
/Library/Fonts/SF-Pro-Text-HeavyItalic.otf
/Library/Fonts/SF-Pro-Text-Black.otf
/Library/Fonts/SF-Pro-Text-BlackItalic.otf
/System/Library/Fonts/Supplemental/SignPainter.ttc
/System/Library/Fonts/Supplemental/Silom.ttf
/Library/Fonts/WindowsFonts/simsunb.ttf
/System/Library/Fonts/Supplemental/Sinhala MN.ttc
/System/Library/Fonts/Supplemental/Sinhala Sangam MN.ttc
/Library/Fonts/WindowsFonts/SitkaVF.ttf
/Library/Fonts/WindowsFonts/SitkaVF-Italic.ttf
/System/Library/Fonts/Supplemental/Skia.ttf
/System/Library/Fonts/Supplemental/SnellRoundhand.ttc
/System/Library/Fonts/Supplemental/Songti.ttc
/System/Library/Fonts/Supplemental/STIXTwoMath.otf
/System/Library/Fonts/Supplemental/STIXTwoText.ttf
/System/Library/Fonts/Supplemental/STIXTwoText-Italic.ttf
/System/Library/Fonts/Supplemental/SukhumvitSet.ttc
/Library/Fonts/WindowsFonts/sylfaen.ttf
/Users/jevin/Library/Fonts/SymbolsNerdFont-Regular.ttf
/Users/jevin/Library/Fonts/SymbolsNerdFontMono-Regular.ttf
/System/Library/Fonts/Supplemental/Tahoma.ttf
/System/Library/Fonts/Supplemental/Tahoma Bold.ttf
/System/Library/Fonts/Supplemental/Tamil MN.ttc
/System/Library/Fonts/Supplemental/Telugu MN.ttc
/System/Library/Fonts/Supplemental/Telugu Sangam MN.ttc
/Users/jevin/Library/Fonts/TerminessNerdFont-Regular.ttf
/Users/jevin/Library/Fonts/TerminessNerdFont-Italic.ttf
/Users/jevin/Library/Fonts/TerminessNerdFont-Bold.ttf
/Users/jevin/Library/Fonts/TerminessNerdFont-BoldItalic.ttf
/Users/jevin/Library/Fonts/TerminessNerdFontMono-Regular.ttf
/Users/jevin/Library/Fonts/TerminessNerdFontMono-Italic.ttf
/Users/jevin/Library/Fonts/TerminessNerdFontMono-Bold.ttf
/Users/jevin/Library/Fonts/TerminessNerdFontMono-BoldItalic.ttf
/Users/jevin/Library/Fonts/TerminessNerdFontPropo-Regular.ttf
/Users/jevin/Library/Fonts/TerminessNerdFontPropo-Italic.ttf
/Users/jevin/Library/Fonts/TerminessNerdFontPropo-Bold.ttf
/Users/jevin/Library/Fonts/TerminessNerdFontPropo-BoldItalic.ttf
/System/Library/Fonts/Supplemental/Thonburi.ttc
/Library/Fonts/TI Uni Bold.TTF
/System/Library/Fonts/Supplemental/Times New Roman.ttf
/System/Library/Fonts/Supplemental/Times New Roman Italic.ttf
/System/Library/Fonts/Supplemental/Times New Roman Bold.ttf
/System/Library/Fonts/Supplemental/Times New Roman Bold Italic.ttf
/System/Library/Fonts/Supplemental/Trattatello.ttf
/System/Library/Fonts/Supplemental/Trebuchet MS.ttf
/System/Library/Fonts/Supplemental/Trebuchet MS Italic.ttf
/System/Library/Fonts/Supplemental/Trebuchet MS Bold.ttf
/System/Library/Fonts/Supplemental/Trebuchet MS Bold Italic.ttf
/Users/jevin/Library/Fonts/UbuntuNerdFont-Regular.ttf
/Users/jevin/Library/Fonts/UbuntuNerdFont-Italic.ttf
/Users/jevin/Library/Fonts/UbuntuNerdFont-Light.ttf
/Users/jevin/Library/Fonts/UbuntuNerdFont-LightItalic.ttf
/Users/jevin/Library/Fonts/UbuntuNerdFont-Medium.ttf
/Users/jevin/Library/Fonts/UbuntuNerdFont-MediumItalic.ttf
/Users/jevin/Library/Fonts/UbuntuNerdFont-Bold.ttf
/Users/jevin/Library/Fonts/UbuntuNerdFont-BoldItalic.ttf
/Users/jevin/Library/Fonts/UbuntuNerdFont-Condensed.ttf
/Users/jevin/Library/Fonts/UbuntuNerdFontPropo-Regular.ttf
/Users/jevin/Library/Fonts/UbuntuNerdFontPropo-Italic.ttf
/Users/jevin/Library/Fonts/UbuntuNerdFontPropo-Light.ttf
/Users/jevin/Library/Fonts/UbuntuNerdFontPropo-LightItalic.ttf
/Users/jevin/Library/Fonts/UbuntuNerdFontPropo-Medium.ttf
/Users/jevin/Library/Fonts/UbuntuNerdFontPropo-MediumItalic.ttf
/Users/jevin/Library/Fonts/UbuntuNerdFontPropo-Bold.ttf
/Users/jevin/Library/Fonts/UbuntuNerdFontPropo-BoldItalic.ttf
/Users/jevin/Library/Fonts/UbuntuNerdFontPropo-Condensed.ttf
/Users/jevin/Library/Fonts/UbuntuMonoNerdFont-Regular.ttf
/Users/jevin/Library/Fonts/UbuntuMonoNerdFont-Italic.ttf
/Users/jevin/Library/Fonts/UbuntuMonoNerdFont-Bold.ttf
/Users/jevin/Library/Fonts/UbuntuMonoNerdFont-BoldItalic.ttf
/Users/jevin/Library/Fonts/UbuntuMonoNerdFontMono-Regular.ttf
/Users/jevin/Library/Fonts/UbuntuMonoNerdFontMono-Italic.ttf
/Users/jevin/Library/Fonts/UbuntuMonoNerdFontMono-Bold.ttf
/Users/jevin/Library/Fonts/UbuntuMonoNerdFontMono-BoldItalic.ttf
/Users/jevin/Library/Fonts/UbuntuMonoNerdFontPropo-Regular.ttf
/Users/jevin/Library/Fonts/UbuntuMonoNerdFontPropo-Italic.ttf
/Users/jevin/Library/Fonts/UbuntuMonoNerdFontPropo-Bold.ttf
/Users/jevin/Library/Fonts/UbuntuMonoNerdFontPropo-BoldItalic.ttf
/Users/jevin/Library/Fonts/UbuntuSansNerdFont-Regular.ttf
/Users/jevin/Library/Fonts/UbuntuSansNerdFont-Italic.ttf
/Users/jevin/Library/Fonts/UbuntuSansNerdFont-Medium.ttf
/Users/jevin/Library/Fonts/UbuntuSansNerdFont-MediumItalic.ttf
/Users/jevin/Library/Fonts/UbuntuSansNerdFont-SemiBold.ttf
/Users/jevin/Library/Fonts/UbuntuSansNerdFont-SemiBoldItalic.ttf
/Users/jevin/Library/Fonts/UbuntuSansNerdFont-Bold.ttf
/Users/jevin/Library/Fonts/UbuntuSansNerdFont-BoldItalic.ttf
/Users/jevin/Library/Fonts/UbuntuSansNerdFontPropo-Regular.ttf
/Users/jevin/Library/Fonts/UbuntuSansNerdFontPropo-Italic.ttf
/Users/jevin/Library/Fonts/UbuntuSansNerdFontPropo-Medium.ttf
/Users/jevin/Library/Fonts/UbuntuSansNerdFontPropo-MediumItalic.ttf
/Users/jevin/Library/Fonts/UbuntuSansNerdFontPropo-SemiBold.ttf
/Users/jevin/Library/Fonts/UbuntuSansNerdFontPropo-SemiBoldItalic.ttf
/Users/jevin/Library/Fonts/UbuntuSansNerdFontPropo-Bold.ttf
/Users/jevin/Library/Fonts/UbuntuSansNerdFontPropo-BoldItalic.ttf
/Users/jevin/Library/Fonts/UbuntuSansMonoNerdFont-Regular.ttf
/Users/jevin/Library/Fonts/UbuntuSansMonoNerdFont-Italic.ttf
/Users/jevin/Library/Fonts/UbuntuSansMonoNerdFont-Medium.ttf
/Users/jevin/Library/Fonts/UbuntuSansMonoNerdFont-MediumItalic.ttf
/Users/jevin/Library/Fonts/UbuntuSansMonoNerdFont-SemiBold.ttf
/Users/jevin/Library/Fonts/UbuntuSansMonoNerdFont-SemiBoldItalic.ttf
/Users/jevin/Library/Fonts/UbuntuSansMonoNerdFont-Bold.ttf
/Users/jevin/Library/Fonts/UbuntuSansMonoNerdFont-BoldItalic.ttf
/Users/jevin/Library/Fonts/UbuntuSansMonoNerdFontMono-Regular.ttf
/Users/jevin/Library/Fonts/UbuntuSansMonoNerdFontMono-Italic.ttf
/Users/jevin/Library/Fonts/UbuntuSansMonoNerdFontMono-Medium.ttf
/Users/jevin/Library/Fonts/UbuntuSansMonoNerdFontMono-MediumItalic.ttf
/Users/jevin/Library/Fonts/UbuntuSansMonoNerdFontMono-SemiBold.ttf
/Users/jevin/Library/Fonts/UbuntuSansMonoNerdFontMono-SemiBoldItalic.ttf
/Users/jevin/Library/Fonts/UbuntuSansMonoNerdFontMono-Bold.ttf
/Users/jevin/Library/Fonts/UbuntuSansMonoNerdFontMono-BoldItalic.ttf
/Users/jevin/Library/Fonts/UbuntuSansMonoNerdFontPropo-Regular.ttf
/Users/jevin/Library/Fonts/UbuntuSansMonoNerdFontPropo-Italic.ttf
/Users/jevin/Library/Fonts/UbuntuSansMonoNerdFontPropo-Medium.ttf
/Users/jevin/Library/Fonts/UbuntuSansMonoNerdFontPropo-MediumItalic.ttf
/Users/jevin/Library/Fonts/UbuntuSansMonoNerdFontPropo-SemiBold.ttf
/System/Library/Fonts/Supplemental/Verdana.ttf
/System/Library/Fonts/Supplemental/Verdana Italic.ttf
/Users/jevin/Library/Fonts/UbuntuSansMonoNerdFontPropo-SemiBoldItalic.ttf
/Users/jevin/Library/Fonts/UbuntuSansMonoNerdFontPropo-Bold.ttf
/Users/jevin/Library/Fonts/UbuntuSansMonoNerdFontPropo-BoldItalic.ttf
/Users/jevin/Library/Fonts/unifont-16.0.03.otf
/Users/jevin/Library/Fonts/unifont_csur-16.0.03.otf
/Users/jevin/Library/Fonts/unifont_sample-16.0.03.otf
/Users/jevin/Library/Fonts/unifont_upper-16.0.03.otf
/Users/jevin/Library/Fonts/unifont_jp-16.0.03.otf
/System/Library/Fonts/Supplemental/Verdana Bold.ttf
/System/Library/Fonts/Supplemental/Verdana Bold Italic.ttf
/System/Library/Fonts/Supplemental/Waseem.ttc
/System/Library/Fonts/Supplemental/Webdings.ttf
/System/Library/Fonts/Supplemental/Wingdings.ttf
/System/Library/Fonts/Supplemental/Wingdings 2.ttf
/System/Library/Fonts/Supplemental/Wingdings 3.ttf
/Library/Fonts/WindowsFonts/YuGothR.ttc
/Library/Fonts/WindowsFonts/YuGothL.ttc
/Library/Fonts/WindowsFonts/YuGothM.ttc
/Library/Fonts/WindowsFonts/YuGothB.ttc
/System/Library/Fonts/ZapfDingbats.ttf
/System/Library/Fonts/Supplemental/Zapfino.ttf
/System/Library/Fonts/SFNSItalic.ttf
/Users/jevin/.sdkman/candidates/java/24.0.1.fx-librca/lib/server/classes.jsa
/dev/ttys024
/dev/ttys024
/dev/ttys024
/Users/jevin/.sdkman/candidates/java/24.0.1.fx-librca/lib/modules
/Users/jevin/.sdkman/candidates/java/24.0.1.fx-librca/lib/shaders.metallib
/private/var/folders/6f/4n4ptl_x3zb_7jghsdhp5yx80000gn/C/net.java.openjdk.java/com.apple.metal/16777235_530/functions.data
/private/var/folders/6f/4n4ptl_x3zb_7jghsdhp5yx80000gn/C/net.java.openjdk.java/com.apple.metal/16777235_530/functions.list
Analysis of sampling java (pid 32325) every 1 millisecond
Process: java [32325]
Path: /Users/USER/*/java
Load Address: 0x1049b0000
Identifier: net.java.openjdk.java
Version: 24.0.1 (11)
Code Type: ARM64
Platform: macOS
Parent Process: zsh [53017]
Target Type: live task
Date/Time: 2025-05-03 22:14:52.422 -0400
Launch Time: 2025-05-03 22:11:09.108 -0400
OS Version: macOS 15.4 (24E247)
Report Version: 7
Analysis Tool: /usr/bin/sample
Physical footprint: 153.3M
Physical footprint (peak): 157.9M
Idle exit: untracked
----
Call graph:
2547 Thread_95175809 DispatchQueue_1: com.apple.main-thread (serial)
+ 2547 start (in dyld) + 6000 [0x19a4feb4c]
+ 2547 main (in java) + 404 [0x1049b3bb8]
+ 2547 JLI_Launch (in libjli.dylib) + 560 [0x1049f8b6c]
+ 2547 CreateExecutionEnvironment (in libjli.dylib) + 412 [0x1049fd01c]
+ 2547 CFRunLoopRunSpecific (in CoreFoundation) + 572 [0x19a986d68]
+ 2547 __CFRunLoopRun (in CoreFoundation) + 840 [0x19a987738]
+ 2547 __CFRunLoopDoSources0 (in CoreFoundation) + 232 [0x19a988ae4]
+ 2547 __CFRunLoopDoSource0 (in CoreFoundation) + 172 [0x19a988d78]
+ 2547 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ (in CoreFoundation) + 28 [0x19a988de4]
+ 2547 __NSThreadPerformPerform (in Foundation) + 264 [0x19bc8df74]
+ 2547 +[ThreadUtilities invokeBlockCopy:] (in libosxapp.dylib) + 28 [0x105081b78]
+ 2547 +[AWTStarter starter:headless:] (in libawt_lwawt.dylib) + 488 [0x105320ba4]
+ 2547 +[NSApplicationAWT runAWTLoopWithApp:] (in libosxapp.dylib) + 208 [0x10507fe70]
+ 2547 -[NSApplication run] (in AppKit) + 480 [0x19e5ccc64]
+ 2547 -[NSApplicationAWT nextEventMatchingMask:untilDate:inMode:dequeue:] (in libosxapp.dylib) + 144 [0x1050800b4]
+ 2547 -[NSApplication(NSEventRouting) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (in AppKit) + 688 [0x19ef76cd4]
+ 2547 _DPSNextEvent (in AppKit) + 684 [0x19e5d9ab4]
+ 2547 _BlockUntilNextEventMatchingListInModeWithFilter (in HIToolbox) + 76 [0x1a62c5484]
+ 2547 ReceiveNextEventCommon (in HIToolbox) + 676 [0x1a613a4e8]
+ 2547 RunCurrentEventLoopInMode (in HIToolbox) + 324 [0x1a613727c]
+ 2547 CFRunLoopRunSpecific (in CoreFoundation) + 572 [0x19a986d68]
+ 2547 __CFRunLoopRun (in CoreFoundation) + 1208 [0x19a9878a8]
+ 2547 __CFRunLoopServiceMachPort (in CoreFoundation) + 160 [0x19a988f8c]
+ 2547 mach_msg (in libsystem_kernel.dylib) + 24 [0x19a85bfa8]
+ 2547 mach_msg_overwrite (in libsystem_kernel.dylib) + 484 [0x19a864764]
+ 2547 mach_msg2_internal (in libsystem_kernel.dylib) + 76 [0x19a86e308]
+ 2547 mach_msg2_trap (in libsystem_kernel.dylib) + 8 [0x19a85bc34]
2547 Thread_95175828
+ 2547 thread_start (in libsystem_pthread.dylib) + 8 [0x19a898b80]
+ 2547 _pthread_start (in libsystem_pthread.dylib) + 136 [0x19a89dc0c]
+ 2547 apple_main (in libjli.dylib) + 88 [0x1049fe090]
+ 2547 main (in java) + 404 [0x1049b3bb8]
+ 2547 JLI_Launch (in libjli.dylib) + 5252 [0x1049f9dc0]
+ 2547 ContinueInNewThread (in libjli.dylib) + 144 [0x1049fc540]
+ 2547 CallJavaMainInNewThread (in libjli.dylib) + 184 [0x1049fd79c]
+ 2547 _pthread_join (in libsystem_pthread.dylib) + 608 [0x19a8a00a8]
+ 2547 __ulock_wait (in libsystem_kernel.dylib) + 8 [0x19a85d9b8]
2547 Thread_95175831
+ 2547 thread_start (in libsystem_pthread.dylib) + 8 [0x19a898b80]
+ 2547 _pthread_start (in libsystem_pthread.dylib) + 136 [0x19a89dc0c]
+ 2547 ThreadJavaMain (in libjli.dylib) + 12 [0x1049fd7e4]
+ 2547 JavaMain (in libjli.dylib) + 3540 [0x1049fb324]
+ 2547 jni_DestroyJavaVM (in libjvm.dylib) + 220 [0x106439778]
+ 2547 Threads::destroy_vm() (in libjvm.dylib) + 108 [0x1069934f0]
+ 2547 Monitor::wait(unsigned long long) (in libjvm.dylib) + 124 [0x10670dc10]
+ 2547 PlatformMonitor::wait(unsigned long long) (in libjvm.dylib) + 144 [0x106755b74]
+ 2547 _pthread_cond_wait (in libsystem_pthread.dylib) + 984 [0x19a89e0e0]
+ 2547 __psynch_cvwait (in libsystem_kernel.dylib) + 8 [0x19a85f3cc]
2547 Thread_95175833: Java: GC Thread#0
+ 2547 thread_start (in libsystem_pthread.dylib) + 8 [0x19a898b80]
+ 2547 _pthread_start (in libsystem_pthread.dylib) + 136 [0x19a89dc0c]
+ 2547 thread_native_entry(Thread*) (in libjvm.dylib) + 280 [0x10674cf94]
+ 2547 Thread::call_run() (in libjvm.dylib) + 200 [0x106985408]
+ 2547 WorkerThread::run() (in libjvm.dylib) + 84 [0x106a506dc]
+ 2547 OSXSemaphore::wait() (in libjvm.dylib) + 24 [0x1067eb424]
+ 2547 semaphore_wait_trap (in libsystem_kernel.dylib) + 8 [0x19a85bbb0]
2547 Thread_95175834: Java: G1 Main Marker
+ 2547 thread_start (in libsystem_pthread.dylib) + 8 [0x19a898b80]
+ 2547 _pthread_start (in libsystem_pthread.dylib) + 136 [0x19a89dc0c]
+ 2547 thread_native_entry(Thread*) (in libjvm.dylib) + 280 [0x10674cf94]
+ 2547 Thread::call_run() (in libjvm.dylib) + 200 [0x106985408]
+ 2547 ConcurrentGCThread::run() (in libjvm.dylib) + 36 [0x10619ed28]
+ 2547 G1ConcurrentMarkThread::run_service() (in libjvm.dylib) + 176 [0x1062acc2c]
+ 2547 Monitor::wait_without_safepoint_check(unsigned long long) (in libjvm.dylib) + 48 [0x10670db7c]
+ 2547 PlatformMonitor::wait(unsigned long long) (in libjvm.dylib) + 144 [0x106755b74]
+ 2547 _pthread_cond_wait (in libsystem_pthread.dylib) + 984 [0x19a89e0e0]
+ 2547 __psynch_cvwait (in libsystem_kernel.dylib) + 8 [0x19a85f3cc]
2547 Thread_95175835: Java: G1 Conc#0
+ 2547 thread_start (in libsystem_pthread.dylib) + 8 [0x19a898b80]
+ 2547 _pthread_start (in libsystem_pthread.dylib) + 136 [0x19a89dc0c]
+ 2547 thread_native_entry(Thread*) (in libjvm.dylib) + 280 [0x10674cf94]
+ 2547 Thread::call_run() (in libjvm.dylib) + 200 [0x106985408]
+ 2547 WorkerThread::run() (in libjvm.dylib) + 84 [0x106a506dc]
+ 2547 OSXSemaphore::wait() (in libjvm.dylib) + 24 [0x1067eb424]
+ 2547 semaphore_wait_trap (in libsystem_kernel.dylib) + 8 [0x19a85bbb0]
2547 Thread_95175836: Java: G1 Refine#0
+ 2547 thread_start (in libsystem_pthread.dylib) + 8 [0x19a898b80]
+ 2547 _pthread_start (in libsystem_pthread.dylib) + 136 [0x19a89dc0c]
+ 2547 thread_native_entry(Thread*) (in libjvm.dylib) + 280 [0x10674cf94]
+ 2547 Thread::call_run() (in libjvm.dylib) + 200 [0x106985408]
+ 2547 ConcurrentGCThread::run() (in libjvm.dylib) + 36 [0x10619ed28]
+ 2547 G1ConcurrentRefineThread::run_service() (in libjvm.dylib) + 60 [0x1062b4f98]
+ 2547 G1PrimaryConcurrentRefineThread::wait_for_completed_buffers() (in libjvm.dylib) + 68 [0x1062b5488]
+ 2547 Monitor::wait_without_safepoint_check(unsigned long long) (in libjvm.dylib) + 48 [0x10670db7c]
+ 2547 PlatformMonitor::wait(unsigned long long) (in libjvm.dylib) + 144 [0x106755b74]
+ 2547 _pthread_cond_wait (in libsystem_pthread.dylib) + 984 [0x19a89e0e0]
+ 2547 __psynch_cvwait (in libsystem_kernel.dylib) + 8 [0x19a85f3cc]
2547 Thread_95175837: Java: G1 Service
+ 2547 thread_start (in libsystem_pthread.dylib) + 8 [0x19a898b80]
+ 2547 _pthread_start (in libsystem_pthread.dylib) + 136 [0x19a89dc0c]
+ 2547 thread_native_entry(Thread*) (in libjvm.dylib) + 280 [0x10674cf94]
+ 2547 Thread::call_run() (in libjvm.dylib) + 200 [0x106985408]
+ 2547 ConcurrentGCThread::run() (in libjvm.dylib) + 36 [0x10619ed28]
+ 2547 G1ServiceThread::run_service() (in libjvm.dylib) + 44 [0x106305ed0]
+ 2547 G1ServiceThread::wait_for_task() (in libjvm.dylib) + 120 [0x106305be4]
+ 2547 Monitor::wait_without_safepoint_check(unsigned long long) (in libjvm.dylib) + 48 [0x10670db7c]
+ 2547 PlatformMonitor::wait(unsigned long long) (in libjvm.dylib) + 272 [0x106755bf4]
+ 2547 _pthread_cond_wait (in libsystem_pthread.dylib) + 984 [0x19a89e0e0]
+ 2547 __psynch_cvwait (in libsystem_kernel.dylib) + 8 [0x19a85f3cc]
2547 Thread_95175841: Java: VM Periodic Task Thread
+ 2547 thread_start (in libsystem_pthread.dylib) + 8 [0x19a898b80]
+ 2547 _pthread_start (in libsystem_pthread.dylib) + 136 [0x19a89dc0c]
+ 2547 thread_native_entry(Thread*) (in libjvm.dylib) + 280 [0x10674cf94]
+ 2547 Thread::call_run() (in libjvm.dylib) + 200 [0x106985408]
+ 2546 WatcherThread::run() (in libjvm.dylib) + 60 [0x106725788]
+ ! 2546 WatcherThread::sleep() const (in libjvm.dylib) + 152 [0x1067256b0]
+ ! 2546 Monitor::wait_without_safepoint_check(unsigned long long) (in libjvm.dylib) + 48 [0x10670db7c]
+ ! 2546 PlatformMonitor::wait(unsigned long long) (in libjvm.dylib) + 272 [0x106755bf4]
+ ! 2546 _pthread_cond_wait (in libsystem_pthread.dylib) + 984 [0x19a89e0e0]
+ ! 2546 __psynch_cvwait (in libsystem_kernel.dylib) + 8 [0x19a85f3cc]
+ 1 WatcherThread::run() (in libjvm.dylib) + 96 [0x1067257ac]
+ 1 PeriodicTask::real_time_tick(int) (in libjvm.dylib) + 164 [0x106956c80]
+ 1 StatSamplerTask::task() (in libjvm.dylib) + 36 [0x1068e0dc0]
2547 Thread_95175842: Java: VM Thread
+ 2547 thread_start (in libsystem_pthread.dylib) + 8 [0x19a898b80]
+ 2547 _pthread_start (in libsystem_pthread.dylib) + 136 [0x19a89dc0c]
+ 2547 thread_native_entry(Thread*) (in libjvm.dylib) + 280 [0x10674cf94]
+ 2547 Thread::call_run() (in libjvm.dylib) + 200 [0x106985408]
+ 2547 VMThread::run() (in libjvm.dylib) + 188 [0x106a1f9bc]
+ 2547 VMThread::wait_for_operation() (in libjvm.dylib) + 192 [0x106a20870]
+ 2547 Monitor::wait_without_safepoint_check(unsigned long long) (in libjvm.dylib) + 48 [0x10670db7c]
+ 2547 PlatformMonitor::wait(unsigned long long) (in libjvm.dylib) + 144 [0x106755b74]
+ 2547 _pthread_cond_wait (in libsystem_pthread.dylib) + 984 [0x19a89e0e0]
+ 2547 __psynch_cvwait (in libsystem_kernel.dylib) + 8 [0x19a85f3cc]
2547 Thread_95175845: Java: Reference Handler
+ 2547 thread_start (in libsystem_pthread.dylib) + 8 [0x19a898b80]
+ 2547 _pthread_start (in libsystem_pthread.dylib) + 136 [0x19a89dc0c]
+ 2547 thread_native_entry(Thread*) (in libjvm.dylib) + 280 [0x10674cf94]
+ 2547 Thread::call_run() (in libjvm.dylib) + 200 [0x106985408]
+ 2547 JavaThread::thread_main_inner() (in libjvm.dylib) + 156 [0x1063ba714]
+ 2547 thread_entry(JavaThread*, JavaThread*) (in libjvm.dylib) + 156 [0x106475414]
+ 2547 JavaCalls::call_virtual(JavaValue*, Handle, Klass*, Symbol*, Symbol*, JavaThread*) (in libjvm.dylib) + 100 [0x1063a5548]
+ 2547 JavaCalls::call_virtual(JavaValue*, Klass*, Symbol*, Symbol*, JavaCallArguments*, JavaThread*) (in libjvm.dylib) + 356 [0x1063a547c]
+ 2547 JavaCalls::call_helper(JavaValue*, methodHandle const&, JavaCallArguments*, JavaThread*) (in libjvm.dylib) + 952 [0x1063a6534]
+ 2547 ??? (in <unknown binary>) [0x118550114]
+ 2547 ??? (in <unknown binary>) [0x118554950]
+ 2547 ??? (in <unknown binary>) [0x118554950]
+ 2547 ??? (in <unknown binary>) [0x118558500]
+ 2547 JVM_WaitForReferencePendingList (in libjvm.dylib) + 200 [0x106477258]
+ 2547 Monitor::wait(unsigned long long) (in libjvm.dylib) + 124 [0x10670dc10]
+ 2547 PlatformMonitor::wait(unsigned long long) (in libjvm.dylib) + 144 [0x106755b74]
+ 2547 _pthread_cond_wait (in libsystem_pthread.dylib) + 984 [0x19a89e0e0]
+ 2547 __psynch_cvwait (in libsystem_kernel.dylib) + 8 [0x19a85f3cc]
2547 Thread_95175846: Java: Finalizer
+ 2547 thread_start (in libsystem_pthread.dylib) + 8 [0x19a898b80]
+ 2547 _pthread_start (in libsystem_pthread.dylib) + 136 [0x19a89dc0c]
+ 2547 thread_native_entry(Thread*) (in libjvm.dylib) + 280 [0x10674cf94]
+ 2547 Thread::call_run() (in libjvm.dylib) + 200 [0x106985408]
+ 2547 JavaThread::thread_main_inner() (in libjvm.dylib) + 156 [0x1063ba714]
+ 2547 thread_entry(JavaThread*, JavaThread*) (in libjvm.dylib) + 156 [0x106475414]
+ 2547 JavaCalls::call_virtual(JavaValue*, Handle, Klass*, Symbol*, Symbol*, JavaThread*) (in libjvm.dylib) + 100 [0x1063a5548]
+ 2547 JavaCalls::call_virtual(JavaValue*, Klass*, Symbol*, Symbol*, JavaCallArguments*, JavaThread*) (in libjvm.dylib) + 356 [0x1063a547c]
+ 2547 JavaCalls::call_helper(JavaValue*, methodHandle const&, JavaCallArguments*, JavaThread*) (in libjvm.dylib) + 952 [0x1063a6534]
+ 2547 ??? (in <unknown binary>) [0x118550114]
+ 2547 ??? (in <unknown binary>) [0x1185546e0]
+ 2547 ??? (in <unknown binary>) [0x1185546e0]
+ 2547 ??? (in <unknown binary>) [0x118554950]
+ 2547 ??? (in <unknown binary>) [0x118554950]
+ 2547 ??? (in <unknown binary>) [0x118554950]
+ 2547 ??? (in <unknown binary>) [0x118558500]
+ 2547 JVM_MonitorWait (in libjvm.dylib) + 440 [0x106462364]
+ 2547 ObjectSynchronizer::wait(Handle, long, JavaThread*) (in libjvm.dylib) + 448 [0x106944190]
+ 2547 ObjectMonitor::wait(long, bool, JavaThread*) (in libjvm.dylib) + 1664 [0x106730340]
+ 2547 PlatformEvent::park() (in libjvm.dylib) + 120 [0x106754e44]
+ 2547 _pthread_cond_wait (in libsystem_pthread.dylib) + 984 [0x19a89e0e0]
+ 2547 __psynch_cvwait (in libsystem_kernel.dylib) + 8 [0x19a85f3cc]
2547 Thread_95175847: Java: Signal Dispatcher
+ 2547 thread_start (in libsystem_pthread.dylib) + 8 [0x19a898b80]
+ 2547 _pthread_start (in libsystem_pthread.dylib) + 136 [0x19a89dc0c]
+ 2547 thread_native_entry(Thread*) (in libjvm.dylib) + 280 [0x10674cf94]
+ 2547 Thread::call_run() (in libjvm.dylib) + 200 [0x106985408]
+ 2547 JavaThread::thread_main_inner() (in libjvm.dylib) + 156 [0x1063ba714]
+ 2547 signal_thread_entry(JavaThread*, JavaThread*) (in libjvm.dylib) + 72 [0x106746e18]
+ 2547 os::signal_wait() (in libjvm.dylib) + 180 [0x1068c69a8]
+ 2547 OSXSemaphore::wait() (in libjvm.dylib) + 24 [0x1067eb424]
+ 2547 semaphore_wait_trap (in libsystem_kernel.dylib) + 8 [0x19a85bbb0]
2547 Thread_95175848: Java: Service Thread
+ 2547 thread_start (in libsystem_pthread.dylib) + 8 [0x19a898b80]
+ 2547 _pthread_start (in libsystem_pthread.dylib) + 136 [0x19a89dc0c]
+ 2547 thread_native_entry(Thread*) (in libjvm.dylib) + 280 [0x10674cf94]
+ 2547 Thread::call_run() (in libjvm.dylib) + 200 [0x106985408]
+ 2547 JavaThread::thread_main_inner() (in libjvm.dylib) + 156 [0x1063ba714]
+ 2547 ServiceThread::service_thread_entry(JavaThread*, JavaThread*) (in libjvm.dylib) + 396 [0x1067fc168]
+ 2547 Monitor::wait_without_safepoint_check(unsigned long long) (in libjvm.dylib) + 48 [0x10670db7c]
+ 2547 PlatformMonitor::wait(unsigned long long) (in libjvm.dylib) + 272 [0x106755bf4]
+ 2547 _pthread_cond_wait (in libsystem_pthread.dylib) + 984 [0x19a89e0e0]
+ 2547 __psynch_cvwait (in libsystem_kernel.dylib) + 8 [0x19a85f3cc]
2547 Thread_95175849: Java: Monitor Deflation Thread
+ 2547 thread_start (in libsystem_pthread.dylib) + 8 [0x19a898b80]
+ 2547 _pthread_start (in libsystem_pthread.dylib) + 136 [0x19a89dc0c]
+ 2547 thread_native_entry(Thread*) (in libjvm.dylib) + 280 [0x10674cf94]
+ 2547 Thread::call_run() (in libjvm.dylib) + 200 [0x106985408]
+ 2547 JavaThread::thread_main_inner() (in libjvm.dylib) + 156 [0x1063ba714]
+ 2547 MonitorDeflationThread::monitor_deflation_thread_entry(JavaThread*, JavaThread*) (in libjvm.dylib) + 280 [0x106702174]
+ 2547 Monitor::wait_without_safepoint_check(unsigned long long) (in libjvm.dylib) + 48 [0x10670db7c]
+ 2547 PlatformMonitor::wait(unsigned long long) (in libjvm.dylib) + 272 [0x106755bf4]
+ 2547 _pthread_cond_wait (in libsystem_pthread.dylib) + 984 [0x19a89e0e0]
+ 2547 __psynch_cvwait (in libsystem_kernel.dylib) + 8 [0x19a85f3cc]
2547 Thread_95175850: Java: C2 CompilerThread0
+ 2547 thread_start (in libsystem_pthread.dylib) + 8 [0x19a898b80]
+ 2547 _pthread_start (in libsystem_pthread.dylib) + 136 [0x19a89dc0c]
+ 2547 thread_native_entry(Thread*) (in libjvm.dylib) + 280 [0x10674cf94]
+ 2547 Thread::call_run() (in libjvm.dylib) + 200 [0x106985408]
+ 2547 JavaThread::thread_main_inner() (in libjvm.dylib) + 156 [0x1063ba714]
+ 2547 CompileBroker::compiler_thread_loop() (in libjvm.dylib) + 756 [0x10618a334]
+ 2547 CompileQueue::get(CompilerThread*) (in libjvm.dylib) + 556 [0x106186be0]
+ 2547 Monitor::wait(unsigned long long) (in libjvm.dylib) + 124 [0x10670dc10]
+ 2547 PlatformMonitor::wait(unsigned long long) (in libjvm.dylib) + 272 [0x106755bf4]
+ 2547 _pthread_cond_wait (in libsystem_pthread.dylib) + 984 [0x19a89e0e0]
+ 2547 __psynch_cvwait (in libsystem_kernel.dylib) + 8 [0x19a85f3cc]
2547 Thread_95175851: Java: C1 CompilerThread0
+ 2547 thread_start (in libsystem_pthread.dylib) + 8 [0x19a898b80]
+ 2547 _pthread_start (in libsystem_pthread.dylib) + 136 [0x19a89dc0c]
+ 2547 thread_native_entry(Thread*) (in libjvm.dylib) + 280 [0x10674cf94]
+ 2547 Thread::call_run() (in libjvm.dylib) + 200 [0x106985408]
+ 2547 JavaThread::thread_main_inner() (in libjvm.dylib) + 156 [0x1063ba714]
+ 2547 CompileBroker::compiler_thread_loop() (in libjvm.dylib) + 756 [0x10618a334]
+ 2547 CompileQueue::get(CompilerThread*) (in libjvm.dylib) + 556 [0x106186be0]
+ 2547 Monitor::wait(unsigned long long) (in libjvm.dylib) + 124 [0x10670dc10]
+ 2547 PlatformMonitor::wait(unsigned long long) (in libjvm.dylib) + 272 [0x106755bf4]
+ 2547 _pthread_cond_wait (in libsystem_pthread.dylib) + 984 [0x19a89e0e0]
+ 2547 __psynch_cvwait (in libsystem_kernel.dylib) + 8 [0x19a85f3cc]
2547 Thread_95175852: Java: Notification Thread
+ 2547 thread_start (in libsystem_pthread.dylib) + 8 [0x19a898b80]
+ 2547 _pthread_start (in libsystem_pthread.dylib) + 136 [0x19a89dc0c]
+ 2547 thread_native_entry(Thread*) (in libjvm.dylib) + 280 [0x10674cf94]
+ 2547 Thread::call_run() (in libjvm.dylib) + 200 [0x106985408]
+ 2547 JavaThread::thread_main_inner() (in libjvm.dylib) + 156 [0x1063ba714]
+ 2547 NotificationThread::notification_thread_entry(JavaThread*, JavaThread*) (in libjvm.dylib) + 164 [0x106725da8]
+ 2547 Monitor::wait_without_safepoint_check(unsigned long long) (in libjvm.dylib) + 48 [0x10670db7c]
+ 2547 PlatformMonitor::wait(unsigned long long) (in libjvm.dylib) + 144 [0x106755b74]
+ 2547 _pthread_cond_wait (in libsystem_pthread.dylib) + 984 [0x19a89e0e0]
+ 2547 __psynch_cvwait (in libsystem_kernel.dylib) + 8 [0x19a85f3cc]
2547 Thread_95175853: Java: Common-Cleaner
+ 2547 thread_start (in libsystem_pthread.dylib) + 8 [0x19a898b80]
+ 2547 _pthread_start (in libsystem_pthread.dylib) + 136 [0x19a89dc0c]
+ 2547 thread_native_entry(Thread*) (in libjvm.dylib) + 280 [0x10674cf94]
+ 2547 Thread::call_run() (in libjvm.dylib) + 200 [0x106985408]
+ 2547 JavaThread::thread_main_inner() (in libjvm.dylib) + 156 [0x1063ba714]
+ 2547 thread_entry(JavaThread*, JavaThread*) (in libjvm.dylib) + 156 [0x106475414]
+ 2547 JavaCalls::call_virtual(JavaValue*, Handle, Klass*, Symbol*, Symbol*, JavaThread*) (in libjvm.dylib) + 100 [0x1063a5548]
+ 2547 JavaCalls::call_virtual(JavaValue*, Klass*, Symbol*, Symbol*, JavaCallArguments*, JavaThread*) (in libjvm.dylib) + 356 [0x1063a547c]
+ 2547 JavaCalls::call_helper(JavaValue*, methodHandle const&, JavaCallArguments*, JavaThread*) (in libjvm.dylib) + 952 [0x1063a6534]
+ 2547 ??? (in <unknown binary>) [0x118550114]
+ 2547 ??? (in <unknown binary>) [0x118554950]
+ 2547 ??? (in <unknown binary>) [0x118554950]
+ 2547 ??? (in <unknown binary>) [0x118554ef0]
+ 2547 ??? (in <unknown binary>) [0x1185546e0]
+ 2547 ??? (in <unknown binary>) [0x1185546e0]
+ 2547 ??? (in <unknown binary>) [0x111156750]
+ 2547 ??? (in <unknown binary>) [0x118b08cd8]
+ 2547 JVM_MonitorWait (in libjvm.dylib) + 440 [0x106462364]
+ 2547 ObjectSynchronizer::wait(Handle, long, JavaThread*) (in libjvm.dylib) + 448 [0x106944190]
+ 2547 ObjectMonitor::wait(long, bool, JavaThread*) (in libjvm.dylib) + 1492 [0x106730294]
+ 2547 PlatformEvent::park_nanos(long) (in libjvm.dylib) + 328 [0x106755064]
+ 2547 _pthread_cond_wait (in libsystem_pthread.dylib) + 984 [0x19a89e0e0]
+ 2547 __psynch_cvwait (in libsystem_kernel.dylib) + 8 [0x19a85f3cc]
2547 Thread_95175877
+ 2547 start_wqthread (in libsystem_pthread.dylib) + 8 [0x19a898b74]
+ 2547 _pthread_wqthread (in libsystem_pthread.dylib) + 368 [0x19a899eb0]
+ 2547 __workq_kernreturn (in libsystem_kernel.dylib) + 8 [0x19a85d8b0]
2547 Thread_95175886: Java: AWT-Shutdown
+ 2547 thread_start (in libsystem_pthread.dylib) + 8 [0x19a898b80]
+ 2547 _pthread_start (in libsystem_pthread.dylib) + 136 [0x19a89dc0c]
+ 2547 thread_native_entry(Thread*) (in libjvm.dylib) + 280 [0x10674cf94]
+ 2547 Thread::call_run() (in libjvm.dylib) + 200 [0x106985408]
+ 2547 JavaThread::thread_main_inner() (in libjvm.dylib) + 156 [0x1063ba714]
+ 2547 thread_entry(JavaThread*, JavaThread*) (in libjvm.dylib) + 156 [0x106475414]
+ 2547 JavaCalls::call_virtual(JavaValue*, Handle, Klass*, Symbol*, Symbol*, JavaThread*) (in libjvm.dylib) + 100 [0x1063a5548]
+ 2547 JavaCalls::call_virtual(JavaValue*, Klass*, Symbol*, Symbol*, JavaCallArguments*, JavaThread*) (in libjvm.dylib) + 356 [0x1063a547c]
+ 2547 JavaCalls::call_helper(JavaValue*, methodHandle const&, JavaCallArguments*, JavaThread*) (in libjvm.dylib) + 952 [0x1063a6534]
+ 2547 ??? (in <unknown binary>) [0x118550114]
+ 2547 ??? (in <unknown binary>) [0x118554950]
+ 2547 ??? (in <unknown binary>) [0x118554ef0]
+ 2547 ??? (in <unknown binary>) [0x118554950]
+ 2547 ??? (in <unknown binary>) [0x118554950]
+ 2547 ??? (in <unknown binary>) [0x118554950]
+ 2547 ??? (in <unknown binary>) [0x118558500]
+ 2547 JVM_MonitorWait (in libjvm.dylib) + 440 [0x106462364]
+ 2547 ObjectSynchronizer::wait(Handle, long, JavaThread*) (in libjvm.dylib) + 448 [0x106944190]
+ 2547 ObjectMonitor::wait(long, bool, JavaThread*) (in libjvm.dylib) + 1664 [0x106730340]
+ 2547 PlatformEvent::park() (in libjvm.dylib) + 120 [0x106754e44]
+ 2547 _pthread_cond_wait (in libsystem_pthread.dylib) + 984 [0x19a89e0e0]
+ 2547 __psynch_cvwait (in libsystem_kernel.dylib) + 8 [0x19a85f3cc]
2547 Thread_95175903: com.apple.NSEventThread
+ 2547 thread_start (in libsystem_pthread.dylib) + 8 [0x19a898b80]
+ 2547 _pthread_start (in libsystem_pthread.dylib) + 136 [0x19a89dc0c]
+ 2547 _NSEventThread (in AppKit) + 140 [0x19e6fd6b4]
+ 2547 CFRunLoopRunSpecific (in CoreFoundation) + 572 [0x19a986d68]
+ 2547 __CFRunLoopRun (in CoreFoundation) + 1208 [0x19a9878a8]
+ 2547 __CFRunLoopServiceMachPort (in CoreFoundation) + 160 [0x19a988f8c]
+ 2547 mach_msg (in libsystem_kernel.dylib) + 24 [0x19a85bfa8]
+ 2547 mach_msg_overwrite (in libsystem_kernel.dylib) + 484 [0x19a864764]
+ 2547 mach_msg2_internal (in libsystem_kernel.dylib) + 76 [0x19a86e308]
+ 2547 mach_msg2_trap (in libsystem_kernel.dylib) + 8 [0x19a85bc34]
2547 Thread_95175904
+ 2547 start_wqthread (in libsystem_pthread.dylib) + 8 [0x19a898b74]
+ 2547 _pthread_wqthread (in libsystem_pthread.dylib) + 368 [0x19a899eb0]
+ 2547 __workq_kernreturn (in libsystem_kernel.dylib) + 8 [0x19a85d8b0]
2547 Thread_95175906: Java: Java2D Queue Flusher
+ 2547 thread_start (in libsystem_pthread.dylib) + 8 [0x19a898b80]
+ 2547 _pthread_start (in libsystem_pthread.dylib) + 136 [0x19a89dc0c]
+ 2547 thread_native_entry(Thread*) (in libjvm.dylib) + 280 [0x10674cf94]
+ 2547 Thread::call_run() (in libjvm.dylib) + 200 [0x106985408]
+ 2547 JavaThread::thread_main_inner() (in libjvm.dylib) + 156 [0x1063ba714]
+ 2547 thread_entry(JavaThread*, JavaThread*) (in libjvm.dylib) + 156 [0x106475414]
+ 2547 JavaCalls::call_virtual(JavaValue*, Handle, Klass*, Symbol*, Symbol*, JavaThread*) (in libjvm.dylib) + 100 [0x1063a5548]
+ 2547 JavaCalls::call_virtual(JavaValue*, Klass*, Symbol*, Symbol*, JavaCallArguments*, JavaThread*) (in libjvm.dylib) + 356 [0x1063a547c]
+ 2547 JavaCalls::call_helper(JavaValue*, methodHandle const&, JavaCallArguments*, JavaThread*) (in libjvm.dylib) + 952 [0x1063a6534]
+ 2547 ??? (in <unknown binary>) [0x118550114]
+ 2547 ??? (in <unknown binary>) [0x118554950]
+ 2547 ??? (in <unknown binary>) [0x118554ef0]
+ 2547 ??? (in <unknown binary>) [0x111156750]
+ 2547 ??? (in <unknown binary>) [0x118b08cd8]
+ 2547 JVM_MonitorWait (in libjvm.dylib) + 440 [0x106462364]
+ 2547 ObjectSynchronizer::wait(Handle, long, JavaThread*) (in libjvm.dylib) + 448 [0x106944190]
+ 2546 ObjectMonitor::wait(long, bool, JavaThread*) (in libjvm.dylib) + 1492 [0x106730294]
+ ! 2546 PlatformEvent::park_nanos(long) (in libjvm.dylib) + 328 [0x106755064]
+ ! 2546 _pthread_cond_wait (in libsystem_pthread.dylib) + 984 [0x19a89e0e0]
+ ! 2546 __psynch_cvwait (in libsystem_kernel.dylib) + 8,16 [0x19a85f3cc,0x19a85f3d4]
+ 1 ObjectMonitor::wait(long, bool, JavaThread*) (in libjvm.dylib) + 1272 [0x1067301b8]
+ 1 ObjectMonitor::enter(JavaThread*) (in libjvm.dylib) + 32 [0x10672ddf0]
+ 1 ObjectMonitor::spin_enter(JavaThread*) (in libjvm.dylib) + 32 [0x10672daa8]
+ 1 ObjectMonitor::TryLock(JavaThread*) (in libjvm.dylib) + 0 [0x10672d8dc]
2547 Thread_95175907: Java: Java2D Disposer
+ 2547 thread_start (in libsystem_pthread.dylib) + 8 [0x19a898b80]
+ 2547 _pthread_start (in libsystem_pthread.dylib) + 136 [0x19a89dc0c]
+ 2547 thread_native_entry(Thread*) (in libjvm.dylib) + 280 [0x10674cf94]
+ 2547 Thread::call_run() (in libjvm.dylib) + 200 [0x106985408]
+ 2547 JavaThread::thread_main_inner() (in libjvm.dylib) + 156 [0x1063ba714]
+ 2547 thread_entry(JavaThread*, JavaThread*) (in libjvm.dylib) + 156 [0x106475414]
+ 2547 JavaCalls::call_virtual(JavaValue*, Handle, Klass*, Symbol*, Symbol*, JavaThread*) (in libjvm.dylib) + 100 [0x1063a5548]
+ 2547 JavaCalls::call_virtual(JavaValue*, Klass*, Symbol*, Symbol*, JavaCallArguments*, JavaThread*) (in libjvm.dylib) + 356 [0x1063a547c]
+ 2547 JavaCalls::call_helper(JavaValue*, methodHandle const&, JavaCallArguments*, JavaThread*) (in libjvm.dylib) + 952 [0x1063a6534]
+ 2547 ??? (in <unknown binary>) [0x118550114]
+ 2547 ??? (in <unknown binary>) [0x118554950]
+ 2547 ??? (in <unknown binary>) [0x118554ef0]
+ 2547 ??? (in <unknown binary>) [0x1185546e0]
+ 2547 ??? (in <unknown binary>) [0x1185546e0]
+ 2547 ??? (in <unknown binary>) [0x118554950]
+ 2547 ??? (in <unknown binary>) [0x118554950]
+ 2547 ??? (in <unknown binary>) [0x118554950]
+ 2547 ??? (in <unknown binary>) [0x118558500]
+ 2547 JVM_MonitorWait (in libjvm.dylib) + 440 [0x106462364]
+ 2547 ObjectSynchronizer::wait(Handle, long, JavaThread*) (in libjvm.dylib) + 448 [0x106944190]
+ 2547 ObjectMonitor::wait(long, bool, JavaThread*) (in libjvm.dylib) + 1664 [0x106730340]
+ 2547 PlatformEvent::park() (in libjvm.dylib) + 120 [0x106754e44]
+ 2547 _pthread_cond_wait (in libsystem_pthread.dylib) + 984 [0x19a89e0e0]
+ 2547 __psynch_cvwait (in libsystem_kernel.dylib) + 8 [0x19a85f3cc]
2547 Thread_95175908: Java: AWT-EventQueue-0
2547 thread_start (in libsystem_pthread.dylib) + 8 [0x19a898b80]
2547 _pthread_start (in libsystem_pthread.dylib) + 136 [0x19a89dc0c]
2547 thread_native_entry(Thread*) (in libjvm.dylib) + 280 [0x10674cf94]
2547 Thread::call_run() (in libjvm.dylib) + 200 [0x106985408]
2547 JavaThread::thread_main_inner() (in libjvm.dylib) + 156 [0x1063ba714]
2547 thread_entry(JavaThread*, JavaThread*) (in libjvm.dylib) + 156 [0x106475414]
2547 JavaCalls::call_virtual(JavaValue*, Handle, Klass*, Symbol*, Symbol*, JavaThread*) (in libjvm.dylib) + 100 [0x1063a5548]
2547 JavaCalls::call_virtual(JavaValue*, Klass*, Symbol*, Symbol*, JavaCallArguments*, JavaThread*) (in libjvm.dylib) + 356 [0x1063a547c]
2547 JavaCalls::call_helper(JavaValue*, methodHandle const&, JavaCallArguments*, JavaThread*) (in libjvm.dylib) + 952 [0x1063a6534]
2547 ??? (in <unknown binary>) [0x118550114]
2547 ??? (in <unknown binary>) [0x118554950]
2547 ??? (in <unknown binary>) [0x118554950]
2547 ??? (in <unknown binary>) [0x118554950]
2547 ??? (in <unknown binary>) [0x118554950]
2547 ??? (in <unknown binary>) [0x118554950]
2547 ??? (in <unknown binary>) [0x1185546e0]
2547 ??? (in <unknown binary>) [0x118554ef0]
2547 ??? (in <unknown binary>) [0x118554950]
2547 ??? (in <unknown binary>) [0x118554950]
2547 ??? (in <unknown binary>) [0x118554d70]
2547 ??? (in <unknown binary>) [0x118554950]
2547 ??? (in <unknown binary>) [0x118554950]
2547 ??? (in <unknown binary>) [0x118558500]
2547 Unsafe_Park(JNIEnv_*, _jobject*, unsigned char, long) (in libjvm.dylib) + 328 [0x1069bd5e0]
2547 Parker::park(bool, long) (in libjvm.dylib) + 516 [0x106755478]
2547 _pthread_cond_wait (in libsystem_pthread.dylib) + 984 [0x19a89e0e0]
2547 __psynch_cvwait (in libsystem_kernel.dylib) + 8 [0x19a85f3cc]
Total number in stack (recursive counted multiple, when >=5):
25 ??? (in <unknown binary>) [0x118554950]
23 _pthread_start (in libsystem_pthread.dylib) + 136 [0x19a89dc0c]
23 thread_start (in libsystem_pthread.dylib) + 8 [0x19a898b80]
20 Thread::call_run() (in libjvm.dylib) + 200 [0x106985408]
20 thread_native_entry(Thread*) (in libjvm.dylib) + 280 [0x10674cf94]
18 __psynch_cvwait (in libsystem_kernel.dylib) + 0 [0x19a85f3c4]
18 _pthread_cond_wait (in libsystem_pthread.dylib) + 984 [0x19a89e0e0]
13 JavaThread::thread_main_inner() (in libjvm.dylib) + 156 [0x1063ba714]
8 Monitor::wait_without_safepoint_check(unsigned long long) (in libjvm.dylib) + 48 [0x10670db7c]
7 ??? (in <unknown binary>) [0x118550114]
7 ??? (in <unknown binary>) [0x1185546e0]
7 JavaCalls::call_helper(JavaValue*, methodHandle const&, JavaCallArguments*, JavaThread*) (in libjvm.dylib) + 952 [0x1063a6534]
7 JavaCalls::call_virtual(JavaValue*, Handle, Klass*, Symbol*, Symbol*, JavaThread*) (in libjvm.dylib) + 100 [0x1063a5548]
7 JavaCalls::call_virtual(JavaValue*, Klass*, Symbol*, Symbol*, JavaCallArguments*, JavaThread*) (in libjvm.dylib) + 356 [0x1063a547c]
7 thread_entry(JavaThread*, JavaThread*) (in libjvm.dylib) + 156 [0x106475414]
6 PlatformMonitor::wait(unsigned long long) (in libjvm.dylib) + 144 [0x106755b74]
6 PlatformMonitor::wait(unsigned long long) (in libjvm.dylib) + 272 [0x106755bf4]
5 ??? (in <unknown binary>) [0x118554ef0]
5 ??? (in <unknown binary>) [0x118558500]
5 JVM_MonitorWait (in libjvm.dylib) + 440 [0x106462364]
5 ObjectSynchronizer::wait(Handle, long, JavaThread*) (in libjvm.dylib) + 448 [0x106944190]
Sort by top of stack, same collapsed (when >= 5):
__psynch_cvwait (in libsystem_kernel.dylib) 45844
semaphore_wait_trap (in libsystem_kernel.dylib) 7641
__workq_kernreturn (in libsystem_kernel.dylib) 5094
mach_msg2_trap (in libsystem_kernel.dylib) 5094
__ulock_wait (in libsystem_kernel.dylib) 2547
Binary Images:
0x1049b0000 - 0x1049b3fff +java (24.0.1 - 0) <31BD6FCC-0C5C-37B1-B2B0-EB4C39E12D09> /Users/*/java
0x1049f0000 - 0x104a03fff +libjli.dylib (0) <CCB80AF6-B6C1-346B-8A27-5BC7EEEB6A92> /Users/*/libjli.dylib
0x104a98000 - 0x104a9bff7 +libjimage.dylib (0) <399F77FB-C321-3B09-8EC5-FB437B36F6E5> /Users/*/libjimage.dylib
0x104af0000 - 0x104b03ff3 +libjava.dylib (0) <6143AC5B-1087-32FA-9DA6-0B4B8C5F5258> /Users/*/libjava.dylib
0x104bdc000 - 0x104be7fff +libnio.dylib (0) <4C9D5E50-1863-3B09-8011-58545042082F> /Users/*/libnio.dylib
0x104bfc000 - 0x104c03ffb +libnet.dylib (0) <9D9709F5-37DF-30A5-88B4-DB7475744CF1> /Users/*/libnet.dylib
0x10507c000 - 0x105083ffb +libosxapp.dylib (0) <3D5856DB-249A-37F1-964F-9FD07B3C59F4> /Users/*/libosxapp.dylib
0x1050d8000 - 0x10513fffb +libawt.dylib (0) <87BEB056-B6C9-3973-AC4C-166F62C3B07C> /Users/*/libawt.dylib
0x1052b4000 - 0x10536ffff +libawt_lwawt.dylib (0) <6F1C07F9-AB26-3894-997C-BF7D29577BA9> /Users/*/libawt_lwawt.dylib
0x1053dc000 - 0x105453ff3 +libfreetype.dylib (0) <5988C059-1E8F-3DA5-8C4C-D8F8D2E1C2D6> /Users/*/libfreetype.dylib
0x1054dc000 - 0x1054e403f libobjc-trampolines.dylib (940.4) <FB6F2685-3C65-37EC-8EE3-8ADBA6E1995F> /usr/lib/libobjc-trampolines.dylib
0x105510000 - 0x105607ff7 +libfontmanager.dylib (0) <ABF39F24-F2E4-3588-8DEF-0D9223637B23> /Users/*/libfontmanager.dylib
0x105eb0000 - 0x106b87fe3 +libjvm.dylib (0) <AA00BB6C-F2BF-3FD5-86BC-9950A75457A6> /Users/*/libjvm.dylib
0x156588000 - 0x15658fffb +libosxui.dylib (0) <B9333824-B6E8-3E03-B320-DA4EA86635D1> /Users/*/libosxui.dylib
0x157000000 - 0x157694a7f com.apple.AGXMetalG13X (325.34.1 - 325.34.1) <F45434EF-E08A-3963-BAE1-66E4AF56A757> /System/Library/Extensions/AGXMetalG13X.bundle/Contents/MacOS/AGXMetalG13X
0x19a4a4000 - 0x19a4f7833 libobjc.A.dylib (940.4) <3262CD12-9CC3-3417-895F-E859872C3848> /usr/lib/libobjc.A.dylib
0x19a4f8000 - 0x19a592b03 dyld (1.0.0 - 1284.13) <46D42BFA-B2B0-3CE5-A3D9-6BA9FF4607AA> /usr/lib/dyld
0x19a593000 - 0x19a596168 libsystem_blocks.dylib (96) <AC7AF500-F60C-3198-8A67-AAD1F450E7ED> /usr/lib/system/libsystem_blocks.dylib
0x19a597000 - 0x19a5e18ff libxpc.dylib (2894.101.1) <C211DDEA-E3C5-351D-8619-900C01BEDFC9> /usr/lib/system/libxpc.dylib
0x19a5e2000 - 0x19a5fd7ff libsystem_trace.dylib (1643.100.44) <9BD46DFC-8183-306F-9521-25F7808711AC> /usr/lib/system/libsystem_trace.dylib
0x19a5fe000 - 0x19a69c22f libcorecrypto.dylib (1736.100.95) <77E5205F-75D8-3B92-A647-A22C0BC6B696> /usr/lib/system/libcorecrypto.dylib
0x19a69d000 - 0x19a6e3f2f libsystem_malloc.dylib (715.100.22) <9E4556E4-8822-3111-A801-02066E2FDEBC> /usr/lib/system/libsystem_malloc.dylib
0x19a6e4000 - 0x19a72a71f libdispatch.dylib (1521.100.8) <3329EB0A-E722-3DB0-A627-E27297282A0F> /usr/lib/system/libdispatch.dylib
0x19a72b000 - 0x19a72dd1b libsystem_featureflags.dylib (97) <60AEC674-B6FA-304A-89E4-7A8FB5AB799F> /usr/lib/system/libsystem_featureflags.dylib
0x19a72e000 - 0x19a7af46f libsystem_c.dylib (1698.100.8) <20EBE22E-66E2-3556-B70B-54A04E8363A8> /usr/lib/system/libsystem_c.dylib
0x19a7b0000 - 0x19a83cff7 libc++.1.dylib (1900.178) <53484980-83FC-35E9-8786-E6CF5EBA9471> /usr/lib/libc++.1.dylib
0x19a83d000 - 0x19a85afff libc++abi.dylib (1900.178) <C9232B93-4200-3977-BC04-B8BBA9FAE866> /usr/lib/libc++abi.dylib
0x19a85b000 - 0x19a89630b libsystem_kernel.dylib (11417.101.15) <225CB279-20A9-381D-A163-D2BE263F5327> /usr/lib/system/libsystem_kernel.dylib
0x19a897000 - 0x19a8a3a47 libsystem_pthread.dylib (536) <8D27EC9A-D919-31A4-8DF8-31A2FD2E593C> /usr/lib/system/libsystem_pthread.dylib
0x19a8a4000 - 0x19a8d3b33 libdyld.dylib (1284.13) <4A425015-9D36-3F8F-9814-A6C2A42F1BFB> /usr/lib/system/libdyld.dylib
0x19a8d4000 - 0x19a8dbb4f libsystem_platform.dylib (349) <27ED40C8-6B18-3266-93A7-387FB33CA186> /usr/lib/system/libsystem_platform.dylib
0x19a8dc000 - 0x19a90b6e7 libsystem_info.dylib (595) <79BFD1B3-6A0E-36C4-A6D7-B339AD4DDCBF> /usr/lib/system/libsystem_info.dylib
0x19a90c000 - 0x19ae4afff com.apple.CoreFoundation (6.9 - 3423) <39E0F63A-3AB8-39E9-97F8-333CDE9A7BA4> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x19ae4b000 - 0x19b13cedf com.apple.LaunchServices (1141.1 - 1141.1) <93F3AC96-ABA4-38B3-8DDF-3DF600D8606B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x19b13d000 - 0x19b2c149f com.apple.gpusw.MetalTools (1.0 - 1) <F33F5BC7-F3F9-383B-AA7E-D0347F204287> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
0x19b2c2000 - 0x19b70d3f7 libBLAS.dylib (1513.100.9) <1F8BCAD5-769D-3589-8940-242611EA0F5A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x19b70e000 - 0x19b819a1f com.apple.Lexicon-framework (1.0 - 173.8) <1D87ACA5-293A-3745-9DBB-D6D341190BD2> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
0x19b81a000 - 0x19b879187 libSparse.dylib (127) <6C80A6DA-9E37-33B1-AF7B-19B75FA92B35> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
0x19b87a000 - 0x19b90d887 com.apple.SystemConfiguration (1.21 - 1.21) <455660A4-CC4B-31F3-A2CC-FB56DDEC88B7> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x19b90e000 - 0x19b942bb7 libCRFSuite.dylib (55) <B7C0C093-8536-3AE0-BF7F-EB98F1401B73> /usr/lib/libCRFSuite.dylib
0x19b943000 - 0x19bc15ddf libmecabra.dylib (1093.311) <0B74366C-1266-3E60-85EB-462ADCE3CDD6> /usr/lib/libmecabra.dylib
0x19bc16000 - 0x19ca1523f com.apple.Foundation (6.9 - 3423) <5AB66E9B-19C0-3FE8-9793-D5156D1C7050> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x19ca16000 - 0x19cbd017f com.apple.LanguageModeling (1.0 - 425.1) <7677D57F-9C76-3603-9914-71D226EB437D> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x19cbd1000 - 0x19ccf171f com.apple.CoreDisplay (288 - 288) <1026AB94-57BB-3CCA-9DBA-C99BDF49B9C2> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
0x19ccf2000 - 0x19d0a923f com.apple.audio.AudioToolboxCore (1.0 - 1456.533) <15807872-3EC7-35C4-91A8-2BD2EE0A5AAB> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/Versions/A/AudioToolboxCore
0x19d0aa000 - 0x19d2c847f com.apple.CoreText (844.4.0.17 - 844.4.0.17) <238D82F5-B229-37E2-BC92-C9394A869E84> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x19d2c9000 - 0x19d9fb6df com.apple.audio.CoreAudio (5.0 - 5.0) <A47EA73E-663A-33C3-BE9B-4F2B1E1AC726> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x19d9fc000 - 0x19de041bf com.apple.security (7.0 - 61439.101.1) <B762998E-2719-3568-8DB4-97402C608D28> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x19de05000 - 0x19e0d0bdb libicucore.A.dylib (76104.3) <496A2D21-3856-306A-8896-FA3FA8A09E21> /usr/lib/libicucore.A.dylib
0x19e0d1000 - 0x19e0db387 libsystem_darwin.dylib (1698.100.8) <126D0342-CF6C-344C-977A-0A55B8E10B75> /usr/lib/system/libsystem_darwin.dylib
0x19e0dc000 - 0x19e3cecbf com.apple.CoreServices.CarbonCore (1333 - 1333) <FB115C6D-9649-3D61-AE71-C7548B808951> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x19e3cf000 - 0x19e40de8f com.apple.CoreServicesInternal (505 - 505) <CF0DC5D0-A358-3C16-81C0-4D75401AF16E> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x19e40e000 - 0x19e44e4df com.apple.CSStore (1141.1 - 1141.1) <A7C6CE06-15E7-3BF6-9107-7B086008F552> /System/Library/PrivateFrameworks/CoreServicesStore.framework/Versions/A/CoreServicesStore
0x19e44f000 - 0x19e53131f com.apple.framework.IOKit (2.0.2 - 100150.100.19) <AD7EC8BC-9612-3A26-9967-5B81F1EEA596> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x19e532000 - 0x19e543feb libsystem_notify.dylib (342) <C7297836-0E3D-38A9-9239-36243674C409> /usr/lib/system/libsystem_notify.dylib
0x19e544000 - 0x19e59e9bf libsandbox.1.dylib (2401.101.1) <3DC8CF25-0A80-31D4-8F5F-F1F600AB983D> /usr/lib/libsandbox.1.dylib
0x19e59f000 - 0x19fa2c1df com.apple.AppKit (6.9 - 2575.50.26) <B23E520E-5F94-3F80-89F4-43104E06228D> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x19fa2d000 - 0x19fbde59f com.apple.UIFoundation (1.0 - 970.5) <B58C5D0B-E098-3C9C-91C7-AF5C8E906AD0> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
0x19fbdf000 - 0x19fbf4cff com.apple.UniformTypeIdentifiers (709 - 709) <911B9D62-9E1F-3B12-B9F3-4EB11E5ACC80> /System/Library/Frameworks/UniformTypeIdentifiers.framework/Versions/A/UniformTypeIdentifiers
0x19fbf5000 - 0x19fe0483f com.apple.desktopservices (15.4 - 1732.4.6) <718CD99B-55B4-333D-A068-5BE6F52955B0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x19fe60000 - 0x1a009529f com.apple.CoreDuet (1.0 - 1) <4EEF7EE6-2524-3AD6-87BD-7E6CE0891A1B> /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet
0x1a0096000 - 0x1a0165f5f libboringssl.dylib (486.100.28) <D9D26751-AE96-3A27-8B9D-A3F4A5682366> /usr/lib/libboringssl.dylib
0x1a0166000 - 0x1a01663cf libnetwork.dylib (4277.101.3) <104BE558-983C-3775-BCE6-CF509C3CC786> /usr/lib/libnetwork.dylib
0x1a0167000 - 0x1a0530e9f com.apple.CFNetwork (1.0 - 3826.500.111.1.1) <AAE99588-A593-30B8-926A-5063A4845E92> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x1a0531000 - 0x1a054be8f libsystem_networkextension.dylib (2063.101.3) <66000862-B9D9-3940-8AB3-0FDB8F568572> /usr/lib/system/libsystem_networkextension.dylib
0x1a054c000 - 0x1a054d067 libenergytrace.dylib (23) <03C00A01-6499-3705-A1B1-D65A9CDE947A> /usr/lib/libenergytrace.dylib
0x1a054e000 - 0x1a05c719f libMobileGestalt.dylib (1414.101.1) <8F9F1B89-25E3-332F-A704-88759E707548> /usr/lib/libMobileGestalt.dylib
0x1a05c8000 - 0x1a05dffdb libsystem_asl.dylib (402) <9BAEFFB7-48AF-322A-9115-182C60AEBADD> /usr/lib/system/libsystem_asl.dylib
0x1a05e0000 - 0x1a0601f73 com.apple.TCC (1.0 - 1) <31BE0BD9-54A7-3500-9FE2-21355A26A2C7> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x1a0602000 - 0x1a0b26f7f com.apple.SkyLight (1.600.0 - 890.9.1) <AD34BB7B-8573-3892-8CA9-78CBB7477CE0> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
0x1a0b27000 - 0x1a125733f com.apple.CoreGraphics (2.0 - 1889.4.8) <C3E37430-E03E-3D59-A056-C40A7009F166> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x1a1258000 - 0x1a140dd97 com.apple.ColorSync (4.13.0 - 3777.4.1) <A9009A0E-99C7-3816-B24F-D038BE197F0E> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x1a140e000 - 0x1a147a37f com.apple.HIServices (1.22 - 807.2) <FCB9EA71-5118-331B-9070-BA311437EAFB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x1a1579000 - 0x1a178ca9f com.apple.Montreal (1.0 - 178) <182A37B1-FBE0-30F1-89B3-25216C2AB9D1> /System/Library/PrivateFrameworks/Montreal.framework/Versions/A/Montreal
0x1a178d000 - 0x1a1886dbf com.apple.NLP (1.0 - 233) <80A452D7-FC47-3BDA-9BF0-420B91D6DFD6> /System/Library/PrivateFrameworks/NLP.framework/Versions/A/NLP
0x1a1887000 - 0x1a1ce197f com.apple.CoreData (120 - 1447) <A9B34278-BE21-3690-8E89-35610A2D420F> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x1a1ce2000 - 0x1a1cfc0ff com.apple.ProtocolBuffer (1 - 303.24.9.12.1) <EFF4F596-DF8B-3DAD-B3F6-8045019A3D6C> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
0x1a1cfd000 - 0x1a1eb1ccf libsqlite3.dylib (360.1) <E1275AB1-6A56-320F-9DEC-339CB0C1D676> /usr/lib/libsqlite3.dylib
0x1a1eb2000 - 0x1a1f3669f com.apple.Accounts (113 - 113) <3B502966-35AB-3E59-8D2B-0C4B1A14C6F8> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
0x1a1f37000 - 0x1a1f4d0ff com.apple.commonutilities (8.0 - 900) <9DE41CB4-1638-3661-B2BE-F3EEA1D4B39D> /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUtilities
0x1a1f4e000 - 0x1a2032a7f com.apple.BaseBoard (694.5.5 - 694.5.5) <32035E62-C3B3-3A16-A163-D4DF3B46947A> /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard
0x1a2033000 - 0x1a209b1ff com.apple.RunningBoardServices (1.0 - 961.100.17) <6A3C0B76-D182-3E08-9211-586B3D78F4C1> /System/Library/PrivateFrameworks/RunningBoardServices.framework/Versions/A/RunningBoardServices
0x1a209c000 - 0x1a210f787 com.apple.AE (944 - 944) <AF465D64-F47F-3E27-BDFC-622FC7D39FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x1a2110000 - 0x1a212023f libdns_services.dylib (2600.100.147) <997BE928-281D-39B2-BC77-71BF37A2CAF7> /usr/lib/libdns_services.dylib
0x1a2121000 - 0x1a21293a7 libsystem_symptoms.dylib (2022.100.26) <8BED9E04-42CD-32F0-A90C-ED59E8FD2888> /usr/lib/system/libsystem_symptoms.dylib
0x1a212a000 - 0x1a31c199f com.apple.Network (1.0 - 4277.101.3) <1FF64C29-AB32-390D-8126-A369FC5B336F> /System/Library/Frameworks/Network.framework/Versions/A/Network
0x1a31c2000 - 0x1a31f201f com.apple.analyticsd (1.0 - 1) <52F6EB50-7F42-3BAE-A539-114201D45035> /System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics
0x1a31f3000 - 0x1a31f48d3 libDiagnosticMessagesClient.dylib (113) <C9B973A4-2BF1-3611-9EBE-A99DB9B7ED40> /usr/lib/libDiagnosticMessagesClient.dylib
0x1a31f5000 - 0x1a3255a9f com.apple.spotlight.metadata.utilities (1.0 - 2333.22.13.7) <A92F910C-359D-3CE8-92CD-CF2B8E62FF78> /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities
0x1a3256000 - 0x1a32e013f com.apple.Metadata (15.4 - 2333.22.13.7) <5BB3ABA7-BB4C-3DA7-A3FB-DF90D54AE6C7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x1a32e1000 - 0x1a32e995b com.apple.DiskArbitration (2.7 - 2.7) <3DEF7AF6-B023-3BAB-9D5C-D0267DC469CD> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x1a32ea000 - 0x1a36f9613 com.apple.vImage (8.1 - 611.100.8) <E0D0CA6B-F71F-3523-96AD-FCE3655926D8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x1a36fa000 - 0x1a3ace95f com.apple.QuartzCore (1.11 - 1156.14) <563D1292-1917-39B3-8720-530AA516BC96> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x1a3acf000 - 0x1a3b20adf libFontRegistry.dylib (391) <9E8F1FFA-8282-3759-B381-6FEC50C9AE2B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x1a3b21000 - 0x1a3c79c3f com.apple.coreui (2.1 - 918.3) <3D3EFA87-BDD0-370D-8350-BD80BAD50628> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x1a3c7a000 - 0x1a3da9c5f com.apple.ViewBridge (769.1 - 769.1) <B7F99B43-DE6A-3A12-AA44-045CFF5ED789> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
0x1a3daa000 - 0x1a3db3d3f com.apple.PerformanceAnalysis (1.385.13 - 385.13) <BB502995-D113-30C0-8291-094E9225BB48> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x1a3db4000 - 0x1a3dc1a7f com.apple.OpenDirectory (15.4 - 643) <F558ECB9-A61E-3D63-811C-3C768A49A66A> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x1a3dc2000 - 0x1a3de0053 com.apple.CFOpenDirectory (15.4 - 643) <5A8DBEA8-DB4D-3CDE-9654-363318F55E71> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x1a3de1000 - 0x1a3dee83b com.apple.CoreServices.FSEvents (1400.100.1 - 1400.100.1) <F45143B4-8CC0-3F98-92A4-CED009C21E66> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
0x1a3def000 - 0x1a3e1883f com.apple.coreservices.SharedFileList (225 - 225) <60C98700-FAB7-30C9-BFB7-C8D4146BFE84> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
0x1a3e19000 - 0x1a3e1c0af libapp_launch_measurement.dylib (17) <DBE66009-B547-3EF9-8509-38DC2E96000F> /usr/lib/libapp_launch_measurement.dylib
0x1a3e1d000 - 0x1a3e6655f com.apple.CoreAutoLayout (1.0 - 33) <AB16E69C-4D98-354D-8EFF-CEC39258806F> /System/Library/PrivateFrameworks/CoreAutoLayout.framework/Versions/A/CoreAutoLayout
0x1a3e67000 - 0x1a3f50a8b libxml2.2.dylib (38.9) <6CD4A0B7-522E-3BF8-BEB2-3DFEC864EC10> /usr/lib/libxml2.2.dylib
0x1a3f51000 - 0x1a3fb1ddf com.apple.CoreVideo (1.8 - 682.6) <8912F801-7326-344E-A079-B05C0FD5D007> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x1a3fb2000 - 0x1a3fb4e7f com.apple.loginsupport (3.0 - 259.5.1) <11521B87-71EA-39A7-92CC-A577D85EDBA5> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0x1a3fb5000 - 0x1a3ff0eff com.apple.aps.framework (4.0 - 4.0) <66038D7B-96AA-3DBE-B544-0D4D1A0A5907> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
0x1a3ff1000 - 0x1a401b57f com.apple.UserManagement (1.0 - 1) <E14E30AE-D828-3B9C-931C-977B2A34877B> /System/Library/PrivateFrameworks/UserManagement.framework/Versions/A/UserManagement
0x1a401c000 - 0x1a43d473f com.apple.cloudkit.CloudKit (2250.36.1 - 2250.36.1) <D6BA4628-CF70-3886-954B-DE9053048E71> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
0x1a43d5000 - 0x1a44b427f com.apple.CloudDocs (1.0 - 3437.101.1) <6957CC2A-E6C5-34C4-A2F3-0BB361B37C4C> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs
0x1a44b5000 - 0x1a4c6823f com.apple.CoreML (1.0 - 3404.24.1) <46DF242B-943A-368D-89A9-906EEB5F5687> /System/Library/Frameworks/CoreML.framework/Versions/A/CoreML
0x1a4c69000 - 0x1a5808bdf libwebrtc.dylib (621.1.15.11.10) <F86174AA-F4DF-3C51-9BED-203B4023FFE3> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/Frameworks/libwebrtc.dylib
0x1a5809000 - 0x1a595721f com.apple.corelocation (2960.0.57 - 2960.0.57) <3061D96E-C0D7-3DB9-8B8C-43D83114F452> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
0x1a5958000 - 0x1a598838f libsystem_containermanager.dylib (689.100.6) <C9C367BC-7754-3445-BB2C-797F4E7BE132> /usr/lib/system/libsystem_containermanager.dylib
0x1a5989000 - 0x1a59a1edf com.apple.IOSurface (372.5.2 - 372.5.2) <6C3DA69E-3122-3BCF-8C7E-B9E375A65E8A> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x1a59a2000 - 0x1a59abe9f com.apple.IOAccelerator (485 - 485) <3E9CF738-D2F3-33B2-A539-13CC1D5B7693> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
0x1a59ac000 - 0x1a5c1e7ff com.apple.Metal (368.11.4 - 368.11.4) <DDF84225-5082-35A5-B195-7CE4910F52E5> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
0x1a5c1f000 - 0x1a5c46ddf com.apple.audio.caulk (1.0 - 181.503) <A551FCD9-ADF0-3EAA-B0F4-3513AE4D822B> /System/Library/PrivateFrameworks/caulk.framework/Versions/A/caulk
0x1a5c47000 - 0x1a5da16df com.apple.CoreMedia (1.0 - 3210.19.1.5.2) <932DB413-083A-3A38-B49D-3E5CD9E5A08F> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x1a5da2000 - 0x1a6073f5f libFontParser.dylib (423.4.0.2) <DC9F8905-2D33-3EB4-8897-0A3DD8968CCD> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x1a6074000 - 0x1a637afdf com.apple.HIToolbox (2.1.1 - 1220.2) <6CC82A38-F1B5-3F2B-876B-9B3D7B278490> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x1a637b000 - 0x1a638f4bf com.apple.framework.DFRFoundation (1.0 - 287) <36F7F2C0-486A-3979-A0DB-6D6AD75F152C> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
0x1a6390000 - 0x1a639535f com.apple.dt.XCTTargetBootstrap (15.4 - 23790) <6B0DD2E9-E246-39B6-BECD-8EE3EFB8040B> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap
0x1a6396000 - 0x1a63d06ff com.apple.CoreSVG (1.0 - 341) <DC242AF4-3793-3B27-AB96-0EA0EE98CFF9> /System/Library/PrivateFrameworks/CoreSVG.framework/Versions/A/CoreSVG
0x1a63d1000 - 0x1a674f77f com.apple.ImageIO (3.3.0 - 2661.4.9) <55325E86-D64D-30B6-86F7-B5AB96F6C65B> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x1a6750000 - 0x1a6b0a67f com.apple.CoreImage (19.0.0 - 1510.100.3) <5EED5DC3-A0C7-355C-B789-F17F999D1688> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x1a6b0b000 - 0x1a6bbad7f com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <07E95887-F2D0-30A7-8E7B-6DB270974214> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSCore.framework/Versions/A/MPSCore
0x1a6bbb000 - 0x1a6bbf5df libsystem_configuration.dylib (1351.101.1) <E80F1CAF-2648-3FF3-BDBB-CCCEBAED2199> /usr/lib/system/libsystem_configuration.dylib
0x1a6bc0000 - 0x1a6bc647f libsystem_sandbox.dylib (2401.101.1) <C719032B-72A5-386F-A970-7D706F39E633> /usr/lib/system/libsystem_sandbox.dylib
0x1a6bc7000 - 0x1a6bc817f com.apple.AggregateDictionary (1.0 - 1) <5F62D5B1-41F7-3F77-851B-73327F8F5F55> /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary
0x1a6bc9000 - 0x1a6bcd59b com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <A35C98BF-01A8-356F-84AF-438B567DD6A5> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x1a6bce000 - 0x1a6bcf44f liblangid.dylib (140) <2384EE53-2D31-37B7-B346-E41A570E25CF> /usr/lib/liblangid.dylib
0x1a6bd0000 - 0x1a6ceceff com.apple.CoreNLP (1.0 - 313) <C709B042-7FC6-3543-9801-DB97149A71FB> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
0x1a6ced000 - 0x1a6cf355f com.apple.LinguisticData (1.0 - 483.10) <C49467B4-3AB9-36CC-8038-2E57CE0F5508> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
0x1a6cf4000 - 0x1a77a0b67 libBNNS.dylib (1497.100.141) <A1EEA1FE-1693-35BC-89D6-0EE849B9C68F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
0x1a77a1000 - 0x1a7892cff libvDSP.dylib (1068.100.12) <866AF906-6DCC-3E80-80EA-BD5CDD562158> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x1a7893000 - 0x1a78c559f com.apple.CoreEmoji (1.0 - 239.218) <F785C983-CC20-3D68-AE2A-A538FF3CF364> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
0x1a78c6000 - 0x1a78d67e7 com.apple.IOMobileFramebuffer (343.0.0 - 343.0.0) <20755C7E-336A-3D74-96B0-4BCAA95C7CFB> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/Versions/A/IOMobileFramebuffer
0x1a78d7000 - 0x1a7956a9f com.apple.framework.CoreWLAN (16.0 - 1657) <895B00C0-72A9-358A-AD32-6CA71AD28504> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x1a7957000 - 0x1a7acb1df com.apple.CoreUtils (7.7 - 770.26) <AE3F561F-B576-3365-BBE4-63160741009A> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
0x1a7acc000 - 0x1a7ae8ddf com.apple.MobileKeyBag (2.0 - 1.0) <4AF2A2B4-9346-3043-8DF6-F9759D98FD86> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
0x1a7ae9000 - 0x1a7af715f com.apple.AssertionServices (1.0 - 961.100.17) <C2B99FCA-5C2C-376D-AEC7-6F85A3F6AD3E> /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices
0x1a7af8000 - 0x1a7b869df com.apple.securityfoundation (6.0 - 55290) <FFE5D70E-5BB4-31E9-9D2D-7BFDD7E41AF3> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x1a7b87000 - 0x1a7bb5c7f com.apple.coreservices.BackgroundTaskManagement (1.0 - 104) <9EC53D34-7098-3523-B816-102B6CAAE74D> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
0x1a7bb6000 - 0x1a7bc077f com.apple.xpc.ServiceManagement (1.0 - 1) <8D1FA192-8AE0-37C3-A88E-2CE6A9075D9E> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x1a7bc1000 - 0x1a7bc3fe3 libquarantine.dylib (181.100.13) <BDFA4A83-BBE1-31F1-A27D-C433CF12BE54> /usr/lib/system/libquarantine.dylib
0x1a7bc4000 - 0x1a7bcf32f libCheckFix.dylib (33) <18F1D376-7E8A-3996-8556-54CA3183550D> /usr/lib/libCheckFix.dylib
0x1a7bd0000 - 0x1a7be740f libcoretls.dylib (186) <A18907DD-0734-3978-962F-63E80353B232> /usr/lib/libcoretls.dylib
0x1a7be8000 - 0x1a7bf926b libbsm.0.dylib (89) <14B71660-1DAB-3F80-A089-60A75B931675> /usr/lib/libbsm.0.dylib
0x1a7bfa000 - 0x1a7c5965b libmecab.dylib (1093.311) <19BD4C82-0022-361F-922A-62C712B9F4C9> /usr/lib/libmecab.dylib
0x1a7c5a000 - 0x1a7c5c44b libgermantok.dylib (31) <2ADA7698-C1A8-3F37-9601-F5A7B3935E0D> /usr/lib/libgermantok.dylib
0x1a7c5d000 - 0x1a7c71a5f libLinearAlgebra.dylib (1513.100.9) <1860AE40-083E-3E8B-BE66-7E1299B91C28> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x1a7c72000 - 0x1a7ebd19f com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <233BF982-AE0B-3795-93A2-E5B0A47580FF> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
0x1a7ebe000 - 0x1a7f1277f com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) <E0A95695-D39C-36EF-A552-EBC433073B2D> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector
0x1a7f13000 - 0x1a80a813f com.apple.MLCompute (1.0 - 1) <E8B0BD9F-2FAA-3FA7-B988-EECCDA4C8521> /System/Library/Frameworks/MLCompute.framework/Versions/A/MLCompute
0x1a80a9000 - 0x1a80da1ff com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <D8F55FFA-2567-3C41-B80F-B030F6D9A906> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
0x1a80db000 - 0x1a8221c3f com.apple.MetalPerformanceShaders.MPSNDArray (1.0 - 1) <7EA90D79-FCDB-3294-A106-85C612BB5678> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSNDArray.framework/Versions/A/MPSNDArray
0x1a8222000 - 0x1a82b60bf com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <379E9BE7-6A11-3CD8-8848-EDB425FE9AE8> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSImage.framework/Versions/A/MPSImage
0x1a82b7000 - 0x1a82c216b com.apple.AppleFSCompression (170 - 1.0) <068CEF85-1251-3370-9522-F87B44DB7FE8> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x1a82c3000 - 0x1a82cf56b libbz2.1.0.dylib (46) <50887831-C814-376C-9326-33AC80C3D153> /usr/lib/libbz2.1.0.dylib
0x1a82d0000 - 0x1a82d67a3 libsystem_coreservices.dylib (178) <5E6A695D-8EE0-34C4-97F4-8B5777CD8EE7> /usr/lib/system/libsystem_coreservices.dylib
0x1a82d7000 - 0x1a830929f com.apple.CoreServices.OSServices (1141.1 - 1141.1) <0ECF4DFB-07D3-3D54-A3F9-5C5F7C0E998D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x1a830a000 - 0x1a85ac8ff com.apple.AuthKit (1.0 - 1) <797A1646-3109-3ECE-83B7-273D4610CBD4> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
0x1a85ad000 - 0x1a85fa21f com.apple.UserNotifications (1.0 - 579.5.24) <AC19FBEC-30E6-3DFC-A26A-84A3824CC141> /System/Library/Frameworks/UserNotifications.framework/Versions/A/UserNotifications
0x1a85fb000 - 0x1a873d03f com.apple.CoreSpotlight (1.0 - 2333.22.13.7) <17EA1B88-EF9D-335C-8C38-CA6C87A94773> /System/Library/Frameworks/CoreSpotlight.framework/Versions/A/CoreSpotlight
0x1a873e000 - 0x1a874ce97 libz.1.dylib (98) <6F7D1E75-101B-3805-AE01-3299940E1D79> /usr/lib/libz.1.dylib
0x1a874d000 - 0x1a878a2b7 libsystem_m.dylib (3291.100.4) <24F92DD3-0CD3-3006-AA86-D14E43F01E6F> /usr/lib/system/libsystem_m.dylib
0x1a878b000 - 0x1a878bc9b libcharset.1.dylib (109.100.2) <99BE9839-F040-3771-9602-17C82C02CBF0> /usr/lib/libcharset.1.dylib
0x1a878c000 - 0x1a878f4e7 libmacho.dylib (1024.3) <80134BCC-A6DB-3DF6-BF11-03932442C73F> /usr/lib/system/libmacho.dylib
0x1a8790000 - 0x1a87a8dfb libkxld.dylib (11417.101.15) <6B38CAE0-5B15-3092-8C0C-0DC5B158FF4C> /usr/lib/system/libkxld.dylib
0x1a87a9000 - 0x1a87b65ef libcommonCrypto.dylib (600035) <D4377148-EA51-3F63-839B-D1B5DDA0173E> /usr/lib/system/libcommonCrypto.dylib
0x1a87b7000 - 0x1a87c0ad7 libunwind.dylib (1900.125) <44BBA430-6949-3963-9603-BEF7A7A24D1C> /usr/lib/system/libunwind.dylib
0x1a87c1000 - 0x1a87c8109 liboah.dylib (349) <E23AF5F8-32B3-3D19-AF23-028DD1AD90ED> /usr/lib/liboah.dylib
0x1a87c9000 - 0x1a87d35bf libcopyfile.dylib (217) <B09264BA-81A5-3D75-8346-4011FB91504A> /usr/lib/system/libcopyfile.dylib
0x1a87d4000 - 0x1a87d798f libcompiler_rt.dylib (103.3) <C793D908-AEE0-3EB7-A227-0AAAD07C653F> /usr/lib/system/libcompiler_rt.dylib
0x1a87d8000 - 0x1a87dca1b libsystem_collections.dylib (1698.100.8) <0B00D666-9586-32FD-9BFD-D00859C99922> /usr/lib/system/libsystem_collections.dylib
0x1a87dd000 - 0x1a87e02c7 libsystem_secinit.dylib (153.100.10) <05D6D44D-34A5-3D11-9437-F0C116E55DCD> /usr/lib/system/libsystem_secinit.dylib
0x1a87e1000 - 0x1a87e3b6f libremovefile.dylib (81) <B0D1E2D8-62D3-38A3-AFA9-E44B4BAFF856> /usr/lib/system/libremovefile.dylib
0x1a87e4000 - 0x1a87e4f27 libkeymgr.dylib (31) <1832D257-6413-3FFF-8AE6-298D839B1589> /usr/lib/system/libkeymgr.dylib
0x1a87e5000 - 0x1a87edd4f libsystem_dnssd.dylib (2600.100.147) <33FC01EB-30C6-3138-BE9B-8F48E678C90D> /usr/lib/system/libsystem_dnssd.dylib
0x1a87ee000 - 0x1a87f30b3 libcache.dylib (95) <A9B6908F-C7A7-3FF7-BF5F-04E4958767B6> /usr/lib/system/libcache.dylib
0x1a87f4000 - 0x1a87f5ca3 libSystem.B.dylib (1351) <DD8E35E8-1C94-3CB6-846E-0D1F2F5BC602> /usr/lib/libSystem.B.dylib
0x1a87f6000 - 0x1a87f803f libfakelink.dylib (5) <4A15FB8B-3B66-3F07-A937-1246F1D7F266> /usr/lib/libfakelink.dylib
0x1a87f9000 - 0x1a87f9a63 com.apple.SoftLinking (1.0 - 65) <2437E097-BD18-3E46-BF1E-7231FDD1AA93> /System/Library/PrivateFrameworks/SoftLinking.framework/Versions/A/SoftLinking
0x1a8830000 - 0x1a88371eb libiconv.2.dylib (109.100.2) <034266BB-81D4-3596-93D7-DF952A483317> /usr/lib/libiconv.2.dylib
0x1a8838000 - 0x1a884a587 libcmph.dylib (9) <74638FD8-6680-334D-822B-5836F524F019> /usr/lib/libcmph.dylib
0x1a884b000 - 0x1a89421d3 libarchive.2.dylib (147) <DEBC2743-D0B0-358B-A44B-72034D1ABEB6> /usr/lib/libarchive.2.dylib
0x1a8943000 - 0x1a89aa57f com.apple.SearchKit (1.4.2 - 1.4.2) <6F966E90-75CB-3E65-B22F-877EFBE27DCA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x1a89ab000 - 0x1a89b2ff7 libThaiTokenizer.dylib (28) <B48E52C5-E244-3675-9D2C-8232225B515D> /usr/lib/libThaiTokenizer.dylib
0x1a89b3000 - 0x1a89d7187 com.apple.applesauce (1.0 - 16.62) <085CF9E6-31FD-3AF9-A230-2BB8F9B9F222> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
0x1a89d8000 - 0x1a89f19ff libapple_nghttp2.dylib (29) <FE7F59CE-49CB-3358-A86A-ECE04B1BB786> /usr/lib/libapple_nghttp2.dylib
0x1a89f2000 - 0x1a8a046b3 libSparseBLAS.dylib (1513.100.9) <27F0A983-7205-3699-AECA-520D46A6453B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
0x1a8a05000 - 0x1a8a0659f com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <250EDEBF-7DF6-304E-90D2-A9C49CFAA174> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
0x1a8a07000 - 0x1a8a0cf7f libpam.2.dylib (34) <A285234D-FF20-3CD2-AAC8-3AC319C51478> /usr/lib/libpam.2.dylib
0x1a8a0d000 - 0x1a8add84f libcompression.dylib (181.100.1) <303CD76A-B6B5-3643-AFFB-DE6651FF8266> /usr/lib/libcompression.dylib
0x1a8ade000 - 0x1a8ae21e7 libQuadrature.dylib (8) <1FDD3057-00B4-3B89-9684-35F1B4BB382F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
0x1a8ae3000 - 0x1a9d0c48f libLAPACK.dylib (1513.100.9) <9B265EAB-8C89-358F-A26E-2558C2B1C232> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x1a9d0d000 - 0x1a9d6307f com.apple.DictionaryServices (1.2 - 368.203) <398A7150-56B8-3E44-9C2F-66EF226F2DDB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x1a9d64000 - 0x1a9d828bf liblzma.5.dylib (20) <B2C66F0C-C412-3A99-AEBD-BC71B1DA20E7> /usr/lib/liblzma.5.dylib
0x1a9d83000 - 0x1a9d84867 libcoretls_cfhelpers.dylib (186) <3367EB64-99E0-3D60-BDEF-E578944213A3> /usr/lib/libcoretls_cfhelpers.dylib
0x1a9d85000 - 0x1a9df642f com.apple.APFS (2332.101.1 - 2332.101.1) <11152D8E-297B-34BC-A6C5-0417EBF5A976> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
0x1a9df7000 - 0x1a9e0568b libxar.1.dylib (501) <4CD8CE3F-1564-3A16-A8E6-FA1975C3CB92> /usr/lib/libxar.1.dylib
0x1a9e06000 - 0x1a9e097fb libutil.dylib (72) <3B61BB27-85A4-3230-9E8D-40A8E7D0EDC3> /usr/lib/libutil.dylib
0x1a9e0a000 - 0x1a9e3546f libxslt.1.dylib (21.5) <867C3A27-327C-3B16-8550-F04D6FE1F723> /usr/lib/libxslt.1.dylib
0x1a9e36000 - 0x1a9e3d077 libChineseTokenizer.dylib (44) <2981EFBD-B067-3FFC-9DDC-6887F1C66C12> /usr/lib/libChineseTokenizer.dylib
0x1a9e3e000 - 0x1a9eb77c7 libvMisc.dylib (1068.100.12) <2D224E99-EE2E-3807-AD5E-7CC314982E1C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x1a9eb8000 - 0x1a9f483bf libate.dylib (3.0.9) <02B6335F-1FD7-3E9B-9E5F-2F4244445BD0> /usr/lib/libate.dylib
0x1a9f49000 - 0x1a9f519eb libIOReport.dylib (107) <3A901017-64DE-378B-B184-1206D396679B> /usr/lib/libIOReport.dylib
0x1a9f52000 - 0x1a9f6591f com.apple.CrashReporterSupport (10.13 - 15131) <9EAC7CF0-328E-3CE3-A713-970832581040> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x1a9f66000 - 0x1a9f85e9f com.apple.AppSSOCore (1.0 - 1) <2E3F12B3-BE8B-3F90-A773-8402598CFAF4> /System/Library/PrivateFrameworks/AppSSOCore.framework/Versions/A/AppSSOCore
0x1a9f86000 - 0x1aa081c3f com.apple.CVNLP (1.0 - 119) <484FEED6-92AC-3042-944C-EAE5C830E6B3> /System/Library/PrivateFrameworks/CVNLP.framework/Versions/A/CVNLP
0x1aa082000 - 0x1aa0a5bdf com.apple.SharedWebCredentials (1001 - 1021.2) <D4E926B0-20B8-3698-858A-E9E7C2907EFD> /System/Library/PrivateFrameworks/SharedWebCredentials.framework/Versions/A/SharedWebCredentials
0x1aa0a6000 - 0x1aa0e74bf com.apple.pluginkit.framework (1.0 - 1) <A7E976C4-ABAA-3F10-9022-C5105C3550F0> /System/Library/PrivateFrameworks/PlugInKit.framework/Versions/A/PlugInKit
0x1aa0e8000 - 0x1aa0ef61b libMatch.1.dylib (48) <32B975BE-39B9-3FF5-BDE1-B7DE77D4AFF7> /usr/lib/libMatch.1.dylib
0x1aa0f0000 - 0x1aa15d947 libCoreStorage.dylib (566) <446191BC-BC93-3FF1-A3A0-AB3A8E5A1F39> /usr/lib/libCoreStorage.dylib
0x1aa15e000 - 0x1aa1a6ef7 com.apple.AppleVAFramework (6.2.10 - 6.2.10) <FD8F9862-C564-3074-AA2A-E1E9B21D4321> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x1aa1a7000 - 0x1aa1c0ebf libexpat.1.dylib (38) <55C4B8CD-96B3-3579-B13F-6001BF9458CD> /usr/lib/libexpat.1.dylib
0x1aa1c1000 - 0x1aa1cabab libheimdal-asn1.dylib (693.100.10) <DE84C1B9-711F-3346-BE9E-4B99BCD45CB0> /usr/lib/libheimdal-asn1.dylib
0x1aa1cb000 - 0x1aa21747f com.apple.IconFoundation (493 - 493) <77625A9D-9859-3C8E-899D-A3C6992A6A90> /System/Library/PrivateFrameworks/IconFoundation.framework/Versions/A/IconFoundation
0x1aa218000 - 0x1aa2aa85f com.apple.IconServices (493 - 493) <BCAE0A81-641C-395D-8A35-A218BC3328B3> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x1aa2ab000 - 0x1aa35167f com.apple.MediaExperience (1.0 - 1) <EC47B2D8-DB7D-33E8-A9D0-B419D71420AF> /System/Library/PrivateFrameworks/MediaExperience.framework/Versions/A/MediaExperience
0x1aa352000 - 0x1aa37d4bf com.apple.persistentconnection (1.0 - 1.0) <8F3E22E9-9C6E-3B76-BD1F-41A6F482EAAE> /System/Library/PrivateFrameworks/PersistentConnection.framework/Versions/A/PersistentConnection
0x1aa37e000 - 0x1aa389eff com.apple.GraphVisualizer (1.0 - 120.1) <FFD4336F-DB14-373C-9128-3828BF195DEA> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
0x1aa38a000 - 0x1aa3ca79f com.apple.OTSVG (1.0 - 844.4.0.17) <7E0F73C9-E0C9-3EA0-8CC0-3EA18F20ACD2> /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG
0x1aa3cb000 - 0x1aa3d4a9f com.apple.xpc.AppServerSupport (1.0 - 2894.101.1) <A9D81D27-5D5E-3D6F-BC5F-7D52119E102F> /System/Library/PrivateFrameworks/AppServerSupport.framework/Versions/A/AppServerSupport
0x1aa3d5000 - 0x1aa3db67f libspindump.dylib (383.5) <0EA5A330-E916-3124-885E-CACDC82C3076> /usr/lib/libspindump.dylib
0x1aa3dc000 - 0x1aa49cc3f com.apple.Heimdal (4.0 - 2.0) <B0E9B130-1585-3CDE-967D-C5CF49CE3921> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x1aa49d000 - 0x1aa4c03ff com.apple.login (3.0 - 3.0) <67A39FBA-82F7-3200-AFB6-23BBB5EC268E> /System/Library/PrivateFrameworks/login.framework/Versions/A/login
0x1aa4c1000 - 0x1aa5dedff com.apple.corebrightness (1.0 - 1) <40A8A0D0-CBF8-31DF-BB35-D6C961C815B9> /System/Library/PrivateFrameworks/CoreBrightness.framework/Versions/A/CoreBrightness
0x1aa68b000 - 0x1aa68c207 libodfde.dylib (26) <FFAB14D4-1494-3DE5-BAB2-3632F152A170> /usr/lib/libodfde.dylib
0x1aa68d000 - 0x1aa701597 com.apple.bom (14.0 - 265) <CC97757B-B663-3685-8A8B-5BD22D5F7530> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
0x1aa702000 - 0x1aa74736f com.apple.AppleJPEG (1.0 - 1) <EFAB9AD7-57AB-3178-A47A-C854E88EF01D> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x1aa748000 - 0x1aa8382e3 libJP2.dylib (2661.4.9) <E697E6A9-77F3-3451-A83E-BDCA46B67EA5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x1aa839000 - 0x1aa83ad53 com.apple.WatchdogClient.framework (1.0 - 299.100.5) <B10AB75B-5858-356D-A9A7-5FE36C19382B> /System/Library/PrivateFrameworks/WatchdogClient.framework/Versions/A/WatchdogClient
0x1aa83b000 - 0x1aa88029f com.apple.MultitouchSupport.framework (8440.1 - 8440.1) <34BE12A5-0E61-3222-90DC-5293C61925C0> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x1aa881000 - 0x1aacf685f com.apple.VideoToolbox (1.0 - 3210.19.1.5.2) <84A56E0A-0944-3CDA-A993-4A04EA20B491> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x1aacf7000 - 0x1aad2c63f libAudioToolboxUtility.dylib (1456.533) <7063E9AC-889F-3F35-B091-AD3E3C98E420> /usr/lib/libAudioToolboxUtility.dylib
0x1aad2d000 - 0x1aad574c7 libPng.dylib (2661.4.9) <02A387E5-BBD2-3368-A510-89ECA51301F5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x1aad58000 - 0x1aadba083 libTIFF.dylib (2661.4.9) <D567151A-0556-3722-931E-514E51FDD2B9> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x1aadbb000 - 0x1aadda983 com.apple.IOPresentment (67 - 67) <54358923-CDC3-305B-9830-7F5DEEF7FF39> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
0x1aaddb000 - 0x1aaddf7e3 com.apple.GPUWrangler (8.1.10 - 8.1.10) <6CBC9E9E-8B70-3FBC-B9DE-B09D27984063> /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
0x1aade0000 - 0x1aade294b libRadiance.dylib (2661.4.9) <EF38E996-D50D-37FC-89F1-C8239D5DA6DE> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x1aade3000 - 0x1aade864b com.apple.DSExternalDisplay (3.1 - 380) <D4CE3D60-C91A-3887-8425-BEFE6E339B43> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
0x1aade9000 - 0x1aae13e87 libJPEG.dylib (2661.4.9) <ADA1C3C6-0E11-3979-B23D-D1D93EC98DE4> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x1aae14000 - 0x1aae416e7 com.apple.ATSUI (1.0 - 1) <8DF16C83-6274-336F-8085-A8142B8C2694> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATSUI.framework/Versions/A/ATSUI
0x1aae42000 - 0x1aae477a3 libGIF.dylib (2661.4.9) <F4044D95-F8CB-3284-AED4-D4D6F52D5D56> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x1aae48000 - 0x1aae56d1f com.apple.CMCaptureCore (1.0 - 587.101.4) <00858A60-534D-3B7B-8C73-FEDD96472381> /System/Library/PrivateFrameworks/CMCaptureCore.framework/Versions/A/CMCaptureCore
0x1aae57000 - 0x1aaecd5bf com.apple.print.framework.PrintCore (19 - 592.3) <1928CED7-5B58-35F3-B6FB-1D6232BC2748> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x1aaece000 - 0x1aaf6d0bf com.apple.TextureIO (3.10.11 - 3.10.11) <031EE259-541C-3C6E-9C95-73D4DF0B7B04> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
0x1aaf6e000 - 0x1ab275c3f com.apple.InternationalSupport (1.0 - 74) <E403B0C8-F8AF-3E81-B14A-7F90B831E766> /System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport
0x1ab276000 - 0x1ab2c461f com.apple.datadetectorscore (8.0 - 801.2) <BD272DEE-3996-3E4D-B775-580A7415FEDE> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x1ab2c5000 - 0x1ab332b9f com.apple.UserActivity (551 - 551) <2FABCC51-4CC6-3496-9EAB-5F20E8E8431B> /System/Library/PrivateFrameworks/UserActivity.framework/Versions/A/UserActivity
0x1ab333000 - 0x1abc6d25f com.apple.MediaToolbox (1.0 - 3210.19.1.5.2) <C5832BB5-93F3-3775-8F8F-CC67D8FC9A7F> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x1abc6e000 - 0x1abcde37b libusrtcp.dylib (4277.101.3) <59E0510B-6111-3581-9B72-085E3AC746D3> /usr/lib/libusrtcp.dylib
0x1abcdf000 - 0x1ac24dbbf libswiftCore.dylib (6.1 - 6.1.0.110.5) <C5CCFFBF-EFE8-36B9-9386-E0E840770A09> /usr/lib/swift/libswiftCore.dylib
0x1ac24e000 - 0x1ac2c7abf com.apple.imfoundation (10.0 - 1000) <BFAC6579-C472-3114-8394-33F3B455C6BB> /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundation
0x1ac2c8000 - 0x1ac301d9f com.apple.locationsupport (2960.0.57 - 2960.0.57) <9E2A3BCD-6FE5-364A-A32C-7E686FC8441C> /System/Library/PrivateFrameworks/LocationSupport.framework/Versions/A/LocationSupport
0x1ac302000 - 0x1ac348e3f libSessionUtility.dylib (321.518) <429E6643-4658-3838-8621-5D50FC7E33FE> /System/Library/PrivateFrameworks/AudioSession.framework/libSessionUtility.dylib
0x1ac349000 - 0x1ac4f31bf com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <39956B18-C3BA-376D-BC8E-4C71D90AFDBB> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x1ac4f4000 - 0x1ac550abf com.apple.audio.AudioSession (1.0 - 321.518) <8129AA31-A12D-3C33-8536-1F01D4B1961D> /System/Library/PrivateFrameworks/AudioSession.framework/Versions/A/AudioSession
0x1ac551000 - 0x1ac56989f libAudioStatistics.dylib (235.507) <55267D61-AD25-3907-85FA-49E3A348F2CB> /usr/lib/libAudioStatistics.dylib
0x1ac56a000 - 0x1ac59723f com.apple.speech.synthesis.framework (9.2.22 - 9.2.22) <9854B64C-665C-36FE-91CA-0891E5C24AFF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x1ac598000 - 0x1ac61587f com.apple.ApplicationServices.ATS (377 - 580.3.0.1) <A68D71A8-592C-3DE6-99FD-764024F360CC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x1ac616000 - 0x1ac632003 libresolv.9.dylib (91) <D14DA8B3-828A-3F72-9FFD-CA86C95A37C6> /usr/lib/libresolv.9.dylib
0x1ac633000 - 0x1ac6456a7 libsasl2.2.dylib (215) <DAC13425-231D-3E17-A02E-267D02C75EF0> /usr/lib/libsasl2.2.dylib
0x1ac646000 - 0x1ac6530df com.apple.multiverse (1.0 - 115) <20A4F6FF-BB0F-3F5D-8BEA-094EFF61DF61> /System/Library/PrivateFrameworks/MultiverseSupport.framework/Versions/A/MultiverseSupport
0x1ac654000 - 0x1ac6bb46f libParallelCompression.dylib (423.100.6) <638EDFB9-70D5-3851-B70A-EB1E73B5F1C0> /usr/lib/libParallelCompression.dylib
0x1ac6bc000 - 0x1ac6f411f com.apple.securityinterface (10.0 - 55206) <D146BD93-9BB8-385D-917E-4B722F5585D1> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
0x1ac6f5000 - 0x1ac7270bf com.apple.CoreFollowUp-OSX (1.0 - 256) <488A4253-3DDF-3087-A997-8C9CC60B55AD> /System/Library/PrivateFrameworks/CoreFollowUp.framework/Versions/A/CoreFollowUp
0x1ac728000 - 0x1ac8341df com.apple.CoreMediaIO (1000.0 - 5590.100.8) <E57C143D-66B1-35FF-ACB7-4903DF1316CF> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x1ac835000 - 0x1ac915a0f libSMC.dylib (38) <2C7E9774-AF67-3CF9-8ED4-082FEEBBC501> /usr/lib/libSMC.dylib
0x1ac916000 - 0x1ac97407f libcups.2.dylib (513.7) <A989D65D-5BFD-3015-8ACB-9CC6E4A9FF8A> /usr/lib/libcups.2.dylib
0x1ac975000 - 0x1ac981a17 com.apple.NetAuth (6.2 - 6.2) <4C86427F-E5FC-3B1B-BE3D-EDC0FFE0416A> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x1ac982000 - 0x1ac98addf com.apple.ColorSyncLegacy (4.13.0 - 1) <B36BAD3E-818F-3BB4-8100-D8B8AD04ED5A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
0x1ac98b000 - 0x1ac993d6f com.apple.QD (4.0 - 451) <F175555A-4764-3666-85C3-01D8834AF2F7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x1ac994000 - 0x1ac9a149f com.apple.perfdata (1.0 - 121) <71906827-F271-3DE4-8265-AD82A2DE886A> /System/Library/PrivateFrameworks/perfdata.framework/Versions/A/perfdata
0x1ac9a2000 - 0x1ac9afcdf libperfcheck.dylib (46) <8CB496EE-5825-3D81-9F3B-2F33905993D4> /usr/lib/libperfcheck.dylib
0x1ac9b0000 - 0x1ac9c0fbf com.apple.Kerberos (3.0 - 1) <BDA124F4-EB7F-3FD4-AF89-AACB04A456E6> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x1ac9c1000 - 0x1aca12a17 com.apple.GSS (4.0 - 2.0) <51AB078F-A6D9-3B83-AE99-A63C3D291A79> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x1aca13000 - 0x1aca23da7 com.apple.CommonAuth (4.0 - 2.0) <8E160FC2-FF2A-31C3-91BE-3813CF287A3D> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x1aca24000 - 0x1acaf7aff com.apple.MobileAssets (1.0 - 1487.101.2) <0C54DBDF-2D17-342C-8325-A43C13FCCA86> /System/Library/PrivateFrameworks/MobileAsset.framework/Versions/A/MobileAsset
0x1acaf8000 - 0x1acb43c1f com.apple.CacheDelete (1.0 - 1) <AFD70C45-3735-3852-ACE9-72956E6111CE> /System/Library/PrivateFrameworks/CacheDelete.framework/Versions/A/CacheDelete
0x1acb44000 - 0x1acb84c3f com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) <C7F56997-EE36-33CA-8F34-98BCF5C5E116> /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle
0x1acb85000 - 0x1acb8e4c4 com.apple.CorePhoneNumbers (1.0 - 1) <7812C5CD-7D63-313F-94A5-DEE800F35059> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers
0x1acb8f000 - 0x1acc1707f libTelephonyUtilDynamic.dylib (6161) <E1922FEE-2F3F-3083-B58F-163F8C6AA9C3> /usr/lib/libTelephonyUtilDynamic.dylib
0x1ad369000 - 0x1ad5df57f com.apple.NetworkExtension (1.0 - 1) <F913842A-2104-3357-ABCE-CC66C2789445> /System/Library/Frameworks/NetworkExtension.framework/Versions/A/NetworkExtension
0x1ad5e0000 - 0x1ad7ac3df com.apple.ids (10.0 - 1000) <4F68D78F-195B-3D97-B97A-C74902F1BDB1> /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS
0x1ad7ad000 - 0x1ada405bf com.apple.idsfoundation (10.0 - 1000) <89BF4CFD-12FD-3B0B-85CA-BCFBAC2DA7D8> /System/Library/PrivateFrameworks/IDSFoundation.framework/Versions/A/IDSFoundation
0x1ada41000 - 0x1ade27f9f com.apple.Sharing (2060.50.171.1.2 - 2060.50.171.1.2) <3B9149BA-2723-32B7-B4BB-0AAC7E3A5CF0> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x1ade28000 - 0x1adee08bf com.apple.Bluetooth (1.0 - 1) <6CE1DBCE-5F4B-3770-9237-A5D99E5C41C3> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x1adeff000 - 0x1adf8961f com.apple.ProtectedCloudStorage (1.0 - 1) <CC95771F-600D-38E2-861E-5C6A9EC72C34> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
0x1adf8a000 - 0x1adff23df com.apple.QuickLookFramework (5.0 - 1002.5.2) <1777D30A-78D1-37F2-9475-E55E3FC8F549> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x1adff3000 - 0x1ae01083f com.apple.MetalKit (168.6 - 168.6) <39BEF507-1083-3625-8F42-B11F0406D7CE> /System/Library/Frameworks/MetalKit.framework/Versions/A/MetalKit
0x1ae011000 - 0x1ae0159df libxcselect.dylib (2409) <4D9907F8-4105-3A19-BB45-08F82D34F503> /usr/lib/libxcselect.dylib
0x1ae0b9000 - 0x1ae0bf6df libdscsym.dylib (385.13) <76055BAE-C730-3D7D-A0D8-8467C7ACF51D> /usr/lib/libdscsym.dylib
0x1ae0c0000 - 0x1ae1d7477 com.apple.combine (1.0 - 3022) <004D5261-56B6-3B01-B0B0-A641C48A18BF> /System/Library/Frameworks/Combine.framework/Versions/A/Combine
0x1ae1d8000 - 0x1afd8463f com.apple.GeoServices (1.0 - 1986.24.9.12.31) <E382FDEF-DF73-35D3-8CB2-EB7A555FC8A9> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
0x1afd85000 - 0x1afd905d7 com.apple.DirectoryService.Framework (15.4 - 643) <03E0D093-79C3-3F85-B083-B6E28C1FD51F> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x1afd91000 - 0x1afdb9f1f com.apple.RemoteViewServices (2.0 - 181.1) <F2CC3436-09C0-31F1-B881-8CF8A64A1793> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x1afdba000 - 0x1afdcc54f com.apple.SpeechRecognitionCore (6.3.30.7 - 6.3.30.7) <3797A345-4424-30E1-8C86-CE5F686B71F7> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
0x1afdcd000 - 0x1afdd3f67 com.apple.speech.recognition.framework (6.0.4 - 6.0.4) <DAA76C7F-FE64-34EC-A2C0-109947AC2603> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x1afdd4000 - 0x1afde55bd com.apple.AppleLDAP (15.4 - 63) <C551932A-3896-3578-A42D-6FE0A7F0BC5D> /System/Library/PrivateFrameworks/AppleLDAP.framework/Versions/A/AppleLDAP
0x1afde6000 - 0x1b008c09f com.apple.MapKit (1.0 - 2464.24.9.12.31) <92366D21-5909-3DCC-8FF6-235D1E45E7A3> /System/Library/Frameworks/MapKit.framework/Versions/A/MapKit
0x1b0099000 - 0x1b009ed17 com.apple.IOPlatformPluginFamily (1.0 - 1) <96EC28A0-4FFA-30BB-AA20-09BDD8AAAFCA> /System/Library/PrivateFrameworks/IOPlatformPluginFamily.framework/Versions/A/IOPlatformPluginFamily
0x1b00d1000 - 0x1b00f951f com.apple.GLKit (129 - 129) <A822F65E-D47F-360A-A2A0-CC0D8D0A8E35> /System/Library/Frameworks/GLKit.framework/Versions/A/GLKit
0x1b010b000 - 0x1b0144c1f libnetworkextension.dylib (2063.101.3) <5C2B1647-06A9-38E7-9CB0-76F2A5B586B8> /usr/lib/libnetworkextension.dylib
0x1b0145000 - 0x1b0164cbf com.apple.Accessibility (1.0 - 1) <DC291EF9-9F71-3DFA-BD46-B18B45F41107> /System/Library/Frameworks/Accessibility.framework/Versions/A/Accessibility
0x1b019d000 - 0x1b019e9d3 libCTGreenTeaLogger.dylib (12322) <425E7600-2ADE-334E-8AAB-1FEF8962707C> /usr/lib/libCTGreenTeaLogger.dylib
0x1b019f000 - 0x1b019f86f com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <3726E037-E625-3CBF-B68D-67E86755F799> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x1b01c4000 - 0x1b01c498f com.apple.CoreServices (1226 - 1226) <42B209CD-25BB-37B2-B7B8-CFE3699FBC3E> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x1b01c5000 - 0x1b025295f com.apple.CoreAppleCVA (4.1.2 - 4.1.2) <7256EE08-4CFA-3468-BCCF-0D68A33CD807> /System/Library/PrivateFrameworks/CoreAppleCVA.framework/Versions/A/CoreAppleCVA
0x1b0470000 - 0x1b0470417 com.apple.Accelerate (1.11 - Accelerate 1.11) <A17D0413-75F0-3E8E-B721-CD1B7C3D9C6B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x1b049f000 - 0x1b04bf9bf com.apple.AssetCacheServices (135.1 - 135.1) <7ABE9AB3-285E-3BD7-A7BF-27601F1973DA> /System/Library/PrivateFrameworks/AssetCacheServices.framework/Versions/A/AssetCacheServices
0x1b04c0000 - 0x1b04d4c5f com.apple.MediaAccessibility (1.0 - 153) <E20D708C-8421-3B80-8F5F-32590863A254> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
0x1b04f4000 - 0x1b04f956b com.apple.AppleSRP (5.0 - 1) <B68FD912-CF7A-329F-9CBD-F05A25C0619D> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
0x1b04fa000 - 0x1b05382bf com.apple.framework.SystemAdministration (1.0 - 1.0) <3423694A-BD55-325D-8199-F73A239E7F72> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration
0x1b0539000 - 0x1b0aee01f com.apple.VN (8.0.76 - 8.0.76) <B8A4FCDC-31C0-3938-AD07-9222D1294B94> /System/Library/Frameworks/Vision.framework/Versions/A/Vision
0x1b0aef000 - 0x1b0aef3ef libswiftFoundation.dylib (2000) <AC76F544-C876-35B0-87D9-622BC8032D7E> /usr/lib/swift/libswiftFoundation.dylib
0x1b0af0000 - 0x1b0bbca1f com.apple.AddressBook.ContactsFoundation (8.0 - 1368.500.71) <E6EC0824-F187-32B4-9664-2BEEE80D512B> /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/ContactsFoundation
0x1b0bbd000 - 0x1b0c3b09f com.apple.contacts.ContactsPersistence (1.0 - 3770.500.41) <0DBBD010-13FF-3B9F-AC80-12E82DA9C676> /System/Library/PrivateFrameworks/ContactsPersistence.framework/Versions/A/ContactsPersistence
0x1b0c3c000 - 0x1b0d9ff1f com.apple.AddressBook.core (1.0 - 2695.500.71) <980C3D38-4192-3B11-99AB-708A0FB1B915> /System/Library/PrivateFrameworks/AddressBookCore.framework/Versions/A/AddressBookCore
0x1b0da0000 - 0x1b0fbf3bf com.apple.contacts (1.0 - 3770.500.41) <47484B6E-38CE-33A9-8D58-54BBE881E17A> /System/Library/Frameworks/Contacts.framework/Versions/A/Contacts
0x1b0fc0000 - 0x1b0fd053f com.apple.PersonaKit (1.0 - 1) <4F450311-D2BA-3255-B72C-2B9EF7CAC4AE> /System/Library/PrivateFrameworks/PersonaKit.framework/Versions/A/PersonaKit
0x1b0fd1000 - 0x1b0fd6c3f com.apple.communicationsfilter (10.0 - 1000) <4F3C6FF1-65DF-37E0-AEC2-4C8E9DE625AD> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/Versions/A/CommunicationsFilter
0x1b0fd7000 - 0x1b108645f com.apple.FamilyCircle (1.0 - 226.459) <CC97E174-E86A-3C4E-907F-0EB21794DE20> /System/Library/PrivateFrameworks/FamilyCircle.framework/Versions/A/FamilyCircle
0x1b1087000 - 0x1b116cf7f com.apple.CoreBluetooth (184.42.0.3) <0ED13376-D469-3997-B727-7CC918FB07D5> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x1b116d000 - 0x1b117c4bf com.apple.SymptomDiagnosticReporter (1.0 - 383.101.1) <89A7754F-BCBE-3304-8B44-2B25BA6E7524> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/Versions/A/SymptomDiagnosticReporter
0x1b117d000 - 0x1b11ab87f com.apple.PowerLog (1.0 - 1) <05D5A827-8954-328B-9A12-9B6D8FD7CB8F> /System/Library/PrivateFrameworks/PowerLog.framework/Versions/A/PowerLog
0x1b11ac000 - 0x1b11b8edf com.apple.AppleIDAuthSupport (1.0 - 1) <1FD72A44-FDEF-3A41-8200-05B7F0AE7411> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport
0x1b11b9000 - 0x1b126d31f com.apple.DiscRecording (9.0.3 - 9030.4.5) <66AEE2C1-56A0-3FA2-8DC0-11931295C63A> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x1b126e000 - 0x1b129f25f com.apple.MediaKit (16 - 938) <8089F4BC-CB1F-3BE8-B7E2-E177FFFA244B> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x1b12a0000 - 0x1b1382f9f com.apple.DiskManagement (15.0 - 934.100.30) <879A9E09-3512-3ED0-920B-0AEDBF33609A> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManagement
0x1b1383000 - 0x1b138f11f com.apple.CoreAUC (568.2 - 568.2) <0B222571-FC67-328B-A4A3-8277E59F5CF1> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x1b1390000 - 0x1b139377b com.apple.Mangrove (1.0 - 25) <9669CBF6-1234-3F41-AAEE-E5F1BCD79472> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
0x1b1394000 - 0x1b13c2f0f com.apple.CoreAVCHD (6.0.0 - 6202.1) <51ED1923-3FBE-3C2D-A551-4C00CC658398> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
0x1b13c3000 - 0x1b158fb7f com.apple.FileProvider (2882.101.2 - 2882.101.2) <ED29D2B8-E24C-3FB8-BD79-5990BACDC9D3> /System/Library/Frameworks/FileProvider.framework/Versions/A/FileProvider
0x1b1590000 - 0x1b15b601f com.apple.GenerationalStorage (2.0 - 384.100.2) <DA28835A-07BD-3255-9353-C1F9DBF20959> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x1b15b7000 - 0x1b15e89df com.apple.security.octagontrust (1.0 - 1) <15594C6E-67F4-30FD-9C23-E218C8895BFC> /System/Library/PrivateFrameworks/OctagonTrust.framework/Versions/A/OctagonTrust
0x1b15e9000 - 0x1b160925f com.apple.CPAnalytics (1.0 - 751.0.104) <3E7D233F-D765-3176-BD82-0284E82E9E69> /System/Library/PrivateFrameworks/CPAnalytics.framework/Versions/A/CPAnalytics
0x1b1aed000 - 0x1b1ca6ddf com.apple.CoreTelephony (113 - 12322) <F2FED4FD-1C38-366D-BD99-9BBCC9EA0E74> /System/Library/Frameworks/CoreTelephony.framework/Versions/A/CoreTelephony
0x1b1cb9000 - 0x1b1ccfaf8 libswiftDispatch.dylib (54) <51661D03-C576-3C21-AB8B-5D1ED16B0772> /usr/lib/swift/libswiftDispatch.dylib
0x1b1cd0000 - 0x1b1f4f53f com.apple.AVFCore (1.0 - 2320.19.1) <16054380-857B-34AD-87A3-148D0EDAAEF4> /System/Library/PrivateFrameworks/AVFCore.framework/Versions/A/AVFCore
0x1b1f50000 - 0x1b201c3bf com.apple.FrontBoardServices (943.5.17 - 943.5.17) <48BE52CD-B2AB-391F-8A4C-C2E49161CF55> /System/Library/PrivateFrameworks/FrontBoardServices.framework/Versions/A/FrontBoardServices
0x1b201d000 - 0x1b208babf com.apple.BoardServices (1.0 - 694.5.5) <3A8007A6-248E-375F-BFB9-734AB048A881> /System/Library/PrivateFrameworks/BoardServices.framework/Versions/A/BoardServices
0x1b208c000 - 0x1b20c9aff com.apple.contacts.vCard (1.0 - 3770.500.41) <8014031B-0897-3C93-87C5-0997EFCFAC2A> /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard
0x1b20ca000 - 0x1b20d7b1f com.apple.GraphicsServices (1.0 - 1.0) <7432FFBD-E4A0-3E69-926E-4083B789AE05> /System/Library/PrivateFrameworks/GraphicsServices.framework/Versions/A/GraphicsServices
0x1b20dc000 - 0x1b213f31f com.apple.CryptoTokenKit (1.0 - 1) <391DCA01-97F7-3759-9596-45A33B31EBFE> /System/Library/Frameworks/CryptoTokenKit.framework/Versions/A/CryptoTokenKit
0x1b2140000 - 0x1b21961ff com.apple.LocalAuthentication (1.0 - 1656.100.223) <C6DED4B2-2E53-3F35-AC45-3E2B8CC5556A> /System/Library/Frameworks/LocalAuthentication.framework/Versions/A/LocalAuthentication
0x1b2197000 - 0x1b21c391f com.apple.CoreAuthentication.SharedUtils (1.0 - 1656.100.223) <BC046204-7125-3689-B9EB-7210DF6C4B1F> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/Versions/A/SharedUtils
0x1b21c4000 - 0x1b22b187f com.apple.avfoundationcf (2.0 - 700.19.1.5.3) <1560BD88-754A-33CE-8BCB-A814FA827C14> /System/Library/PrivateFrameworks/AVFoundationCF.framework/Versions/A/AVFoundationCF
0x1b2369000 - 0x1b2428fdf com.apple.SAObjects (1.0 - 1) <0008C444-D859-3A36-AE0F-3B1CBA83CE9F> /System/Library/PrivateFrameworks/SAObjects.framework/Versions/A/SAObjects
0x1b2429000 - 0x1b244c681 com.apple.DebugSymbols (216 - 217) <A532245E-6698-384E-82FD-EC1E294BF944> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x1b244d000 - 0x1b2559e8f com.apple.CoreSymbolication (16.0 - 64570.35.1) <ABD9608B-6EC3-3ED7-9EEE-203365FC40D1> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x1b255a000 - 0x1b256417f com.apple.CoreTime (334.0.4.1) <AEA3AD51-9D8D-3AA2-99B9-CDEEBE2CC513> /System/Library/PrivateFrameworks/CoreTime.framework/Versions/A/CoreTime
0x1b2565000 - 0x1b2656eff com.apple.Rapport (6.5.0 - 650.23.1) <274C83BB-E184-35E2-BCC1-F78E46AE161C> /System/Library/PrivateFrameworks/Rapport.framework/Versions/A/Rapport
0x1b2657000 - 0x1b32fa31f com.apple.private.EmbeddedAcousticRecognition (1.0 - 1) <233C800A-F9ED-3A71-9287-5411B37588BC> /System/Library/PrivateFrameworks/EmbeddedAcousticRecognition.framework/Versions/A/EmbeddedAcousticRecognition
0x1b32fb000 - 0x1b33509df com.apple.coreduetcontext (1.0 - 1) <D1043AB1-F6C2-355D-855E-8E1B2726B8D1> /System/Library/PrivateFrameworks/CoreDuetContext.framework/Versions/A/CoreDuetContext
0x1b3351000 - 0x1b39a045f com.apple.Intents (1.0 - 1) <A6C05395-CA89-3815-AFB8-FCA0F6C9E861> /System/Library/Frameworks/Intents.framework/Versions/A/Intents
0x1b39a1000 - 0x1b39a1ebf com.apple.framework.Apple80211 (17.0 - 1728) <7DB97E29-5417-3594-B6FB-4760FAF0DA44> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x1b39a2000 - 0x1b3c6959f com.apple.CoreWiFi (1.0 - 875.42) <59C94F56-4D6B-3B8E-A811-15821EE85C20> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x1b3c6a000 - 0x1b3cc565f com.apple.BackBoardServices (1.0 - 1.0) <908455E1-650A-3990-8991-C0083D31336C> /System/Library/PrivateFrameworks/BackBoardServices.framework/Versions/A/BackBoardServices
0x1b3cc6000 - 0x1b3d01967 com.apple.LDAPFramework (2.4.28 - 194.5) <201AE314-3D3D-3EB5-A61A-9C3EF626572E> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x1b3d02000 - 0x1b3d037a7 com.apple.TrustEvaluationAgent (2.0 - 38) <76EDA051-972A-32A5-BD38-C0DF11355CE6> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x1b3e2f000 - 0x1b3eec97f com.apple.DiskImagesFramework (671.100.2 - 671.100.2) <40622FCA-EC18-3C81-9D55-52C53C905059> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x1b3eed000 - 0x1b3f2c25f com.apple.SystemConfiguration.EAP8021X (14.0.0 - 14.0) <FE15760C-FC11-31BD-8B26-B857FFEB337C> /System/Library/PrivateFrameworks/EAP8021X.framework/Versions/A/EAP8021X
0x1b3f2d000 - 0x1b3f4235f com.apple.RemoteServiceDiscovery (1.0 - 172.100.9) <216444AA-0412-3775-9131-7861CB643C14> /System/Library/PrivateFrameworks/RemoteServiceDiscovery.framework/Versions/A/RemoteServiceDiscovery
0x1b3f43000 - 0x1b3f59a1f com.apple.xpc.RemoteXPC (1.0 - 2894.101.1) <B9EF1F2C-2BB5-3FE1-BC09-9F2D26289BBB> /System/Library/PrivateFrameworks/RemoteXPC.framework/Versions/A/RemoteXPC
0x1b3fd8000 - 0x1b3fdb65b com.apple.help (1.3.8 - 81) <0255CADD-F92B-3669-912C-51E74E450D1B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x1b3fdc000 - 0x1b3fe02ff com.apple.EFILogin (2.0 - 2) <9792B70E-ACB2-3015-AA52-8AB81F419ACA> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
0x1b3fe1000 - 0x1b3fec9bf libcsfde.dylib (566) <B2EBB892-F1F5-3660-BF21-7590D1DFB8E7> /usr/lib/libcsfde.dylib
0x1b3fed000 - 0x1b406e153 libcurl.4.dylib (160) <15673212-0B47-3160-883E-B25C5C3037EF> /usr/lib/libcurl.4.dylib
0x1b406f000 - 0x1b40743b7 com.apple.LoginUICore (4.0 - 4.0) <62275E9A-EAEE-36B5-A70D-0F7FDD2523F8> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore
0x1b4075000 - 0x1b40b835f com.apple.AppSupport (1.0.0 - 29) <9FAB8DAC-4D06-3DBF-BBF4-B3A92B97011E> /System/Library/PrivateFrameworks/AppSupport.framework/Versions/A/AppSupport
0x1b40b9000 - 0x1b40fdcdf com.apple.AppSSO (1.0 - 1) <E72F1B3C-8EA8-3F84-93A4-C484C642C268> /System/Library/PrivateFrameworks/AppSSO.framework/Versions/A/AppSSO
0x1b437a000 - 0x1b437a927 com.apple.ApplicationServices (48 - 65) <E42D9E76-69F7-3F19-9574-E8C462178B9D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x1b437b000 - 0x1b437e03f com.apple.InternationalTextSearch (1.0 - 1) <EC853736-ABED-3574-81F2-C492026308D2> /System/Library/PrivateFrameworks/InternationalTextSearch.framework/Versions/A/InternationalTextSearch
0x1b437f000 - 0x1b44452ff com.apple.ClassKit (1.2 - 150.4.10) <EF1DC820-D026-32F8-B6D3-12E8D4042CA8> /System/Library/Frameworks/ClassKit.framework/Versions/A/ClassKit
0x1b4446000 - 0x1b4699a5f com.apple.AppleAccount (1.0 - 1.0) <FF85CD48-92F0-30A8-BEA0-F9C469754E35> /System/Library/PrivateFrameworks/AppleAccount.framework/Versions/A/AppleAccount
0x1b469a000 - 0x1b46d62ff com.apple.AppleIDSSOAuthentication (1.0 - 1) <97634062-6889-3F9C-80C8-6D6FE4811180> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/Versions/A/AppleIDSSOAuthentication
0x1b46d7000 - 0x1b473065f com.apple.CorePrediction (1.0 - 1) <DACBB8DD-8A50-3AB7-83AA-DC63AB28A933> /System/Library/PrivateFrameworks/CorePrediction.framework/Versions/A/CorePrediction
0x1b4731000 - 0x1b480e9ff com.apple.AuthKitUI (1.0 - 1) <51FD6641-68EC-3136-9E22-014D9C9E877D> /System/Library/PrivateFrameworks/AuthKitUI.framework/Versions/A/AuthKitUI
0x1b4872000 - 0x1b4875d1f com.apple.security.CryptoKit-C-Bridging (1.0 - 1) <A5E13E31-AE28-31D4-B067-08C55455A140> /System/Library/PrivateFrameworks/CryptoKitCBridging.framework/Versions/A/CryptoKitCBridging
0x1b4876000 - 0x1b48763f7 libHeimdalProxy.dylib (87.100.1) <6D4B6EA5-7E30-343F-9DD0-3650AB58C5D6> /System/Library/Frameworks/Kerberos.framework/Versions/A/Libraries/libHeimdalProxy.dylib
0x1b4877000 - 0x1b4877512 com.apple.audio.units.AudioUnit (1.14 - 1.14) <390271F1-8151-3811-9728-C437BE23E3BF> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x1b487f000 - 0x1b4884c63 com.apple.NetFSServer (2.0 - 1) <1C84DA92-BDAE-33A3-B0C5-1F89198A0888> /System/Library/PrivateFrameworks/NetFSServer.framework/Versions/A/NetFSServer
0x1b489a000 - 0x1b48d35df com.apple.StreamingZip (1.0 - 1) <F64F954C-0680-37A5-B621-D17B63E8B2FE> /System/Library/PrivateFrameworks/StreamingZip.framework/Versions/A/StreamingZip
0x1b48d4000 - 0x1b491ebff com.apple.DuetActivityScheduler (1.0 - 1) <C8D4FBA5-67D8-3762-9170-8B22A8DCDA73> /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/Versions/A/DuetActivityScheduler
0x1b491f000 - 0x1b4922bdd libswiftObjectiveC.dylib (940.4) <5E3BDD0D-0CDE-3DC1-8CDC-4B4AD976C72B> /usr/lib/swift/libswiftObjectiveC.dylib
0x1b4923000 - 0x1b493c1ff libswiftos.dylib (1062.100.1) <093DC551-4BA1-3D19-8891-E10E52A6D09B> /usr/lib/swift/libswiftos.dylib
0x1b493d000 - 0x1b494d6ff com.apple.IntentsFoundation (1.0 - 1) <1AF86C4D-68D3-3A0F-B6CE-DE61588DE46E> /System/Library/PrivateFrameworks/IntentsFoundation.framework/Versions/A/IntentsFoundation
0x1b494e000 - 0x1b4956e1f com.apple.PushKit (1.0 - 1) <4236DE69-D019-3B91-AF70-838414F7A35E> /System/Library/Frameworks/PushKit.framework/Versions/A/PushKit
0x1b4957000 - 0x1b49b043f com.apple.C2 (1.3 - 2250.16) <3909AC4A-BBE4-362F-BFDE-20A5537AC5D2> /System/Library/PrivateFrameworks/C2.framework/Versions/A/C2
0x1b49b1000 - 0x1b49fcd9f com.apple.QuickLookThumbnailing (1.0 - 199.5.3) <9989B133-1E3D-31FC-929A-A99292222A1B> /System/Library/Frameworks/QuickLookThumbnailing.framework/Versions/A/QuickLookThumbnailing
0x1b49fd000 - 0x1b58bcc5f com.apple.vision.EspressoFramework (1.0 - 3404.29.1) <9408056F-051C-3473-B284-0AF61CBD0F27> /System/Library/PrivateFrameworks/Espresso.framework/Versions/A/Espresso
0x1b58bd000 - 0x1b58ea01f com.apple.ANEServices (8.510 - 8.510) <4F9098EC-4B15-3908-AD9A-9E73CA87F15B> /System/Library/PrivateFrameworks/ANEServices.framework/Versions/A/ANEServices
0x1b58eb000 - 0x1b597a5ff com.apple.proactive.support.ProactiveSupport (1.0 - 408) <AF7A20C7-7B0E-3BEA-B2D6-6C84568D6957> /System/Library/PrivateFrameworks/ProactiveSupport.framework/Versions/A/ProactiveSupport
0x1b597b000 - 0x1b598b0df com.apple.corerecents (1.0 - 1) <6A12110F-2BEF-3FD1-891F-F0FE3633FAF1> /System/Library/PrivateFrameworks/CoreRecents.framework/Versions/A/CoreRecents
0x1b598c000 - 0x1b59cf55f com.apple.iCalendar (7.0 - 1167) <85A028C2-9E4E-37BE-8476-7E91D67D2FB0> /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar
0x1b59d0000 - 0x1b5a64edf com.apple.CalendarFoundation (8.0 - 1575.5.3) <3A4A0507-6E3F-31B6-8F14-446B725D0294> /System/Library/PrivateFrameworks/CalendarFoundation.framework/Versions/A/CalendarFoundation
0x1b5a65000 - 0x1b5a65527 com.apple.CoreDuetDaemonProtocol (1.0 - 1) <7DEABD9C-A1C0-3446-9236-E5463CBAEC1B> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/CoreDuetDaemonProtocol
0x1b5a66000 - 0x1b5ab713f com.apple.ASEProcessing (1.41.0 - 1.41.0) <2A6A745C-E4CC-3096-BE90-EBBC6896F4D9> /System/Library/PrivateFrameworks/ASEProcessing.framework/Versions/A/ASEProcessing
0x1b5ab8000 - 0x1b5b58bff com.apple.framework.ConfigurationProfiles (17.1 - 1722) <7B512BF4-A38C-308F-8ADA-9C1F245247C5> /System/Library/PrivateFrameworks/ConfigurationProfiles.framework/Versions/A/ConfigurationProfiles
0x1b5d80000 - 0x1b5dd92ff com.apple.AOSAccounts (1.3.1 - 197.450) <4077617A-73D4-3608-994E-419FF4859CF9> /System/Library/PrivateFrameworks/AOSAccounts.framework/Versions/A/AOSAccounts
0x1b62b0000 - 0x1b630c8c7 com.apple.ChunkingLibrary (2200.114.1 - 2200.114.1) <1B700EFF-CA49-37F6-9EF9-32D523E16BA2> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x1b6447000 - 0x1b645a43f com.apple.MediaLibrary (1.11.0 - 806.2) <9B279209-5B86-3FBA-8E4C-0E9656831F76> /System/Library/Frameworks/MediaLibrary.framework/Versions/A/MediaLibrary
0x1b645b000 - 0x1b64b985f com.apple.CalDAV (8.0 - 1149) <4575652B-A4F4-3240-9136-8EE27EBCD375> /System/Library/PrivateFrameworks/CalDAV.framework/Versions/A/CalDAV
0x1b64ba000 - 0x1b658551f com.apple.CoreSuggestions (1.0 - 1276.10.4) <0E7CB872-9703-37C9-9090-38F6DAF2C40E> /System/Library/PrivateFrameworks/CoreSuggestions.framework/Versions/A/CoreSuggestions
0x1b6586000 - 0x1b676183f com.apple.eventkit (3.0 - 1902.5.6) <865BF02C-D35F-31FB-8DD6-15468ADD28BB> /System/Library/Frameworks/EventKit.framework/Versions/A/EventKit
0x1b6762000 - 0x1b678d03f com.apple.RTCReporting (13.1.47 - 120.1) <BFF0A42E-7179-3787-9A9D-6B822973264E> /System/Library/PrivateFrameworks/RTCReporting.framework/Versions/A/RTCReporting
0x1b678e000 - 0x1b69a633f com.apple.WebKitLegacy (20621 - 20621.1.15.11.10) <C1A7FE81-FE85-3F00-A0A6-C6127CD5013B> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy
0x1b69f4000 - 0x1b6a52adf com.apple.CoreML.AppleNeuralEngine (1.0 - 1) <2E86F089-7880-3702-A4F2-627892C5CCA1> /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/Versions/A/AppleNeuralEngine
0x1b6b7d000 - 0x1b6c37d1f com.apple.audio.midi.CoreMIDI (2.0 - 88) <2B42B781-65CE-369D-BE3E-81A1E1BFE200> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
0x1b6d4f000 - 0x1b6d4f467 com.apple.Cocoa (6.11 - 24) <A233970B-719C-3B0B-873C-4E5EA4EEAF61> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x1b6d89000 - 0x1b6d9607f com.apple.AskPermission (1.0 - 1) <F5F9AB7F-377B-3FCF-8EBA-3A74B9238922> /System/Library/PrivateFrameworks/AskPermission.framework/Versions/A/AskPermission
0x1b6d97000 - 0x1b77e315f com.apple.AppleMediaServices (1.0 - 1) <45FDCEDC-AF79-342E-B204-632463E7B77C> /System/Library/PrivateFrameworks/AppleMediaServices.framework/Versions/A/AppleMediaServices
0x1b77e4000 - 0x1b77e8507 com.apple.IOSurfaceAccelerator (1.0.0 - 1.0.0) <701327CC-C478-3A69-B3A6-2592D9ACC3B4> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/Versions/A/IOSurfaceAccelerator
0x1b77e9000 - 0x1b77ee0bf libUAPreferences.dylib (696.5.5) <64E10A60-0F67-398B-803B-7AEBD3F324C2> /System/Library/PrivateFrameworks/UniversalAccess.framework/Versions/A/Libraries/libUAPreferences.dylib
0x1b77ef000 - 0x1b781265f com.apple.framework.familycontrols (4.1 - 410) <0410ED39-68BA-3E29-9D40-0E606355E155> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x1b7813000 - 0x1b781f3df com.apple.CommerceCore (1.0 - 715.4.5) <333CABC0-284C-3F0A-B401-FEA730F2703A> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x1b7820000 - 0x1b7be451f com.apple.MediaRemote (1.0 - 1) <A1B1E677-76E6-3ED8-9E57-CC8A22EC339D> /System/Library/PrivateFrameworks/MediaRemote.framework/Versions/A/MediaRemote
0x1b7be5000 - 0x1b7e80e7f com.apple.AssistantServices (1.0 - 1) <C9BCC917-3BF4-3749-BF7B-E7EFBB0A0B39> /System/Library/PrivateFrameworks/AssistantServices.framework/Versions/A/AssistantServices
0x1b7e81000 - 0x1b7e915df com.apple.PhotoFoundation (1.0 - 751.0.104) <BD12AC9B-6D61-3EF8-BCC6-E076946EF19F> /System/Library/PrivateFrameworks/PhotoFoundation.framework/Versions/A/PhotoFoundation
0x1b7e92000 - 0x1b82084df com.apple.imsharedutilities (10.0 - 1000) <24568707-2849-39D9-80A8-3F65A01F8601> /System/Library/PrivateFrameworks/IMSharedUtilities.framework/Versions/A/IMSharedUtilities
0x1b8212000 - 0x1b8216b7f com.apple.DisplayServicesFW (3.1 - 380) <29D3318F-D748-358B-AEF4-36EC9431012E> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x1b82ed000 - 0x1b830cbbf com.apple.icloud.FMCoreLite (1.0 - 1) <AA4A9697-AFD3-33F0-BE7C-92740533CADA> /System/Library/PrivateFrameworks/FMCoreLite.framework/Versions/A/FMCoreLite
0x1b830d000 - 0x1b8d6b63f com.apple.PassKitCore (1.0 - 1) <4EDCB551-B3EE-331E-9037-514871874AA8> /System/Library/PrivateFrameworks/PassKitCore.framework/Versions/A/PassKitCore
0x1b9175000 - 0x1b91a8467 libtidy.A.dylib (20) <E8D13CD6-10D4-32C7-9D2E-05749613AB4F> /usr/lib/libtidy.A.dylib
0x1b91a9000 - 0x1b91d49bf com.apple.MarkupUI (1.0 - 522.200) <147E5305-AB01-35C4-A823-953A8E217719> /System/Library/PrivateFrameworks/MarkupUI.framework/Versions/A/MarkupUI
0x1b91d5000 - 0x1b91ec93f com.apple.Engram (1.0 - 1) <E1D99EAA-7CD2-3D7B-9DEB-B95BA794424B> /System/Library/PrivateFrameworks/Engram.framework/Versions/A/Engram
0x1b91ed000 - 0x1b9208dff com.apple.openscripting (1.7 - 194.2) <1A4CE859-6312-35D5-9359-7A95B767E26C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x1b9209000 - 0x1b920bd1f com.apple.securityhi (9.0 - 55010) <BB1262F3-F9AB-39D8-B9BA-70C16EAE2479> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x1b920c000 - 0x1b920c863 com.apple.ink.framework (10.15 - 227) <2D774259-2EEB-3F49-8236-EAE915962D0A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x1b920d000 - 0x1b9210bf7 com.apple.CommonPanels (1.2.6 - 106.1) <F4B58B94-B37B-3A0E-B373-F6BA16F46E86> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x1b9211000 - 0x1b92131fb com.apple.ImageCapture (1936.4.3 - 1936.4.3) <DF2ADEEC-4F0F-3A9E-87EC-429C7EF759CF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x1b9214000 - 0x1baaf1ddf com.apple.JavaScriptCore (20621 - 20621.1.15.11.10) <115DD41C-68D2-316D-9F03-BED3EE71BB44> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x1baaf2000 - 0x1baaf369f com.apple.PowerlogControl (1.0 - 1) <BCF81FFF-0F2F-3EF7-8454-5F32922DA1A2> /System/Library/PrivateFrameworks/PowerlogControl.framework/Versions/A/PowerlogControl
0x1baaf4000 - 0x1baafb21f libUniversalAccess.dylib (696.5.5) <10DAA0D8-FF6A-3C83-93B9-AC5C7E933592> /usr/lib/libUniversalAccess.dylib
0x1bab5a000 - 0x1babd7a3f com.apple.CoreCDP-OSX (1.0 - 1) <6BF4C7B0-3008-3067-858D-861C3A9EA193> /System/Library/PrivateFrameworks/CoreCDP.framework/Versions/A/CoreCDP
0x1babd8000 - 0x1babe7d1f com.apple.SetupAssistantFramework (1.0 - 1) <688F6607-CFFB-36E7-926A-C82A5DE06B21> /System/Library/PrivateFrameworks/SetupAssistantFramework.framework/Versions/A/SetupAssistantFramework
0x1babe8000 - 0x1badff59f com.apple.AVFCapture (1.0 - 587.101.4) <72B53643-A5B2-3833-93DF-A9C3FBF6F117> /System/Library/PrivateFrameworks/AVFCapture.framework/Versions/A/AVFCapture
0x1bae00000 - 0x1baf3277f com.apple.Quagga (177 - 177) <D82AEF99-CF62-3F6C-8348-40F5079C57D3> /System/Library/PrivateFrameworks/Quagga.framework/Versions/A/Quagga
0x1baf33000 - 0x1bb4f72df com.apple.CMCapture (1.0 - 587.101.4) <ABFAB96F-0618-34A6-9651-BE0AD5C8839C> /System/Library/PrivateFrameworks/CMCapture.framework/Versions/A/CMCapture
0x1bb4f8000 - 0x1bb63ca9f com.apple.RenderBox (6.4.39.2 - 6.4.39.2) <BB035804-374F-382B-BF90-021C34D79D7B> /System/Library/PrivateFrameworks/RenderBox.framework/Versions/A/RenderBox
0x1bbaa5000 - 0x1bbb52cff com.apple.accounts.AccountsDaemon (113 - 113) <BADF7F26-B252-3057-8516-60B96D3E96D3> /System/Library/PrivateFrameworks/AccountsDaemon.framework/Versions/A/AccountsDaemon
0x1bbb53000 - 0x1bbb5603f com.apple.OAuth (25 - 25) <0CDC8A52-23BA-3CB5-A9E9-3D5042877C72> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
0x1bc15c000 - 0x1bc19743f com.apple.CloudServices (1.0 - 638.100.48) <5F2668F8-9D04-3FBB-9034-C701B7D9326F> /System/Library/PrivateFrameworks/CloudServices.framework/Versions/A/CloudServices
0x1bc198000 - 0x1bc1a8dbf com.apple.HID (1.0 - 1) <FBB1486F-658C-3D9D-9DAD-3E4849E18169> /System/Library/PrivateFrameworks/HID.framework/Versions/A/HID
0x1bc1a9000 - 0x1bc1ece1f com.apple.IOGPU (104.4.1 - 104.4.1) <1E0624E8-E30F-3A8D-94A5-836BF0412714> /System/Library/PrivateFrameworks/IOGPU.framework/Versions/A/IOGPU
0x1bc20b000 - 0x1bc28bcff com.apple.coredav (1.0.1 - 1230.5.1) <DE82E350-1248-3462-A65C-E17A3DBAAEBB> /System/Library/PrivateFrameworks/CoreDAV.framework/Versions/A/CoreDAV
0x1bc2f7000 - 0x1bc37863f com.apple.MediaServices (1.0 - 4024.500.30) <44C91266-2A74-32B6-8430-0D69D240B314> /System/Library/PrivateFrameworks/MediaServices.framework/Versions/A/MediaServices
0x1bc379000 - 0x1bc3a36bf com.apple.IASUtilities (1.0 - 657) <83ABB5FD-8B0B-37D6-BE8F-C156A5611AC7> /System/Library/PrivateFrameworks/IASUtilities.framework/Versions/A/IASUtilities
0x1bc445000 - 0x1bc47fb1f com.apple.VirtualGarage (1.0 - 1) <7FD004D6-B55E-3596-B290-C33FE6EA9282> /System/Library/PrivateFrameworks/VirtualGarage.framework/Versions/A/VirtualGarage
0x1bc48f000 - 0x1bc48f847 com.apple.marco (10.0 - 1000) <82B64B47-4889-35A4-A36D-76CEAE140A25> /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco
0x1bc4da000 - 0x1bc55421f com.apple.CoreRecognition (1.3 - 157) <687305C3-764C-3401-BED6-7F242451EF5F> /System/Library/PrivateFrameworks/CoreRecognition.framework/Versions/A/CoreRecognition
0x1bc555000 - 0x1bc566eff com.apple.PersonaUI (1.0 - 1) <00BF6B87-8061-3572-91D6-334D17CA685D> /System/Library/PrivateFrameworks/PersonaUI.framework/Versions/A/PersonaUI
0x1bc567000 - 0x1bc66a0df com.apple.Contacts.ContactsUICore (1.0 - 3647.500.41) <C716C0A7-89FC-395A-878F-5B263AF0DAF9> /System/Library/PrivateFrameworks/ContactsUICore.framework/Versions/A/ContactsUICore
0x1bc66b000 - 0x1bc7cbb5f com.apple.ContactsUI (14.0 - 2695.500.71) <355299E1-0147-394A-A47E-00488DE89BBB> /System/Library/Frameworks/ContactsUI.framework/Versions/A/ContactsUI
0x1bc8a4000 - 0x1bc8dc05f com.apple.proactive.support.ProactiveEventTracker (1.0 - 408) <5048C4FE-424F-3B39-B742-93B458AB85D3> /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/Versions/A/ProactiveEventTracker
0x1bc9dd000 - 0x1bcc09aff com.apple.framework.calculate (1.4 - 17) <4B6BC15B-DDFC-3273-81B6-18A8498B011D> /System/Library/PrivateFrameworks/Calculate.framework/Versions/A/Calculate
0x1bceb5000 - 0x1bceb617f com.apple.PhoneNumbers (1.0 - 1) <B0B853A6-19AB-3D76-9E34-6B60505DAC87> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
0x1bceb7000 - 0x1bcec061f com.apple.URLFormatting (272 - 272.9) <F5318A02-A7E3-3CE2-9A6C-1E680C0DCCCD> /System/Library/PrivateFrameworks/URLFormatting.framework/Versions/A/URLFormatting
0x1bcec1000 - 0x1bcf7c4bf com.apple.accessibility.AXCoreUtilities (1.0 - 1) <8F11458E-A72D-30F2-90CE-E971AD59E6CF> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/Versions/A/AXCoreUtilities
0x1bcf7d000 - 0x1bcfadb7f libAccessibility.dylib (3148.15.11.1) <60301FFE-2ACA-37D2-8731-98A2BA74D61D> /usr/lib/libAccessibility.dylib
0x1bcfae000 - 0x1c03fe59f com.apple.WebCore (20621 - 20621.1.15.11.10) <9B6A7FA3-072B-3FFF-AFC8-BDD5949D9AC1> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x1c03ff000 - 0x1c04ca11f com.apple.PackageKit (3.0 - 1474.100.4) <2A782D77-918D-3597-B1D5-510AE8E51C32> /System/Library/PrivateFrameworks/PackageKit.framework/Versions/A/PackageKit
0x1c04cb000 - 0x1c04da53f com.apple.NetFS (6.0 - 4.0) <4E30BB71-4C68-3B82-B26A-F14EE19DEFB8> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x1c0631000 - 0x1c0660d5f com.apple.quicklook.QuickLookSupport (1.0 - 199.5.3) <921CF03C-E605-32FF-A6EB-CABE6EC4AAE0> /System/Library/PrivateFrameworks/QuickLookSupport.framework/Versions/A/QuickLookSupport
0x1c0661000 - 0x1c07657df com.apple.siri.parsec.CoreParsec (1.0 - 3404.77.2.14.1) <C6DA58D9-01F7-3EA3-8A90-474FB57E184B> /System/Library/PrivateFrameworks/CoreParsec.framework/Versions/A/CoreParsec
0x1c0766000 - 0x1c0940d3f com.apple.TelephonyUtilities (1.0 - 1.0) <DC732295-37A2-344E-86BD-9824AA67DFDB> /System/Library/PrivateFrameworks/TelephonyUtilities.framework/Versions/A/TelephonyUtilities
0x1c0941000 - 0x1c099fc7f com.apple.DeviceManagement (1.0 - 221.4.7) <0177BA15-495D-3D14-9E13-BAE2C3F5C22C> /System/Library/PrivateFrameworks/DeviceManagement.framework/Versions/A/DeviceManagement
0x1c09a0000 - 0x1c09a0357 libswiftCoreGraphics.dylib (17) <AB0A517D-CC75-3F80-887F-9DE78A08F044> /usr/lib/swift/libswiftCoreGraphics.dylib
0x1c09a1000 - 0x1c09a2d3b libswiftDarwin.dylib (310.100.8.0.1) <89336724-6C91-3B82-8974-7CD2DAF7AD88> /usr/lib/swift/libswiftDarwin.dylib
0x1c0a05000 - 0x1c0a077df com.apple.ExceptionHandling (1.5 - 15) <58E19245-6DAD-3CFE-A6FB-CE551E17E567> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHandling
0x1c0a08000 - 0x1c0a7bf7f com.apple.Safari.SafeBrowsing (621 - 621.1.15.11.10) <D508BD0C-CBCD-3C20-9531-130C7BBAAE2B> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/Versions/A/SafariSafeBrowsing
0x1c0a7c000 - 0x1c1e21abf com.apple.WebKit (20621 - 20621.1.15.11.10) <5CCED0D0-7BC1-3E1C-AF34-48FB52C4860C> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x1c2141000 - 0x1c2141517 com.apple.CorePDF (4.0 - 555) <253681E8-E986-3034-AF8E-08DC12BDA797> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x1c2142000 - 0x1c2142817 com.apple.Carbon (160 - 170) <8C20E0E9-7556-34FA-A3BA-2B3FD2197137> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x1c2143000 - 0x1c24ae4df com.apple.coremotion (2960.0.57 - 2960.0.57) <B13C2F6D-8D92-3FC6-962E-B676A69239A6> /System/Library/Frameworks/CoreMotion.framework/Versions/A/CoreMotion
0x1c2518000 - 0x1c2518547 com.apple.avfoundation (2.0 - 2320.19.1) <B7A553BD-627F-36DC-BEF8-3423B0BFB32B> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
0x1c2624000 - 0x1c2712d7f libquic.dylib (4277.101.3) <E5331D7A-FF00-3487-9438-472B708438A9> /usr/lib/libquic.dylib
0x1c2716000 - 0x1c271c9af com.apple.EmbeddedOSSupportHost (1.0 - 1) <B0D1EE70-86D2-36AA-A936-E8D7F175E227> /System/Library/PrivateFrameworks/EmbeddedOSSupportHost.framework/Versions/A/EmbeddedOSSupportHost
0x1c271d000 - 0x1c27423ff com.apple.private.SystemPolicy (1.0 - 1) <6B187CF0-EAB8-3688-8E84-FEF38421C739> /System/Library/PrivateFrameworks/SystemPolicy.framework/Versions/A/SystemPolicy
0x1c2743000 - 0x1c276379f com.apple.icloud.FindMyDevice (1.0 - 1) <DA3D2665-8484-3CFB-A720-812F061A72B4> /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevice
0x1c2a0c000 - 0x1c2a3353f com.apple.sidecar-core (1.0 - 342.4.4) <67DE0B26-9B76-321D-9DCA-2CB9F4D27CE8> /System/Library/PrivateFrameworks/SidecarCore.framework/Versions/A/SidecarCore
0x1c2a34000 - 0x1c2a39aff com.apple.QuickLookNonBaseSystem (1.0 - 1) <F77F9677-C25F-300D-AC5D-74769E78EFBD> /System/Library/PrivateFrameworks/QuickLookNonBaseSystem.framework/Versions/A/QuickLookNonBaseSystem
0x1c2a3a000 - 0x1c2a766ff com.apple.datadetectors (5.0 - 463) <5B3E5002-F206-39D0-AE8F-734717CBBE25> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetectors
0x1c2c57000 - 0x1c2cb65ff com.apple.CoreRoutine (1.0 - 990.0.10) <703BA8CA-95D0-3677-8CEF-963DF0C4CCEE> /System/Library/PrivateFrameworks/CoreRoutine.framework/Versions/A/CoreRoutine
0x1c2cb7000 - 0x1c2cd9f3f com.apple.mediastream (1.0 - 751.0.104) <F837C8AA-49BA-3916-85E4-593161EAC403> /System/Library/PrivateFrameworks/MediaStream.framework/Versions/A/MediaStream
0x1c3011000 - 0x1c3016057 com.apple.CoreOptimization (1.0 - 1) <5B2CDD2B-2F4A-3302-B704-98010BEED2F8> /System/Library/PrivateFrameworks/CoreOptimization.framework/Versions/A/CoreOptimization
0x1c3017000 - 0x1c302aadf com.apple.FeatureFlagsSupport (1.0 - 97) <70B43A9E-4DE2-33F9-8BAB-6A13450E2974> /System/Library/PrivateFrameworks/FeatureFlagsSupport.framework/Versions/A/FeatureFlagsSupport
0x1c302b000 - 0x1c303097f com.apple.incomingcallfilter (10.0 - 1000) <660343A7-6CF0-3E07-A147-A9749DEB1D86> /System/Library/PrivateFrameworks/IncomingCallFilter.framework/Versions/A/IncomingCallFilter
0x1c3031000 - 0x1c308945f com.apple.facetimeservices (10.0 - 1000) <F85207B8-7AA4-3CEF-BD27-3AA095F46A8F> /System/Library/PrivateFrameworks/FTServices.framework/Versions/A/FTServices
0x1c308a000 - 0x1c309fa5f com.apple.CoreSDB (10.0 - 1000) <F1BFBCBC-17CC-3D01-9BD6-90DEF2815C98> /System/Library/PrivateFrameworks/CoreSDB.framework/Versions/A/CoreSDB
0x1c3132000 - 0x1c314dc7f com.apple.contacts.donation (1.0 - 1112.500.21) <899BF686-204E-31B8-8405-412C57E5634E> /System/Library/PrivateFrameworks/ContactsDonation.framework/Versions/A/ContactsDonation
0x1c314e000 - 0x1c31bf81f com.apple.NaturalLanguage (1.0 - 114) <7EE3A256-721A-33E0-A9AD-9304C925CB30> /System/Library/Frameworks/NaturalLanguage.framework/Versions/A/NaturalLanguage
0x1c31c0000 - 0x1c31e8bbf com.apple.SafariServices.framework (20621 - 20621.1.15.11.10) <FBA31618-BEA8-354A-82F8-7ACD7CDF6929> /System/Library/Frameworks/SafariServices.framework/Versions/A/SafariServices
0x1c3200000 - 0x1c32843bf com.apple.Catalyst (1.0 - 11.5) <56652887-AC32-3343-A340-9CE2F42D1221> /System/Library/PrivateFrameworks/Catalyst.framework/Versions/A/Catalyst
0x1c32a5000 - 0x1c32f1dff com.apple.LocalAuthentication.DaemonUtils (1.0 - 1656.100.223) <716DE5D4-0B57-3218-955F-DD022E0C1159> /System/Library/Frameworks/LocalAuthentication.framework/Support/DaemonUtils.framework/Versions/A/DaemonUtils
0x1c32f2000 - 0x1c333801f com.apple.BiometricKit (1.0 - 511.100.15) <8D1ED762-293C-3EFB-9A5A-AECAFE157BF6> /System/Library/PrivateFrameworks/BiometricKit.framework/Versions/A/BiometricKit
0x1c3469000 - 0x1c34f15ff com.apple.LoggingSupport (1.0 - 1643.100.44) <13B2E22B-4857-3E7D-B92A-CEA4871BBCB6> /System/Library/PrivateFrameworks/LoggingSupport.framework/Versions/A/LoggingSupport
0x1c34f2000 - 0x1c34fe62b com.apple.MallocStackLogging (1.0 - 64570.58.1) <B37A893B-F4B8-3900-BB25-2440357E0763> /System/Library/PrivateFrameworks/MallocStackLogging.framework/Versions/A/MallocStackLogging
0x1c3502000 - 0x1c352357f com.apple.StorageManagement (1.0 - 1) <5CDF176B-B859-3FEE-BC7F-AA51ED4FD041> /System/Library/PrivateFrameworks/StorageManagement.framework/Versions/A/StorageManagement
0x1c3524000 - 0x1c3557e9f libmis.dylib (436.100.18) <78F953BC-6B3B-346F-9DAB-E99D0DD1A70B> /usr/lib/libmis.dylib
0x1c3558000 - 0x1c355bc7f com.apple.gpusw.GPURawCounter (34 - 34) <7F296C94-8788-3463-85B2-ED8B9941E59A> /System/Library/PrivateFrameworks/GPURawCounter.framework/Versions/A/GPURawCounter
0x1c355c000 - 0x1c357c143 libswiftCoreAudio.dylib (328.526) <5F3C7FF7-F270-3D1A-9CC2-7FA752ED2B8D> /usr/lib/swift/libswiftCoreAudio.dylib
0x1c357d000 - 0x1c3583fff libswiftCoreFoundation.dylib (2401) <FE6A16DA-3011-3D6D-9B28-E876B4FE3343> /usr/lib/swift/libswiftCoreFoundation.dylib
0x1c3584000 - 0x1c358eb04 libswiftIntents.dylib (12) <700CB8CE-0503-351B-BB5A-2A2970CADECA> /usr/lib/swift/libswiftIntents.dylib
0x1c358f000 - 0x1c35d64a2 libswiftXPC.dylib (69.100.1) <6A181009-0C6B-319F-8916-14F7F5F5BBD6> /usr/lib/swift/libswiftXPC.dylib
0x1c35d7000 - 0x1c35d79cf libswiftCoreImage.dylib (2) <E773A071-2D1C-3CEE-AAF0-10B9DFDF9840> /usr/lib/swift/libswiftCoreImage.dylib
0x1c35d8000 - 0x1c35d8ab3 libswiftIOKit.dylib (1) <67F649B5-4A7A-3238-BCDA-CFFFC9D77EBA> /usr/lib/swift/libswiftIOKit.dylib
0x1c35d9000 - 0x1c39e565f com.apple.CoreHandwriting (161 - 1.2) <C3E422EB-09D6-32FF-8227-C54851D49C8E> /System/Library/PrivateFrameworks/CoreHandwriting.framework/Versions/A/CoreHandwriting
0x1c39e6000 - 0x1c3c2b93f com.apple.imageKit (3.0 - 1178.4.3) <3E69E797-0E90-3841-A695-7850BBC33C0D> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x1c3c2c000 - 0x1c3de03ff com.apple.PencilKit (1.0 - 1) <10C51289-5BE9-3C90-8252-ED62380B3DCF> /System/Library/Frameworks/PencilKit.framework/Versions/A/PencilKit
0x1c3de1000 - 0x1c3df577f com.apple.sidecar-ui (1.0 - 342.4.4) <496C4221-777C-3124-B2CA-B639C7A503DF> /System/Library/PrivateFrameworks/SidecarUI.framework/Versions/A/SidecarUI
0x1c3df6000 - 0x1c3e0417f com.apple.performance.SignpostCollection (1.151.7 - 151.7) <735ABD4D-B1A6-33CC-A638-746F71DC86F7> /System/Library/PrivateFrameworks/SignpostCollection.framework/Versions/A/SignpostCollection
0x1c3e05000 - 0x1c3e052c7 com.apple.WebInspectorUI (20621 - 20621.1.15.11.10) <581832D5-9C8A-3FA8-B26C-233F04DB92C8> /System/Library/PrivateFrameworks/WebInspectorUI.framework/Versions/A/WebInspectorUI
0x1c3e06000 - 0x1c3e3ca3f com.apple.OnBoardingKit (1.0 - 1) <6948B063-FBE7-3433-88AE-EF5CB0C6A8B3> /System/Library/PrivateFrameworks/OnBoardingKit.framework/Versions/A/OnBoardingKit
0x1c3ede000 - 0x1c3eeecff com.apple.CoreKDL (1.0 - 1) <E454360D-90B9-3A1E-BEB2-C73D97CE3AFA> /System/Library/PrivateFrameworks/CoreKDL.framework/Versions/A/CoreKDL
0x1c3eef000 - 0x1c3f6c41f com.apple.TrialProto (1.0 - 429.20) <168AE623-E30B-3AE5-8307-69B46B09D3D6> /System/Library/PrivateFrameworks/TrialProto.framework/Versions/A/TrialProto
0x1c3f6d000 - 0x1c403245f com.apple.trial (1.0 - 429.20) <F8016A73-11EE-30D8-894B-7496BAF5219E> /System/Library/PrivateFrameworks/Trial.framework/Versions/A/Trial
0x1c4033000 - 0x1c449e19f com.apple.SearchFoundation (1.0 - 3404.77.2.14.1) <74C3181B-81B9-3F42-8716-E471935DDD46> /System/Library/PrivateFrameworks/SearchFoundation.framework/Versions/A/SearchFoundation
0x1c449f000 - 0x1c4854a5f com.apple.Photos (1.0 - 751.0.104) <031EE031-86DC-3B1D-B988-AD2207E05119> /System/Library/Frameworks/Photos.framework/Versions/A/Photos
0x1c4855000 - 0x1c48e43bf com.apple.ImageCaptureCore (1936.4.3 - 1936.4.3) <D6B706BB-A9AE-3D83-8A0A-5CE11E564A50> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x1c48e5000 - 0x1c490dd3f com.apple.quartzfilters (1.10.0 - 103) <51E453DA-F590-3230-8C33-EAC85B1355CA> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x1c490e000 - 0x1c495391f com.apple.IntlPreferences (2.0 - 454.302) <B5F7515D-1FDA-3134-9090-6D4C959298BA> /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPreferences
0x1c4954000 - 0x1c498d4ff com.apple.ToneLibrary (1.0 - 1) <15F024CD-2721-305B-9D1E-10D0A325F823> /System/Library/PrivateFrameworks/ToneLibrary.framework/Versions/A/ToneLibrary
0x1c498e000 - 0x1c4996d7f com.apple.CoreFollowUpUI (1.0 - 1) <50347BF2-4A36-3555-85C4-99E4D97BE1D2> /System/Library/PrivateFrameworks/CoreFollowUpUI.framework/Versions/A/CoreFollowUpUI
0x1c4a59000 - 0x1c4afad5f com.apple.CallKit (1.0 - 1) <63670891-DABA-311A-8E9F-D9630FA3A536> /System/Library/Frameworks/CallKit.framework/Versions/A/CallKit
0x1c4afb000 - 0x1c4c014ff com.apple.ScreenTimeCore (3.0 - 537.4.20.1) <875242A9-6300-3EFC-BF14-A803671C0B68> /System/Library/PrivateFrameworks/ScreenTimeCore.framework/Versions/A/ScreenTimeCore
0x1c4c0c000 - 0x1c4c25d5f com.apple.contextkit.ContextKit (1.0 - 1) <2E22791D-56D7-3B5A-AE6C-7E049C5BE79D> /System/Library/PrivateFrameworks/ContextKit.framework/Versions/A/ContextKit
0x1c4c26000 - 0x1c4daea5f com.apple.Safari.Core (20621 - 20621.1.15.11.10) <44305339-98DE-310A-A2E4-5A9AA7B2891E> /System/Library/PrivateFrameworks/SafariCore.framework/Versions/A/SafariCore
0x1c5067000 - 0x1c541c51f com.apple.iTunesCloud (1.0 - 4024.540.1) <8BBA1D4E-305B-30F7-859A-758412EA8C30> /System/Library/PrivateFrameworks/iTunesCloud.framework/Versions/A/iTunesCloud
0x1c5423000 - 0x1c546752b libbootpolicy.dylib (265.100.17) <F2CAB5D2-CC05-3702-9BD3-7AD0F366D09C> /usr/lib/libbootpolicy.dylib
0x1c5468000 - 0x1c55a6eff com.apple.AnnotationKit (1.0 - 522.200) <DE08C3F5-5864-3E3B-AC25-D47287FE6100> /System/Library/PrivateFrameworks/AnnotationKit.framework/Versions/A/AnnotationKit
0x1c55a7000 - 0x1c5a9275f com.apple.QuartzComposer (5.1 - 386) <6F73E509-F295-3622-B8C8-7B9BF0822F56> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x1c5a93000 - 0x1c5bb9b5f com.apple.PDFKit (1.0 - 1332.4.5.4.1) <25E9DFD6-27A7-35D4-B840-63653970C055> /System/Library/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x1c5bba000 - 0x1c620365f com.apple.SceneKit (1.0 - 603.403) <03DC180C-7B49-34B1-B0D7-490A9D083964> /System/Library/Frameworks/SceneKit.framework/Versions/A/SceneKit
0x1c64ee000 - 0x1c64f8ebf com.apple.BridgeXPC (1.0 - 39) <3C918D57-CE55-305D-92C9-FF53A3B94165> /System/Library/PrivateFrameworks/BridgeXPC.framework/Versions/A/BridgeXPC
0x1c64f9000 - 0x1c6526dff com.apple.skp.FeedbackLogger (1.0 - 1) <BE9B97E3-C21A-31AA-862F-92BC4F8B8EF9> /System/Library/PrivateFrameworks/FeedbackLogger.framework/Versions/A/FeedbackLogger
0x1c6527000 - 0x1c672725f com.apple.AppleMediaServicesUI (1.0 - 1) <CFC71FBE-3FD1-3BBB-8068-8CBBA150439E> /System/Library/PrivateFrameworks/AppleMediaServicesUI.framework/Versions/A/AppleMediaServicesUI
0x1c6728000 - 0x1c6749bbf com.apple.DistributionKit (700 - 1000) <EFF4D221-878C-3D03-BF30-13B72058E6D3> /System/Library/PrivateFrameworks/Install.framework/Frameworks/DistributionKit.framework/Versions/A/DistributionKit
0x1c674a000 - 0x1c6798c7f com.apple.OSPersonalization (1.0 - 149) <97901998-E258-36C2-8707-DD6A35B2D075> /System/Library/PrivateFrameworks/OSPersonalization.framework/Versions/A/OSPersonalization
0x1c6c54000 - 0x1c6cb2b7f com.apple.CommerceKit (1.2.0 - 715.4.5) <1DAB49A0-E8BF-3A49-8101-EC85B9CB19A8> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/CommerceKit
0x1c6cb3000 - 0x1c6cb8bbf com.apple.ServerInformation (2.0 - 1) <06B881E1-9F87-316A-9FA0-D87D5B3AD1DB> /System/Library/PrivateFrameworks/ServerInformation.framework/Versions/A/ServerInformation
0x1c6cb9000 - 0x1c6cdd65f com.apple.icloud.FMCore (1.0 - 1) <21F14CB2-CE66-3FB3-B55F-EFAD52108F54> /System/Library/PrivateFrameworks/FMCore.framework/Versions/A/FMCore
0x1c6e0a000 - 0x1c6e21a4b libswiftsimd.dylib (21) <6B795886-9266-34EC-9C87-98DECE9A2ABA> /usr/lib/swift/libswiftsimd.dylib
0x1c6e7e000 - 0x1c6ea491f com.apple.MobileInstallation (2.0 - 1.0) <8E2ABA2A-1AED-3EA0-9CB1-35085AF91AFC> /System/Library/PrivateFrameworks/MobileInstallation.framework/Versions/A/MobileInstallation
0x1c6eb3000 - 0x1c6f8c8ff com.apple.TextInput (1.0 - 1.0) <447364BE-F2EB-393C-AAC2-F3BEED0BEC41> /System/Library/PrivateFrameworks/TextInput.framework/Versions/A/TextInput
0x1c714a000 - 0x1c7b05d5f com.apple.PhotoLibraryServices (1.0 - 751.0.104) <378A21AE-42C8-398F-84B9-40461185F3D9> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/Versions/A/PhotoLibraryServices
0x1c7cf3000 - 0x1c7d006ff com.apple.CaptiveNetworkSupport (13.0 - 1) <A321DCBF-20B1-3881-AA75-9E41136F22D1> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/Versions/A/CaptiveNetwork
0x1c7e44000 - 0x1c7ea94df com.apple.StoreFoundation (1.0 - 715.4.5) <8A3BCAAB-D07B-35AA-BF38-DC36AB5CF30B> /System/Library/PrivateFrameworks/StoreFoundation.framework/Versions/A/StoreFoundation
0x1c8157000 - 0x1c817113f com.apple.LookupFramework (1.2 - 312.1) <14B1C90F-A984-3BF7-828C-399E5FA053F9> /System/Library/PrivateFrameworks/Lookup.framework/Versions/A/Lookup
0x1c8172000 - 0x1c81ae23f libncurses.5.4.dylib (79) <36374C9B-7817-3F22-8619-1D4FC695CEA6> /usr/lib/libncurses.5.4.dylib
0x1c81af000 - 0x1c81b829f com.apple.IOAccelMemoryInfo (1.0 - 1) <8A5422BB-E43C-372E-A0B5-4B210E633B6A> /System/Library/PrivateFrameworks/IOAccelMemoryInfo.framework/Versions/A/IOAccelMemoryInfo
0x1c823a000 - 0x1c823a677 com.apple.quartzframework (1.5 - 26) <74A23BCF-8EF2-348A-89B7-1BB1F80E9B19> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x1c82bd000 - 0x1c82dbebf com.apple.IntentsCore (1.0 - 1) <5260BC28-9E56-3E37-B242-1C903E6F922E> /System/Library/PrivateFrameworks/IntentsCore.framework/Versions/A/IntentsCore
0x1c82dc000 - 0x1c839a8bf com.apple.NearField (354.27 - 354.27) <28605B7E-BFE3-3CB5-918F-6E259A5019F3> /System/Library/PrivateFrameworks/NearField.framework/Versions/A/NearField
0x1c839b000 - 0x1c83ac647 com.apple.GPUInfo (1.3.14 - 1.3.14) <17501BD7-53F7-3A65-AEE2-E68C6B8829D8> /System/Library/PrivateFrameworks/GPUInfo.framework/Versions/A/GPUInfo
0x1c83ad000 - 0x1c83b5e1f com.apple.BridgeOSSoftwareUpdate (1.0 - 1) <DF98B5C3-97AD-37CE-BE70-563BA582F5AC> /System/Library/PrivateFrameworks/BridgeOSSoftwareUpdate.framework/Versions/A/BridgeOSSoftwareUpdate
0x1c83b6000 - 0x1c83c5d5f com.apple.InstallerDiagnostics (1.0 - 1) <74C7868B-0E71-390D-A56F-ECE10E110B46> /System/Library/PrivateFrameworks/InstallerDiagnostics.framework/Versions/A/InstallerDiagnostics
0x1c83fa000 - 0x1c85bebbf com.apple.AOSKit (1.07 - 282) <B2E562FB-D187-39DA-86BC-92BE635B2167> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit
0x1c8850000 - 0x1c959907f com.apple.siri.SiriInstrumentation (1.0 - 1) <9F2FE246-E193-3F5C-810C-8989468554D7> /System/Library/PrivateFrameworks/SiriInstrumentation.framework/Versions/A/SiriInstrumentation
0x1c959a000 - 0x1c95b48ff libCGInterfaces.dylib (611.100.8) <D26861F5-6E83-3185-A0BA-286536CF076F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
0x1c95b5000 - 0x1c95ca5f9 libswiftCoreLocation.dylib (44.0.1) <53CEF6ED-5DA2-36D3-A61E-9CFC2351E66E> /usr/lib/swift/libswiftCoreLocation.dylib
0x1c95cb000 - 0x1c95d3faf libswiftCoreMIDI.dylib (6) <CB76101D-9A9D-35C8-83FC-850A630E6F96> /usr/lib/swift/libswiftCoreMIDI.dylib
0x1c960e000 - 0x1c97cd63f com.apple.IMDPersistence (10.0 - 1000) <BB503CE0-A1C7-3774-94E9-F68EFEF4DD27> /System/Library/PrivateFrameworks/IMDPersistence.framework/Versions/A/IMDPersistence
0x1c97ce000 - 0x1c97d467f com.apple.idskvstore (10.0 - 1000) <15F07B7D-B813-3A52-8026-5B0D0A69851D> /System/Library/PrivateFrameworks/IDSKVStore.framework/Versions/A/IDSKVStore
0x1c97d5000 - 0x1c981285f com.apple.LocalAuthenticationUI (1.0 - 1656.100.223) <53B48119-4818-3D37-95C1-8B41E4B721AB> /System/Library/PrivateFrameworks/LocalAuthenticationUI.framework/Versions/A/LocalAuthenticationUI
0x1c98cd000 - 0x1c9a4f7df com.apple.AddressBook.framework (14.0 - 2695.500.71) <4F4FB191-7BC1-31E3-B512-F2C13869E1F7> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
0x1c9a50000 - 0x1c9a6e09f com.apple.ToneKit (1.0 - 1) <ED2827C3-CD91-3449-8E91-5D93681973B4> /System/Library/PrivateFrameworks/ToneKit.framework/Versions/A/ToneKit
0x1c9a6f000 - 0x1c9b0295f com.apple.AppStoreDaemon (1.0 - 1) <E943F9F7-D045-38C4-98DB-61629A5DA300> /System/Library/PrivateFrameworks/AppStoreDaemon.framework/Versions/A/AppStoreDaemon
0x1c9bf4000 - 0x1c9bfabdf com.apple.MSUDataAccessor (1.0 - 1) <DD020A4C-856D-3FA2-983F-7E32BDFB5AEF> /System/Library/PrivateFrameworks/MSUDataAccessor.framework/Versions/A/MSUDataAccessor
0x1c9c8b000 - 0x1c9cc067f libnfshared.dylib (354.27) <937FACA6-8986-3C0B-B225-D2DDF13E77C8> /usr/lib/libnfshared.dylib
0x1c9cc1000 - 0x1c9e393df com.apple.Navigation (1.0 - 1) <15CC1D09-2DED-3322-8FD9-DD525270BA91> /System/Library/PrivateFrameworks/Navigation.framework/Versions/A/Navigation
0x1c9e3a000 - 0x1c9e538df com.apple.ExternalAccessory (1.0.0 - 1.0) <1BAF04AB-0A51-36CA-B5B7-8E291EA5B42E> /System/Library/Frameworks/ExternalAccessory.framework/ExternalAccessory
0x1c9e54000 - 0x1c9e6e25f com.apple.IAP (1.0 - 1.0.0) <E9E22E61-5F25-39BE-AC4D-BFA43A63B257> /System/Library/PrivateFrameworks/IAP.framework/Versions/A/IAP
0x1c9f6e000 - 0x1c9fcea9f com.apple.SoftwareUpdateCoreSupport (1.0 - 1) <43A11D50-E6FF-3D1E-874A-4A6D461475D1> /System/Library/PrivateFrameworks/SoftwareUpdateCoreSupport.framework/Versions/A/SoftwareUpdateCoreSupport
0x1c9fea000 - 0x1c9fed65f com.apple.ftclientservices (10.0 - 1000) <13022C54-4F03-370D-992C-83F05D8E2AFD> /System/Library/PrivateFrameworks/FTClientServices.framework/Versions/A/FTClientServices
0x1c9fee000 - 0x1ca07893f com.apple.CharacterPicker (1.0 - 198) <9C6A31B7-1894-33E3-8504-A33A489237F3> /System/Library/PrivateFrameworks/CharacterPicker.framework/Versions/A/CharacterPicker
0x1ca1c2000 - 0x1ca37105f com.apple.AOSUI (1.2 - 876.453) <21B0ED75-6D84-3ECC-A61B-8C6CA43411A5> /System/Library/PrivateFrameworks/AOSUI.framework/Versions/A/AOSUI
0x1ca372000 - 0x1ca37f69f com.apple.icloud.FindMyDeviceUI (1.0 - 18) <92C1E012-B4D4-3D5B-B49C-886BAB8F551D> /System/Library/PrivateFrameworks/FindMyDeviceUI.framework/Versions/A/FindMyDeviceUI
0x1ca3c5000 - 0x1ca3f9aff libtailspin.dylib (218.2) <61C2D883-4015-3173-BFEA-31A00190F96F> /usr/lib/libtailspin.dylib
0x1ca3fa000 - 0x1cbb198bf com.apple.SwiftUI (6.4.41 - 6.4.41) <9378AE39-A883-37F2-8C20-36DA30F14AB0> /System/Library/Frameworks/SwiftUI.framework/Versions/A/SwiftUI
0x1cbb1a000 - 0x1cbb5c87f com.apple.AttributeGraph (6.4.39.2 - 6.4.39.2) <CD892424-DDE5-3400-ADA0-DF21CBAA00D9> /System/Library/PrivateFrameworks/AttributeGraph.framework/Versions/A/AttributeGraph
0x1cbb5d000 - 0x1cbbdf71f com.apple.EmojiFoundation (1.0 - 1) <185D0344-8664-3B2A-9CDC-284C671D0D3D> /System/Library/PrivateFrameworks/EmojiFoundation.framework/Versions/A/EmojiFoundation
0x1cbbe0000 - 0x1cbcbda5f com.apple.CoreCDPInternal (1.0 - 1) <DF8B8758-BF5A-3730-BD4D-4425144FC6D4> /System/Library/PrivateFrameworks/CoreCDPInternal.framework/Versions/A/CoreCDPInternal
0x1cbcbe000 - 0x1cc56a6df libfaceCore.dylib (8.0.76) <8FBE90A8-7E9F-3636-84CC-9A021D462F47> /System/Library/Frameworks/Vision.framework/libfaceCore.dylib
0x1cc56b000 - 0x1cc7b717f com.apple.TextRecognition (1.0 - 157) <16E9E53E-E200-373D-A879-B8A938038CDA> /System/Library/PrivateFrameworks/TextRecognition.framework/Versions/A/TextRecognition
0x1cc7b8000 - 0x1cc7cf6bf com.apple.Futhark (1.0 - 1) <521AB203-4250-3177-A761-FF797E52C79F> /System/Library/PrivateFrameworks/Futhark.framework/Versions/A/Futhark
0x1cc7d0000 - 0x1cc85db9f com.apple.DifferentialPrivacy (1.0 - 1) <3EF6D8B0-8988-33C5-8562-C1C7FF0398C5> /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/Versions/A/DifferentialPrivacy
0x1cc85e000 - 0x1cc897dbf com.apple.SafariFoundation (20621 - 20621.1.15.11.10) <1DADFFFF-2E48-3282-BCFA-A509369C76FB> /System/Library/PrivateFrameworks/SafariFoundation.framework/Versions/A/SafariFoundation
0x1cc8a5000 - 0x1ccb022ff com.apple.RawCamera.bundle (9.30.0 - 1738.101.2) <1AE84146-F360-39AD-8174-34851F932A5B> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x1cccc0000 - 0x1cccfb52f com.apple.MobileBluetooth (1.0 - 1.0) <50E6CA74-A85C-3F80-A9DA-B67260587CF1> /System/Library/PrivateFrameworks/MobileBluetooth.framework/Versions/A/MobileBluetooth
0x1ccd02000 - 0x1ccddd9bf com.apple.AuthenticationServices (12.0 - 20621.1.15.11.10) <D9806A2A-DC28-321C-8392-B6EFB5C206D8> /System/Library/Frameworks/AuthenticationServices.framework/Versions/A/AuthenticationServices
0x1cd867000 - 0x1cd8bdc1f com.apple.biome.BiomeFoundation (1.0 - 166.17.1) <4BDCDBA0-4BF7-3992-86BF-50DAA6F8C94B> /System/Library/PrivateFrameworks/BiomeFoundation.framework/Versions/A/BiomeFoundation
0x1cd8be000 - 0x1cd8c2c9f com.apple.DAAPKit (1.0 - 4024.500.19) <070F64A3-B594-3F97-BCB7-4FA1D885EB92> /System/Library/PrivateFrameworks/DAAPKit.framework/Versions/A/DAAPKit
0x1cd947000 - 0x1cda0351f com.apple.icloud.SPOwner (1.0 - 396.24.7.11.41) <2C1592A3-5368-3895-BD14-43ED65DF4F01> /System/Library/PrivateFrameworks/SPOwner.framework/Versions/A/SPOwner
0x1cfdf3000 - 0x1cfe9e0df com.apple.MMCS (1.3 - 2250.16) <9CE6C888-B35A-3533-9652-85C9460C07AD> /System/Library/PrivateFrameworks/MMCS.framework/Versions/A/MMCS
0x1cfe9f000 - 0x1cff1587f com.apple.acg.InertiaCam (1.0 - 1) <9BB611FF-F45B-3A76-A5C2-9C11C970EC8F> /System/Library/PrivateFrameworks/InertiaCam.framework/Versions/A/InertiaCam
0x1cff7e000 - 0x1d0098dff com.apple.ConfigurationEngineModel (1.0 - 221.4.7) <C1A2393D-AD20-35BB-BEAD-E91ADFCE6271> /System/Library/PrivateFrameworks/ConfigurationEngineModel.framework/Versions/A/ConfigurationEngineModel
0x1d00cf000 - 0x1d00d63b8 libswiftMetal.dylib (368.11.4) <9A95A9BD-184A-3ABB-AF9F-AFE6991AF636> /usr/lib/swift/libswiftMetal.dylib
0x1d00d7000 - 0x1d00dde5f libswiftCompression.dylib (8) <69D2AF15-59D4-34E9-8903-237A8BD051AE> /usr/lib/swift/libswiftCompression.dylib
0x1d0441000 - 0x1d044967f com.apple.SpotlightReceiver (1.0 - 2333.22.13.7) <BB32CD09-ABE9-3C87-AA10-C7AD6F063406> /System/Library/PrivateFrameworks/SpotlightReceiver.framework/Versions/A/SpotlightReceiver
0x1d0696000 - 0x1d09483df com.apple.imcore (10.0 - 1000) <B6537DA5-8619-313C-9C7C-D43018E03AA1> /System/Library/PrivateFrameworks/IMCore.framework/Versions/A/IMCore
0x1d0949000 - 0x1d09658df com.apple.ftawd (8.0 - 900) <34D82D91-8E9B-3EC8-8E99-C3E8361EA409> /System/Library/PrivateFrameworks/FTAWD.framework/Versions/A/FTAWD
0x1d0d24000 - 0x1d0d27f9f com.apple.iChat.InstantMessage (8.0 - 5501) <9CDFA70D-728D-3212-B044-90CBEE276EB0> /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
0x1d0d34000 - 0x1d0ddbcbf libFDR.dylib (1300.100.55) <B1864C3C-656F-3417-8AD7-C08A95259B01> /usr/lib/libFDR.dylib
0x1d0ddc000 - 0x1d0e5933f com.apple.TimeSync (1.0 - 1340.12) <A3577CF4-5BF5-3419-B845-73A794F8215A> /System/Library/PrivateFrameworks/TimeSync.framework/Versions/A/TimeSync
0x1d0e5a000 - 0x1d1468a1f com.apple.biome.BiomeStreams (1.0 - 166.17.1) <E211DE71-97F8-3395-8322-36586CE626B0> /System/Library/PrivateFrameworks/BiomeStreams.framework/Versions/A/BiomeStreams
0x1d1469000 - 0x1d147ae7f com.apple.framework.ctcategories (1.0 - 44.4.1) <A6AED436-73F7-3E31-B29C-146372241ECC> /System/Library/PrivateFrameworks/Categories.framework/Versions/A/Categories
0x1d18e6000 - 0x1d18fc15f com.apple.SoftwareUpdateCoreConnect (1.0 - 1) <A9BA88B5-23B2-3C31-8EFF-C8A5657D99E8> /System/Library/PrivateFrameworks/SoftwareUpdateCoreConnect.framework/Versions/A/SoftwareUpdateCoreConnect
0x1d1915000 - 0x1d198afff com.apple.StorageKit (1.0 - 934.100.30) <49410AD6-E1EA-36AF-AAC8-49B1027DA36D> /System/Library/PrivateFrameworks/StorageKit.framework/Versions/A/StorageKit
0x1d2898000 - 0x1d28a12df com.apple.audio.IOKitten (300.1 - 300.1) <50957702-5F15-3F2C-97F1-BEDD6E695B3A> /System/Library/PrivateFrameworks/IOKitten.framework/Versions/A/IOKitten
0x1d2c5f000 - 0x1d2c8d5df com.apple.coreduet.KnowledgeMonitor (1.0 - 1) <61006D4D-9A5C-3EB6-9132-F4D5A96B2D59> /System/Library/PrivateFrameworks/KnowledgeMonitor.framework/Versions/A/KnowledgeMonitor
0x1d2c8e000 - 0x1d2cd1dff com.apple.UsageTracking (3.0 - 377.4.6) <0A81FB96-56E9-377D-9E04-487D6FAC4495> /System/Library/PrivateFrameworks/UsageTracking.framework/Versions/A/UsageTracking
0x1d2cd2000 - 0x1d40ac49f com.apple.VectorKit (1.0 - 1948.24.9.12.32) <420B3D32-1744-3224-95B9-C0D6D50C17C4> /System/Library/PrivateFrameworks/VectorKit.framework/Versions/A/VectorKit
0x1d40ad000 - 0x1d410a61f com.apple.osanalytics.OSAnalytics (1.0 - 1) <53BB4635-07ED-3BEA-99D2-4BF1B91C14FA> /System/Library/PrivateFrameworks/OSAnalytics.framework/Versions/A/OSAnalytics
0x1d4134000 - 0x1d419dedf com.apple.NetworkServiceProxyFramework (1.0 - 1) <201CB061-B5C3-3F35-B47F-B84C0CDBE803> /System/Library/PrivateFrameworks/NetworkServiceProxy.framework/Versions/A/NetworkServiceProxy
0x1d41c9000 - 0x1d41dbb7f com.apple.CloudPhotoServicesConfiguration (10.0 - 751.0.104) <51E876D6-FF11-369B-805A-205B7BDE04B0> /System/Library/PrivateFrameworks/CloudPhotoServicesConfiguration.framework/Versions/A/CloudPhotoServicesConfiguration
0x1d41fb000 - 0x1d443895f com.apple.CloudPhotoLibrary (1.0 - 751.0.104) <3F241692-4846-3D2E-82C5-9A2F1E5D0E2E> /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/Versions/A/CloudPhotoLibrary
0x1d4461000 - 0x1d47d5667 com.apple.SDAPI (1.0 - 1) <A10C1277-C261-3B4E-AAA2-4FF2A53F78C5> /System/Library/PrivateFrameworks/SDAPI.framework/Versions/A/SDAPI
0x1d53e1000 - 0x1d5443f3f com.apple.Transparency (1.0 - 1218.100.244) <FD966FEB-7EC6-3232-B1A1-98979803AAFA> /System/Library/PrivateFrameworks/Transparency.framework/Versions/A/Transparency
0x1d545a000 - 0x1d545be25 libswiftQuartzCore.dylib (4) <6A05B705-5007-3775-8214-20D4E5F8883D> /usr/lib/swift/libswiftQuartzCore.dylib
0x1d584f000 - 0x1d5854967 com.apple.kperf (1.0 - 1) <CD09D584-E335-3500-A8AB-5FE70DBB7CD9> /System/Library/PrivateFrameworks/kperf.framework/Versions/A/kperf
0x1d5855000 - 0x1d5943c3f com.apple.libktrace (1.0 - 649.100.6) <998B7202-45E1-3A2E-A418-33DCA3A54561> /System/Library/PrivateFrameworks/ktrace.framework/Versions/A/ktrace
0x1d5944000 - 0x1d594b0df com.apple.BezelServicesFW (368 - 368) <E549C194-608C-36A4-948B-717274260FF2> /System/Library/PrivateFrameworks/BezelServices.framework/Versions/A/BezelServices
0x1d5958000 - 0x1d595d45f com.apple.MobileSystemServices (1.0 - 1) <DFC99502-DAAE-3CD6-B460-9DA46EE454B0> /System/Library/PrivateFrameworks/MobileSystemServices.framework/Versions/A/MobileSystemServices
0x1d59c1000 - 0x1d59efdbf com.apple.frameworks.preferencepanes (16.0 - 16.0) <14FC3D4C-2151-33EA-A2DC-B672F2D5B15F> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
0x1d59f0000 - 0x1d59f8a1f com.apple.InAppMessagesCore (1.0 - 1) <AB61EE98-60B6-3D36-B42B-F97E4DA63F0E> /System/Library/PrivateFrameworks/InAppMessagesCore.framework/Versions/A/InAppMessagesCore
0x1d59f9000 - 0x1d5a1d19f com.apple.InAppMessages (1.0 - 1) <722D73AE-9398-3662-9283-85ABD5634045> /System/Library/PrivateFrameworks/InAppMessages.framework/Versions/A/InAppMessages
0x1d5a1e000 - 0x1d5aa569f com.apple.EmailCore (11.0 - 3826.500.181.1.5) <497E5BF9-44FA-3BA9-AD60-E90A24C24539> /System/Library/PrivateFrameworks/EmailCore.framework/Versions/A/EmailCore
0x1d5aea000 - 0x1d5aefb3f com.apple.FindMyMac (3.1 - 71.24.7.11.3) <F688781C-FABC-36B3-808A-91D384953676> /System/Library/PrivateFrameworks/FindMyMac.framework/Versions/A/FindMyMac
0x1d5af0000 - 0x1d5afe7ff com.apple.MobileActivation (1.0 - 1017.100.16) <D7C7F4EE-A50D-31BA-BE29-C9B50AFF25D0> /System/Library/PrivateFrameworks/MobileActivationMacOS.framework/Versions/A/MobileActivationMacOS
0x1d607d000 - 0x1d60b4d7f com.apple.photo.MediaConversionService (10.0 - 751.0.104) <EF430624-ED5D-3126-9F7D-2CFEBAC7E91C> /System/Library/PrivateFrameworks/MediaConversionService.framework/Versions/A/MediaConversionService
0x1d60ea000 - 0x1d61779df com.apple.signpost.SignpostSupport (1.151.7 - 151.7) <B2DECA4C-050A-39DA-AEDF-9636332B014D> /System/Library/PrivateFrameworks/SignpostSupport.framework/Versions/A/SignpostSupport
0x1d6178000 - 0x1d6335e9f com.apple.ModelIO (266.1.12 - 266.1.12) <3E067B41-0CA2-3099-8619-5B0A56F7928B> /System/Library/Frameworks/ModelIO.framework/Versions/A/ModelIO
0x1d6336000 - 0x1d636917f com.apple.UIKitServices (1.0 - 8444.1.402) <9B040D7F-49B6-3BFA-B7FE-7B11BC4F41DA> /System/Library/PrivateFrameworks/UIKitServices.framework/Versions/A/UIKitServices
0x1d636a000 - 0x1d64beb1f com.apple.SampleAnalysis (1.0 - 385.13) <988FFEB8-CA5B-3657-B092-3D6EA3BA3B79> /System/Library/PrivateFrameworks/SampleAnalysis.framework/Versions/A/SampleAnalysis
0x1d6596000 - 0x1d682087f com.apple.photo.NeutrinoCore (1.0 - 751.0.104) <90B14C31-35DC-324A-9653-2CCC43431556> /System/Library/PrivateFrameworks/NeutrinoCore.framework/Versions/A/NeutrinoCore
0x1d69d9000 - 0x1d6a7b19f com.apple.EmailFoundation (11.0 - 3826.500.181.1.5) <C23452D8-ED2B-33D6-9062-0E9E5E14C132> /System/Library/PrivateFrameworks/EmailFoundation.framework/Versions/A/EmailFoundation
0x1d6cf0000 - 0x1d6dc2edf libauthinstall.dylib (1049.100.23) <268EEAF6-5DA9-35AA-8510-86D38849A384> /usr/lib/libauthinstall.dylib
0x1d6dc3000 - 0x1d6de21df libamsupport.dylib (407.100.7) <3BFD7DD9-1B96-3B89-A5BE-7A1DF2A0C0AA> /usr/lib/libamsupport.dylib
0x1d7164000 - 0x1d7166adf com.apple.ScreenTimeServiceUI (3.0 - 537.4.20.1) <ADA85D20-9F82-300F-BCD5-A94ACBFFCC8C> /System/Library/PrivateFrameworks/ScreenTimeServiceUI.framework/Versions/A/ScreenTimeServiceUI
0x1d716b000 - 0x1d71c7f1f com.apple.biome.BiomePubSub (1.0 - 166.17.1) <AB7B45DF-78AC-32D1-AE96-49F1C1ABCC8C> /System/Library/PrivateFrameworks/BiomePubSub.framework/Versions/A/BiomePubSub
0x1d71c8000 - 0x1d720987f com.apple.biome.BiomeStorage (1.0 - 166.17.1) <5F1B5ED5-2475-30C1-BFE3-8DA469A3E9BB> /System/Library/PrivateFrameworks/BiomeStorage.framework/Versions/A/BiomeStorage
0x1d7313000 - 0x1d740d607 libcrypto.42.dylib (107) <69B13D0B-6F57-3B27-B0BB-649BA5327854> /usr/lib/libcrypto.42.dylib
0x1d7812000 - 0x1d797daff com.apple.LinkPresentation (272 - 272.9) <A1EF7711-F46A-3F60-90ED-A17D83BE8258> /System/Library/Frameworks/LinkPresentation.framework/Versions/A/LinkPresentation
0x1d7bf2000 - 0x1d7d1b07f com.apple.PhotosFormats (1.0 - 751.0.104) <7128B81F-7F4F-32B9-B5A4-09E05AF06515> /System/Library/PrivateFrameworks/PhotosFormats.framework/Versions/A/PhotosFormats
0x1d8728000 - 0x1d875951f com.apple.DeviceIdentity (1.0 - 1) <38D33442-2F50-366B-86D2-CB5893392136> /System/Library/PrivateFrameworks/DeviceIdentity.framework/Versions/A/DeviceIdentity
0x1d97e9000 - 0x1d97f4aff com.apple.EmailAddressing (11.0 - 3826.500.181.1.5) <E2A354A8-2FBB-331E-AC85-53A72CCF9704> /System/Library/PrivateFrameworks/EmailAddressing.framework/Versions/A/EmailAddressing
0x1d97f5000 - 0x1d995ba5f com.apple.Email (11.0 - 3826.500.181.1.5) <264F50E9-8846-3675-A361-30C9CB40E1E3> /System/Library/PrivateFrameworks/Email.framework/Versions/A/Email
0x1d995d000 - 0x1d9a7919f com.apple.CoreMediaStream (1.0 - 751.0.104) <BCA7C224-C488-37A1-A492-D9DCA96D33CC> /System/Library/PrivateFrameworks/CoreMediaStream.framework/Versions/A/CoreMediaStream
0x1d9a7a000 - 0x1d9a88815 libswiftUniformTypeIdentifiers.dylib (840.8) <84D2DDA3-B4BB-31C0-BF70-5F4E08264D49> /usr/lib/swift/libswiftUniformTypeIdentifiers.dylib
0x1d9a89000 - 0x1d9b40a1f libswiftAccelerate.dylib (62) <9BC8E054-A5A8-3415-AC91-71E21994DF72> /usr/lib/swift/libswiftAccelerate.dylib
0x1d9c7c000 - 0x1d9c8ca3f libpartition2_dynamic.dylib (3196.100.165.0.2) <7833F2A3-3F9F-389E-B532-B3210540177E> /usr/lib/libpartition2_dynamic.dylib
0x1da144000 - 0x1da14c89f com.apple.AFKUser (1.0 - 1) <1E09E3B8-D3A8-33E7-85D8-9D43D015B90C> /System/Library/PrivateFrameworks/AFKUser.framework/Versions/A/AFKUser
0x1dbf4b000 - 0x1dc189c3f com.apple.photo.PhotoImaging (1.0 - 751.0.104) <81375A73-5414-369C-920B-18239DB3FC43> /System/Library/PrivateFrameworks/PhotoImaging.framework/Versions/A/PhotoImaging
0x1dd157000 - 0x1dd19561f com.apple.PhotosImagingFoundation (10.0 - 751.0.104) <2C8418F3-0A2C-3103-82C4-99019178CA4F> /System/Library/PrivateFrameworks/PhotosImagingFoundation.framework/Versions/A/PhotosImagingFoundation
0x1dd196000 - 0x1dd1a337f com.apple.CloudPhotoServices (1.0 - 751.0.104) <5AF454E2-B9D6-3DC6-A695-F8696BE30783> /System/Library/PrivateFrameworks/CloudPhotoServices.framework/Versions/A/CloudPhotoServices
0x1dd1a4000 - 0x1dd1fdfdf com.apple.acg.AutoLoop (1.0 - 1) <1B456E1E-1DDF-3E76-9722-B090BD47EDA4> /System/Library/PrivateFrameworks/AutoLoop.framework/Versions/A/AutoLoop
0x1dd2ac000 - 0x1dd56bebf com.apple.Osprey (1.0 - 1) <FDED92AB-4A16-3E9D-B441-086A33202136> /System/Library/PrivateFrameworks/Osprey.framework/Versions/A/Osprey
0x1dd7ac000 - 0x1dd7adb66 libswiftCryptoTokenKit.dylib (738.100.34) <FC09EB53-6584-3B00-A90E-9118B826DC3E> /usr/lib/swift/libswiftCryptoTokenKit.dylib
0x1dd7ae000 - 0x1dd7e457a libswiftCoreMedia.dylib (3210.19.1.5.2) <E1D0F375-387D-32EF-A372-4AB5CEBB0DFF> /usr/lib/swift/libswiftCoreMedia.dylib
0x1deb0f000 - 0x1deb18487 com.apple.kperfdata (1.0 - 1) <36E6ACA5-4379-37B9-B10C-F24F79A5251B> /System/Library/PrivateFrameworks/kperfdata.framework/Versions/A/kperfdata
0x1deb27000 - 0x1deb32abf com.apple.Reveal (1.0 - 52) <7F012CEA-F096-34F1-AB16-E589B2A45B8D> /System/Library/PrivateFrameworks/Reveal.framework/Versions/A/Reveal
0x1deb33000 - 0x1deb39e3f com.apple.RevealCore (1.0 - 52) <04316A89-545A-34F3-8FD8-DB394087327A> /System/Library/PrivateFrameworks/RevealCore.framework/Versions/A/RevealCore
0x1defa3000 - 0x1defb4b9f com.apple.BulkSymbolication (1.385.13 - 385.13) <5A1E3A4A-F4E5-3E24-9E21-A77944B1FD82> /System/Library/PrivateFrameworks/BulkSymbolication.framework/Versions/A/BulkSymbolication
0x1defb5000 - 0x1defb6d8b libswiftOSLog.dylib (8) <F34D92B9-F5E6-3330-AD66-859F0C419DCF> /usr/lib/swift/libswiftOSLog.dylib
0x1df245000 - 0x1df276e61 libswiftAVFoundation.dylib (2320.19.1) <20424BC6-E179-36F7-A1F9-9A67A098E3AB> /usr/lib/swift/libswiftAVFoundation.dylib
0x1e2ae8000 - 0x1e2be4bdf com.apple.Symbolication (16.0 - 64570.58.1) <CA0F33A1-95E2-3F8D-BF9D-E544A772A69C> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x1e2be5000 - 0x1e2c1a63f com.apple.ScreenTimeUI (3.0 - 537.4.20.1) <1E563E21-181B-348A-9F9B-9C218EE3E5CE> /System/Library/PrivateFrameworks/ScreenTimeUI.framework/Versions/A/ScreenTimeUI
0x1e2c86000 - 0x1e2c9e55f com.apple.performance.DiagnosticRequest (1.4 - 4) <7D31493F-6C3D-3C4C-9EC2-7CEE7A2AE0B2> /System/Library/PrivateFrameworks/DiagnosticRequest.framework/Versions/A/DiagnosticRequest
0x1e325d000 - 0x1e32640ff com.apple.framework.netrb (1.0 - 1) <EFF5FD8D-9C1F-348A-B620-C27F12413EF3> /System/Library/PrivateFrameworks/Netrb.framework/Versions/A/Netrb
0x1e3265000 - 0x1e3298a9f com.apple.frameworks.preferencepanessupport (13.0 - 13.0) <46845061-31F6-33DD-A6C9-07A618F7D163> /System/Library/PrivateFrameworks/PreferencePanesSupport.framework/Versions/A/PreferencePanesSupport
0x1e3299000 - 0x1e32bdfff com.apple.CoreMaterial (1.0 - 1) <A984ADE7-EF97-38D4-919F-74FF45CAFD0D> /System/Library/PrivateFrameworks/CoreMaterial.framework/Versions/A/CoreMaterial
0x1e3415000 - 0x1e34173df com.apple.framework.machinesettings (11.0 - 11.0) <82FBCB79-002A-3650-B85E-80D2BC40B8AC> /System/Library/PrivateFrameworks/MachineSettings.framework/Versions/A/MachineSettings
0x1e3418000 - 0x1e34e3a9f com.apple.CoreCDPUI (1.0 - 1) <69FA9AF4-89D4-3128-8BAC-5BDDB4CD1B19> /System/Library/PrivateFrameworks/CoreCDPUI.framework/Versions/A/CoreCDPUI
0x1e4e82000 - 0x1e4f1b97f com.apple.AppleCVA (1001.202.0 - 1001.202.0) <BBE611C6-55F4-3E7C-8EC4-7A9971BD187E> /System/Library/PrivateFrameworks/AppleCVA.framework/Versions/A/AppleCVA
0x1e6b81000 - 0x1e6b9121f com.apple.OSLog (1.0 - 1643.100.44) <BF90C533-FAD5-3BF2-B09A-4A53C2D8D514> /System/Library/Frameworks/OSLog.framework/Versions/A/OSLog
0x1e6db8000 - 0x1e6ec17ac com.apple.InternalSwiftProtobuf (1.0 - 1.26.0) <D2694871-C544-376B-BB19-3E799B745BB4> /System/Library/PrivateFrameworks/InternalSwiftProtobuf.framework/Versions/A/InternalSwiftProtobuf
0x1e6f86000 - 0x1e6f912ff com.apple.HIDDisplay (1.0 - 1) <0049AA30-6F09-3A10-9786-D17A8A892017> /System/Library/PrivateFrameworks/HIDDisplay.framework/Versions/A/HIDDisplay
0x1e6f92000 - 0x1e6fe3dff com.apple.ReplayKit (1.0 - 1) <284DE761-3521-3110-9597-B5B249A987EF> /System/Library/Frameworks/ReplayKit.framework/Versions/A/ReplayKit
0x1e88e2000 - 0x1e92a9f9f com.apple.BlastDoor (1.0 - 1) <CABEB185-C48E-341C-8322-C92BCAF1A263> /System/Library/PrivateFrameworks/BlastDoor.framework/Versions/A/BlastDoor
0x1e94a0000 - 0x1e9514972 com.apple.security.CryptoKit (1.0 - 1) <A2019470-4802-3C7D-8AC1-759DD05B86A5> /System/Library/Frameworks/CryptoKit.framework/Versions/A/CryptoKit
0x1e9689000 - 0x1e96a135f com.apple.BluetoothManager (1.0 - 1) <6CA1620E-0E53-3E09-A6C6-430DA09DF403> /System/Library/PrivateFrameworks/BluetoothManager.framework/Versions/A/BluetoothManager
0x1e96e4000 - 0x1e971b69f com.apple.PassKitUIFoundation (1.0 - 1591.5.17.3) <D344ACCD-A4AC-33D8-9339-E16B236AB81A> /System/Library/PrivateFrameworks/PassKitUIFoundation.framework/Versions/A/PassKitUIFoundation
0x1ea465000 - 0x1ea4aeabf com.apple.RemoteConfiguration (3.0 - 260) <37C8BC6C-A754-33AD-82B0-1B25F635CB1B> /System/Library/PrivateFrameworks/RemoteConfiguration.framework/Versions/A/RemoteConfiguration
0x1ec3a9000 - 0x1ec3c6dab libedit.3.dylib (62) <0C4722AF-FA49-35BA-AAFD-8CB2FC16CE53> /usr/lib/libedit.3.dylib
0x1ec3df000 - 0x1ec43a43f libswiftDemangle.dylib (6.1.0.110.5) <6F2519FF-2CE4-3DF2-BF97-85749BE58740> /usr/lib/swift/libswiftDemangle.dylib
0x1ec4e2000 - 0x1ec4ea79f com.apple.imtransferservices (10.0 - 1000) <2F0A3999-8540-3718-8195-0EFBCA66128C> /System/Library/PrivateFrameworks/IMTransferServices.framework/Versions/A/IMTransferServices
0x1ed3e4000 - 0x1ed6fbf1f com.apple.newstransport (10.3 - 5676.0.3) <64EB3EC1-8193-3A58-BD5A-38969D7F5470> /System/Library/PrivateFrameworks/NewsTransport.framework/Versions/A/NewsTransport
0x1ed79b000 - 0x1ed7aa65f com.apple.newsfoundation (10.3 - 5676.0.3) <EC7C815E-A701-3D0B-B631-68CF04BEB3EB> /System/Library/PrivateFrameworks/NewsFoundation.framework/Versions/A/NewsFoundation
0x1ed7ab000 - 0x1edd344bf com.apple.newscore (10.3 - 5676.0.3) <0949BAC6-294F-3282-8CD7-5FFE5A3F834F> /System/Library/PrivateFrameworks/NewsCore.framework/Versions/A/NewsCore
0x1ee0b7000 - 0x1ee0b7c5b com.apple.FeatureFlags (1.0 - 97) <56D02B05-BB28-3B43-BD17-51EC3ACF4218> /System/Library/PrivateFrameworks/FeatureFlags.framework/Versions/A/FeatureFlags
0x1ee0c3000 - 0x1ee0caeed libswiftNaturalLanguage.dylib (4.3) <A2EBD32C-A81A-33FC-A5D7-49F6A675B7C5> /usr/lib/swift/libswiftNaturalLanguage.dylib
0x1ee13f000 - 0x1ee1711bf com.apple.WiFiPeerToPeer (725.36.0 - 725.36) <9393F831-FB13-3D14-8523-7FFD7CE50FF5> /System/Library/PrivateFrameworks/WiFiPeerToPeer.framework/Versions/A/WiFiPeerToPeer
0x1f6898000 - 0x1f69909bf com.apple.JetUI (1.0 - 1) <69EF4A5D-F662-319D-B65F-0937CEC7F9A0> /System/Library/PrivateFrameworks/JetUI.framework/Versions/A/JetUI
0x1f6991000 - 0x1f6e73cff com.apple.JetEngine (1.0 - 1) <F95EF8B7-ECC7-3A57-B652-7759A2865685> /System/Library/PrivateFrameworks/JetEngine.framework/Versions/A/JetEngine
0x1f7376000 - 0x1f73994e7 libswiftSwiftOnoneSupport.dylib (6.1 - 6.1.0.110.5) <43221327-9A0F-3331-A1B5-691F57E8CA91> /usr/lib/swift/libswiftSwiftOnoneSupport.dylib
0x1f78ec000 - 0x1f78ee65f com.apple.ConfigProfileHelper (17.1 - 1722) <7368A7EF-9D09-39F7-B8CF-FAF94E49CB4D> /System/Library/PrivateFrameworks/ConfigProfileHelper.framework/Versions/A/ConfigProfileHelper
0x1f7b4a000 - 0x1f7baacdf com.apple.ScreenReaderCore (10 - 964.12.7.1) <E495775C-E749-3A5E-9523-9490BCACA724> /System/Library/PrivateFrameworks/ScreenReaderCore.framework/Versions/A/ScreenReaderCore
0x1f7c21000 - 0x1f7c8d7ff com.apple.RemoteManagement (1.0 - 2.0) <095D2638-63B7-3CB6-84FD-415CE7572DDC> /System/Library/PrivateFrameworks/RemoteManagement.framework/Versions/A/RemoteManagement
0x1f7f06000 - 0x1f929a2ff com.apple.ANECompiler (8.5.3 - 8.5.3) <3139E485-49AA-3277-B177-AF9078328292> /System/Library/PrivateFrameworks/ANECompiler.framework/Versions/A/ANECompiler
0x1f929b000 - 0x1f92aafdf com.apple.DeviceCheck (1.0 - 1) <9EAEC5FB-9862-384C-A033-833147471D60> /System/Library/Frameworks/DeviceCheck.framework/Versions/A/DeviceCheck
0x1fa88f000 - 0x1fa8962f7 libCoreFSCache.dylib (301) <4B3E17A0-1FF3-397C-9CD4-BB1B36C7506A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x1fa897000 - 0x1fa89c907 libCoreVMClient.dylib (301) <BAF24D5E-599A-34D8-911F-4A81EAB70B75> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x1fa89d000 - 0x1fa8ad277 com.apple.opengl (21.1.1 - 21.1.1) <3DB518B7-2553-34E3-88CE-FC02CF5503BD> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x1fa8ae000 - 0x1fa8b07af libCVMSPluginSupport.dylib (21.1.2) <8719AA3E-18F2-3FA5-9E24-686C65978C6D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x1fa8b1000 - 0x1fa8b96bf libGFXShared.dylib (21.1.2) <1374E8C1-CA8A-3BF2-8309-A9CA5C3B62DA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x1fa8ba000 - 0x1fa8ecce3 libGLImage.dylib (21.1.2) <386B4669-5FE9-3A8E-B425-4A4FAAC42E87> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x1fa8ed000 - 0x1fa92732f libGLU.dylib (21.1.2) <0B9A591D-9A64-3A5B-987D-BD6F8E2645AA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x1faa79000 - 0x1faa82bcf libGL.dylib (21.1.2) <F8E967C1-08D7-39CE-BDCE-9945ACB71E13> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x1fac09000 - 0x1fac781dd com.apple.opencl (5.5 - 5.5) <99D3D0F0-C872-30C3-8850-EBA17C9BE05E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x1fae15000 - 0x1faf4a13f com.apple.audio.AVFAudio (1.0 - 684.520.1) <E07B5E3C-0855-3239-B73D-CEA90B2E8C67> /System/Library/Frameworks/AVFAudio.framework/Versions/A/AVFAudio
0x1faf6e000 - 0x1fb4203bf com.apple.AppIntents (1.0 - 227.13.0.3) <EB5196BA-9954-3DE5-B7F0-BB05F25AE95C> /System/Library/Frameworks/AppIntents.framework/Versions/A/AppIntents
0x1fb93f000 - 0x1fb941d1f com.apple.BrowserEngineCore (1.0 - 1) <6BF0DE4A-939F-3A61-98CC-735675018491> /System/Library/Frameworks/BrowserEngineCore.framework/Versions/A/BrowserEngineCore
0x1fbdda000 - 0x1fbe1f7ff com.apple.CoreTransferable (1.0.1 - 1) <26005C49-8857-3EDF-B83B-E21C82EB5D4E> /System/Library/Frameworks/CoreTransferable.framework/Versions/A/CoreTransferable
0x1fc35e000 - 0x1fc360abf com.apple.DataDetection (8.0 - 801.2) <7AEAFB21-BE5C-3030-8C11-D24AC32F1B66> /System/Library/Frameworks/DataDetection.framework/Versions/A/DataDetection
0x1fc361000 - 0x1fc379744 com.apple.dt.DeveloperToolsSupport (22.10.5 - 22.10.5) <70E03A95-1EB0-3BD0-9DA5-6084C1667DF4> /System/Library/Frameworks/DeveloperToolsSupport.framework/Versions/A/DeveloperToolsSupport
0x1fc37a000 - 0x1fc4230b9 com.apple.DeviceActivity (3.0 - 377.4.6) <972B6A8A-C286-37B6-9A6C-1604078E92D6> /System/Library/Frameworks/DeviceActivity.framework/Versions/A/DeviceActivity
0x1fc4ae000 - 0x1fc577e3f com.apple.ExtensionFoundation (97 - 97) <5B609C82-5115-3EE8-BEC6-65771B0CF6F4> /System/Library/Frameworks/ExtensionFoundation.framework/Versions/A/ExtensionFoundation
0x1fc578000 - 0x1fc5b3cdf com.apple.ExtensionKit (97 - 97) <C5A5BD63-0240-39D1-A6D2-691249D166AE> /System/Library/Frameworks/ExtensionKit.framework/Versions/A/ExtensionKit
0x1fc5b4000 - 0x1fc61823f com.apple.FSKit (1.0 - 1) <AB107FD7-7BF7-3E6D-8029-C08C0FDF5487> /System/Library/Frameworks/FSKit.framework/Versions/A/FSKit
0x1fd3e3000 - 0x1fd3eb1bf com.apple.JavaRuntimeSupport (84 - 84) <876FA33F-EB86-3134-8647-0360091842C7> /System/Library/Frameworks/JavaRuntimeSupport.framework/Versions/A/JavaRuntimeSupport
0x1fd4d0000 - 0x1fd596579 com.apple.ManagedSettings (242.4.10 - 242.4.10) <13328D3D-D186-338E-9765-85BE8BD008C9> /System/Library/Frameworks/ManagedSettings.framework/Versions/A/ManagedSettings
0x1fe154000 - 0x1fe17105f com.apple.MPSBenchmarkLoop (1.0 - 1) <CA444846-A537-3EFB-A0ED-1415EEFB1780> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSBenchmarkLoop.framework/Versions/A/MPSBenchmarkLoop
0x1fe172000 - 0x1fe1861bf com.apple.MPSFunctions (1.0 - 1) <4FA8005F-975F-30F2-A9CB-8172A009CEB3> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSFunctions.framework/Versions/A/MPSFunctions
0x1fe187000 - 0x1ff293bbf com.apple.MetalPerformanceShadersGraph (5.4.11 - 5.4.11) <7FA18665-4F3C-345B-9B68-99ABD3346F8B> /System/Library/Frameworks/MetalPerformanceShadersGraph.framework/Versions/A/MetalPerformanceShadersGraph
0x1ffe95000 - 0x1fffc9c7f com.apple.QuickLookUIFramework (5.0 - 1002.5.2) <FF768B65-CB05-3A72-8CFE-14A5F428E6A3> /System/Library/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x200873000 - 0x2008cabbf com.apple.ScreenCaptureKit (1) <14AEB5EB-A751-3BA3-AC6F-0494064EE742> /System/Library/Frameworks/ScreenCaptureKit.framework/Versions/A/ScreenCaptureKit
0x2008f7000 - 0x2009140ff com.apple.SensitiveContentAnalysis (1.0 - 1) <35D7255E-0F0F-3F8B-8F14-6DC094C2A2B5> /System/Library/Frameworks/SensitiveContentAnalysis.framework/Versions/A/SensitiveContentAnalysis
0x2009b7000 - 0x2009d469f com.apple.SharedWithYouCore (1.0 - 1) <55995537-78EC-353F-9024-09480685F184> /System/Library/Frameworks/SharedWithYouCore.framework/Versions/A/SharedWithYouCore
0x200d70000 - 0x200eaa022 com.apple.SwiftData (1.0 - 98.1) <ED98AFEE-5C6D-3EA6-AD3D-C7E012BA34A0> /System/Library/Frameworks/SwiftData.framework/Versions/A/SwiftData
0x200eab000 - 0x201a5125f com.apple.SwiftUICore (6.4.41 - 6.4.41) <172E2420-EA82-32E0-9622-4D3679712B53> /System/Library/Frameworks/SwiftUICore.framework/Versions/A/SwiftUICore
0x201a52000 - 0x201a62edf com.apple.Symbols (1.0 - 167.4.0.3) <BE705B07-D86E-3EF2-9124-C06FE48039F5> /System/Library/Frameworks/Symbols.framework/Versions/A/Symbols
0x201c93000 - 0x201d0940f com.apple.TipKit (8.0 - 92.4.19) <4F177563-9C87-3D84-B93C-D12CC27AA13D> /System/Library/Frameworks/TipKit.framework/Versions/A/TipKit
0x201df3000 - 0x201e5f6ff com.apple.Translation (1.0 - 300.12) <0EE400A7-AD2D-3CEC-B317-3FD37CC19EA6> /System/Library/Frameworks/Translation.framework/Versions/A/Translation
0x2022f1000 - 0x202621e1f libANGLE-shared.dylib (621.1.15.11.10) <3216D294-1C16-36BA-931A-D27B77800F91> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/Frameworks/libANGLE-shared.dylib
0x202790000 - 0x2027a4da2 com.apple.AuthenticationServices.SwiftUI (1.0 - 621.1.15.11.10) <F77F7EBD-0BB6-3088-B17F-770CC175ABAA> /System/Library/Frameworks/_AuthenticationServices_SwiftUI.framework/Versions/A/_AuthenticationServices_SwiftUI
0x240f72000 - 0x240f8cbbf com.apple.AAAFoundation (1.0 - 1) <48F340EE-6406-3B19-912C-8C7C00AF38CB> /System/Library/PrivateFrameworks/AAAFoundation.framework/Versions/A/AAAFoundation
0x240f8d000 - 0x240ff3a6a com.apple.AAAFoundationSwift (1.0 - 1) <325F6F5B-AF40-37D4-9739-5B60AB878DDE> /System/Library/PrivateFrameworks/AAAFoundationSwift.framework/Versions/A/AAAFoundationSwift
0x242577000 - 0x2425802bf com.apple.AccessibilityBundles (1.0 - 287.6.4) <A7126D19-3474-3C9E-ACEB-6965D84B7F70> /System/Library/PrivateFrameworks/AccessibilityBundles.framework/Versions/A/AccessibilityBundles
0x2431a9000 - 0x2432edc42 com.apple.Anvil (1.0 - 1) <4ED2CAE4-DBFD-3481-9BF2-83A9759BC1BB> /System/Library/PrivateFrameworks/Anvil.framework/Versions/A/Anvil
0x2433f3000 - 0x24342f0f1 com.apple.AppIntentSchemas (1.0 - 3404.30.1) <40105E7D-650E-31C6-BD68-E7417198B28D> /System/Library/PrivateFrameworks/AppIntentSchemas.framework/Versions/A/AppIntentSchemas
0x243430000 - 0x243693915 com.apple.AppIntentsServices (1.0 - 33.19) <C387AB83-977C-3342-B91A-9BD54DC99941> /System/Library/PrivateFrameworks/AppIntentsServices.framework/Versions/A/AppIntentsServices
0x2440e0000 - 0x244144c7f com.apple.AppleAccountUI (1.0 - 1) <7A643391-7D31-358A-B396-FE14CA3F6794> /System/Library/PrivateFrameworks/AppleAccountUI.framework/Versions/A/AppleAccountUI
0x244189000 - 0x24427607f com.apple.AppleDepth (137.3 - 137.3) <34D6DA21-40F3-3326-BBFF-DD51B7900409> /System/Library/PrivateFrameworks/AppleDepth.framework/Versions/A/AppleDepth
0x244277000 - 0x2442f619f com.apple.AppleDepthCore (137.0 - 137.0) <780BF63F-D73A-3B22-9765-4A1632C78FE7> /System/Library/PrivateFrameworks/AppleDepthCore.framework/Versions/A/AppleDepthCore
0x2442f7000 - 0x24430b8df com.apple.AppleDeviceQuerySupport (1.0 - 340.100.16) <D227C735-FEBE-324F-9101-7C017453DF95> /System/Library/PrivateFrameworks/AppleDeviceQuerySupport.framework/Versions/A/AppleDeviceQuerySupport
0x244359000 - 0x24437455f com.apple.siri.flatbuffer.AppleFlatBuffers (1) <BF079DFC-ED8B-361D-8711-72CBD06FAA02> /System/Library/PrivateFrameworks/AppleFlatBuffers.framework/Versions/A/AppleFlatBuffers
0x244739000 - 0x24490c35f com.apple.cmphoto.AppleJPEGXL (1.0 - 1) <DCA43094-41DA-3BD5-9E69-BF24F53EB0A5> /System/Library/PrivateFrameworks/AppleJPEGXL.framework/Versions/A/AppleJPEGXL
0x24490d000 - 0x244962bff com.apple.AppleKeyStore (1.0 - 1.0) <3DCDA88C-1DD2-3239-B090-49FA95E03805> /System/Library/PrivateFrameworks/AppleKeyStore.framework/Versions/A/AppleKeyStore
0x244992000 - 0x24516485f com.apple.AppleMediaServicesKitInternal (1.0.17.1 - 1.0.17.1) <35075E2D-6B53-3089-89CC-28F990259374> /System/Library/PrivateFrameworks/AppleMediaServicesKitInternal.framework/Versions/A/AppleMediaServicesKitInternal
0x2452d9000 - 0x2452f1c1f com.apple.private.AppleMobileFileIntegrity-fmk (1.0 - 1) <1E80220F-9D99-3FF9-A59F-EAC3A5FCD54A> /System/Library/PrivateFrameworks/AppleMobileFileIntegrity.framework/Versions/A/AppleMobileFileIntegrity
0x24550d000 - 0x2455394f2 com.apple.AskToCore (1.0 - 1) <0A5CA7ED-0AD3-3A5A-BEAE-6BC251D9DA91> /System/Library/PrivateFrameworks/AskToCore.framework/Versions/A/AskToCore
0x245633000 - 0x245645f9f com.apple.AtomicsInternal (1.1.0 - 103.1) <FA6B1315-BDFB-39F3-A321-040C1B9B4224> /System/Library/PrivateFrameworks/AtomicsInternal.framework/Versions/A/AtomicsInternal
0x2456c7000 - 0x2456f557f com.apple.imgaudio.AudioAnalytics (1.0 - 1) <3F983137-BDD7-355B-A06F-03BB67BD055B> /System/Library/PrivateFrameworks/AudioAnalytics.framework/Versions/A/AudioAnalytics
0x245988000 - 0x245a6925f com.apple.AuthenticationServicesCore (1.0 - 20621.1.15.11.10) <202E1E2F-5DD9-33F0-A10A-62E27F6299DF> /System/Library/PrivateFrameworks/AuthenticationServicesCore.framework/Versions/A/AuthenticationServicesCore
0x245ab5000 - 0x245ab7f5f com.apple.AvailabilityKit (1.0 - 1) <1C0555A8-CEAC-362B-B1E8-00310B953EF4> /System/Library/PrivateFrameworks/AvailabilityKit.framework/Versions/A/AvailabilityKit
0x245ab8000 - 0x245b6e5bf com.apple.avatarkit (1.0 - 346.201) <DD8F0375-31F1-37B1-93BD-550DE6313FED> /System/Library/PrivateFrameworks/AvatarKit.framework/Versions/A/AvatarKit
0x245b6f000 - 0x245b6f367 com.apple.AvatarKitContent (1.0 - 346.201) <19DDAD61-4B07-3E57-A149-A859516939D6> /System/Library/PrivateFrameworks/AvatarKitContent.framework/Versions/A/AvatarKitContent
0x245b70000 - 0x245bbfb9f com.apple.AvatarPersistence (1.0 - 363.500.41) <5449BAC1-CBA1-3847-A435-F6E1401AC9E7> /System/Library/PrivateFrameworks/AvatarPersistence.framework/Versions/A/AvatarPersistence
0x245bf7000 - 0x245c13dff com.apple.BackgroundSystemTasks (1.0 - 1) <170B5B94-0265-323D-AEF8-B0E2A6CAC8F7> /System/Library/PrivateFrameworks/BackgroundSystemTasks.framework/Versions/A/BackgroundSystemTasks
0x245c80000 - 0x245c9b07f com.apple.biome.BiomeDSL (1.0 - 166.17.1) <6648F175-C9ED-355A-942A-98CFCBD1343B> /System/Library/PrivateFrameworks/BiomeDSL.framework/Versions/A/BiomeDSL
0x245c9c000 - 0x245cbac1f com.apple.biome.BiomeFlexibleStorage (1.0 - 166.17.1) <642D5FEF-94B6-3C58-815E-9F0BFD412259> /System/Library/PrivateFrameworks/BiomeFlexibleStorage.framework/Versions/A/BiomeFlexibleStorage
0x245cbb000 - 0x24634a49f com.apple.BiomeLibrary (100.42.2) <5931C0A0-8C22-30C1-88A7-0CA38D480F55> /System/Library/PrivateFrameworks/BiomeLibrary.framework/Versions/A/BiomeLibrary
0x24634b000 - 0x246350b1f com.apple.biome.BiomeSync (1.0 - 166.17.1) <841EA117-9F7B-3E0C-8670-E22AFC47C81C> /System/Library/PrivateFrameworks/BiomeSync.framework/Versions/A/BiomeSync
0x246afd000 - 0x246b346ff com.apple.CBORLibrary (1.0 - 1) <B33C9B10-5EE0-317A-AB8C-A83B18D10E8E> /System/Library/PrivateFrameworks/CBORLibrary.framework/Versions/A/CBORLibrary
0x246e65000 - 0x246e66eb7 com.apple.CMCaptureDevice (587.101.4) <C33A807A-DD5B-368B-A9AF-11D4D4FF1C09> /System/Library/PrivateFrameworks/CMCaptureDevice.framework/Versions/A/CMCaptureDevice
0x246f2f000 - 0x247102cff com.apple.CMImaging (1.0 - 587.101.4) <03EFA581-F1BC-320A-89E3-D022E0E32EE2> /System/Library/PrivateFrameworks/CMImaging.framework/Versions/A/CMImaging
0x247103000 - 0x24720e25f com.apple.CMPhoto (1.0 - 1) <67B50275-1F3A-3E1F-9525-3B0B777B0F5B> /System/Library/PrivateFrameworks/CMPhoto.framework/Versions/A/CMPhoto
0x247213000 - 0x247220cbf com.apple.spotlight.CSExattrCrypto (1.0 - 2333.22.13.7) <D6626411-E618-35BE-A05A-79EE003C23A0> /System/Library/PrivateFrameworks/CSExattrCrypto.framework/Versions/A/CSExattrCrypto
0x247377000 - 0x24742269f com.apple.CalendarDaemon (1.0 - 1194.5.6) <67DAA8B4-9C46-3922-B314-300203F10DAA> /System/Library/PrivateFrameworks/CalendarDaemon.framework/Versions/A/CalendarDaemon
0x247423000 - 0x2475502df com.apple.CalendarDatabase (1.0 - 1253.5.4) <F719BDD5-1197-3D58-A4AA-17C41B4F94D1> /System/Library/PrivateFrameworks/CalendarDatabase.framework/Versions/A/CalendarDatabase
0x2477ee000 - 0x24786639f com.apple.biome.CascadeSets (1.0 - 166.17.1) <72D8F3AA-A0C3-350A-86CD-0177A575AA12> /System/Library/PrivateFrameworks/CascadeSets.framework/Versions/A/CascadeSets
0x247867000 - 0x247885c07 com.apple.cryptokit.Chirp (1.0 - 1) <0F694331-0B2C-3AEB-A39A-E75EC100D4FA> /System/Library/PrivateFrameworks/Chirp.framework/Versions/A/Chirp
0x247c27000 - 0x247c601df com.apple.CinematicFraming (1.0 - 587.101.4) <071202A9-C124-3007-9921-297CD42C0B35> /System/Library/PrivateFrameworks/CinematicFraming.framework/Versions/A/CinematicFraming
0x247fd2000 - 0x24804eb50 com.apple.cloudkit.CloudAssets (2250.36.1) <B05575B2-FAF0-3601-BC51-57F36AFBEA69> /System/Library/PrivateFrameworks/CloudAssets.framework/Versions/A/CloudAssets
0x2482fb000 - 0x248308bdf com.apple.CloudSettings (1.0 - 1) <2D57722E-2B9B-3F1C-B842-B482AC318AC6> /System/Library/PrivateFrameworks/CloudSettings.framework/Versions/A/CloudSettings
0x24838c000 - 0x2484b653f com.apple.CloudSubscriptionFeatures (1.0 - 1.9) <02920561-B8C4-3ACA-8A92-347490503B98> /System/Library/PrivateFrameworks/CloudSubscriptionFeatures.framework/Versions/A/CloudSubscriptionFeatures
0x248578000 - 0x248ae721f com.apple.Coherence (1.0 - 1) <E40EA54D-B556-3E7B-B503-9FECC2A62797> /System/Library/PrivateFrameworks/Coherence.framework/Versions/A/Coherence
0x248ae8000 - 0x248b0bd5f com.apple.CollectionViewCore (1.0 - 1) <D54CD767-5F37-34D1-A641-AA3459E75D02> /System/Library/PrivateFrameworks/CollectionViewCore.framework/Versions/A/CollectionViewCore
0x248b0c000 - 0x248c4f297 com.apple.CollectionsInternal (1.1.0 - 103.1) <F0ED7551-64FE-3688-ADEE-67DA4F155A6C> /System/Library/PrivateFrameworks/CollectionsInternal.framework/Versions/A/CollectionsInternal
0x248dcc000 - 0x248e05fca com.apple.contacts.ContactsAccounts (1.0 - 1) <618A0777-E48D-3D31-8A19-EB640677BA5E> /System/Library/PrivateFrameworks/ContactsAccounts.framework/Versions/A/ContactsAccounts
0x248e06000 - 0x248e09d7f com.apple.contacts.ContactsMetrics (1 - 17.500.41) <1CDCBCA8-ED1C-3B78-B3A4-433BB4499294> /System/Library/PrivateFrameworks/ContactsMetrics.framework/Versions/A/ContactsMetrics
0x248f33000 - 0x248f37e5f com.apple.contextkit.ContextKitCore (1.0 - 1) <5BAEE6E0-F93A-3317-B05C-2B64CD7281AA> /System/Library/PrivateFrameworks/ContextKitCore.framework/Versions/A/ContextKitCore
0x2495c9000 - 0x24961f67f com.apple.audio.coreaudio.Stravinsky (1.0 - 1) <C78FFB8D-940B-3917-972F-E0C046D28F54> /System/Library/PrivateFrameworks/CoreAudioOrchestration.framework/Versions/A/CoreAudioOrchestration
0x24c2b1000 - 0x24c3b183f com.apple.CoreSceneUnderstanding (1.69.1 - 1.69.1) <90862518-D879-3F1D-94AE-BFFE4756D4E0> /System/Library/PrivateFrameworks/CoreSceneUnderstanding.framework/Versions/A/CoreSceneUnderstanding
0x24c536000 - 0x24c55b7bf com.apple.CoreUtilsExtras (7.7 - 770.26) <28A5125A-8CF4-3D06-A71E-902CD4D8ACB9> /System/Library/PrivateFrameworks/CoreUtilsExtras.framework/Versions/A/CoreUtilsExtras
0x24c632000 - 0x24c6e1c7f com.apple.security.CryptoKit-Private (1.0 - 1) <23A20151-183A-3306-98B3-7C962E188A21> /System/Library/PrivateFrameworks/CryptoKitPrivate.framework/Versions/A/CryptoKitPrivate
0x24c6f4000 - 0x24c6fdaff com.apple.devicemanagementclient.DEPClientLibrary (1.0 - 1) <EC0BAAEC-A9BB-34D3-920A-1C6344060093> /System/Library/PrivateFrameworks/DEPClientLibrary.framework/Versions/A/DEPClientLibrary
0x24c714000 - 0x24c74597f com.apple.devicemanagementclient.DMCEnrollmentLibrary (1.0 - 1) <B596D684-91D8-351B-9603-19E16227E966> /System/Library/PrivateFrameworks/DMCEnrollmentLibrary.framework/Versions/A/DMCEnrollmentLibrary
0x24c746000 - 0x24c78db7f com.apple.devicemanagementclient.DMCUtilities (1.0 - 1) <9710130E-D62E-3B83-8C21-CF29B430A49C> /System/Library/PrivateFrameworks/DMCUtilities.framework/Versions/A/DMCUtilities
0x24c849000 - 0x24c850ebf com.apple.darwinup-framework (1.0 - 280.100.7) <25DBA598-6629-3135-86DA-7DBDAD2DD9FD> /System/Library/PrivateFrameworks/Darwinup.framework/Versions/A/Darwinup
0x24c97b000 - 0x24c9bdfdf com.apple.dataaccess.dataaccessexpress.framework (1.0 - 1.0) <77D752AD-DF08-3E12-8507-9BCB81B38932> /System/Library/PrivateFrameworks/DataAccessExpress.framework/Versions/A/DataAccessExpress
0x24cb39000 - 0x24cb86c8c com.apple.aiml.dendrite.Dendrite (1.0 - 1) <EBF8EE3A-8FCB-30BA-87A1-C32925A1F2C4> /System/Library/PrivateFrameworks/Dendrite.framework/Versions/A/Dendrite
0x24cee0000 - 0x24d0b773f com.apple.DiskImages2 (385.101.1 - 385.101.1) <926BE743-4B1A-326B-8027-38F6900C25EE> /System/Library/PrivateFrameworks/DiskImages2.framework/Versions/A/DiskImages2
0x24d0c3000 - 0x24d0d927f com.apple.DistributedSensing (1.0 - 1) <AC3F1C1C-75B4-3A85-B1B2-0EA1117716C3> /System/Library/PrivateFrameworks/DistributedSensing.framework/Versions/A/DistributedSensing
0x24d1b8000 - 0x24d226bff com.apple.DoNotDisturb (1.0 - 433.5.22) <656C4DFA-92B9-3D68-9EA3-2B1F7E3CEB66> /System/Library/PrivateFrameworks/DoNotDisturb.framework/Versions/A/DoNotDisturb
0x24e4ca000 - 0x24e570f5f com.apple.FeedbackService (1.0 - 1) <F60F13A0-D069-3E42-9964-9C009CDD3157> /System/Library/PrivateFrameworks/FeedbackService.framework/Versions/A/FeedbackService
0x24eeaf000 - 0x24eeaf6e3 com.apple.FontServices (1.0 - 1) <F98F053E-BAAD-3946-B1F3-DF47146CF204> /System/Library/PrivateFrameworks/FontServices.framework/Versions/A/FontServices
0x24eeb0000 - 0x24ef78a6f libXTFontStaticRegistryData.dylib (309.4.0.12) <2FC6BA1F-6EE0-3931-81C5-09F5146E2631> /System/Library/PrivateFrameworks/FontServices.framework/libXTFontStaticRegistryData.dylib
0x24ef7a000 - 0x24ef85fdf com.apple.FramePacing (1.0 - 1) <4105E3FE-3E7C-3184-A758-A90EC46E9CD7> /System/Library/PrivateFrameworks/FramePacing.framework/Versions/A/FramePacing
0x24f043000 - 0x24f08aebf com.apple.FusionTracker (1.0 - 1) <2A7F87FC-E57E-38C5-8F6C-996BBC88D611> /System/Library/PrivateFrameworks/FusionTracker.framework/Versions/A/FusionTracker
0x24faee000 - 0x24faf3747 libGPUCompilerUtils.dylib (32023.619) <E2408E65-9809-3C85-8020-DCE4AAF6F371> /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/32023/Libraries/libGPUCompilerUtils.dylib
0x253b7d000 - 0x253bbd01f libllvm-flatbuffers.dylib (32023.619) <330B125F-514C-317F-883D-B7B6C81EB955> /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/32023/Libraries/libllvm-flatbuffers.dylib
0x253c1f000 - 0x253dba9d2 com.apple.GRDB.GRDBInternal (1.0 - 12) <1F511088-CFE7-38CF-A48F-FC3AA786298F> /System/Library/PrivateFrameworks/GRDBInternal.framework/Versions/A/GRDBInternal
0x254caf000 - 0x254cca335 com.apple.generativeassistanttools.GenerativeAssistantCommon (1.0 - 1) <65703F93-2E11-3ED9-AD7E-812B1D971FC6> /System/Library/PrivateFrameworks/GenerativeAssistantCommon.framework/Versions/A/GenerativeAssistantCommon
0x254cd3000 - 0x254d2edbc com.apple.generativeassistanttools.GenerativeAssistantSettings (1.0 - 3404.49.1) <E746E97F-3E10-3216-847F-3EAF385F207F> /System/Library/PrivateFrameworks/GenerativeAssistantSettings.framework/Versions/A/GenerativeAssistantSettings
0x254e82000 - 0x254ed26c7 com.apple.GenerativeFunctions.GenerativeFunctions (1.0 - 154.749.6.1) <D2A3EB58-73CD-3940-9770-C1EA0C3A8D3B> /System/Library/PrivateFrameworks/GenerativeFunctions.framework/Versions/A/GenerativeFunctions
0x254ed3000 - 0x254f7cb0f com.apple.GenerativeFunctions.GenerativeFunctionsFoundation (1.0 - 154.749.6.1) <C0C82CF1-2AAF-32EC-BCC7-0E65040200CF> /System/Library/PrivateFrameworks/GenerativeFunctionsFoundation.framework/Versions/A/GenerativeFunctionsFoundation
0x254f7d000 - 0x254fe54df com.apple.GenerativeFunctions.GenerativeFunctionsInstrumentation (1.0 - 154.749.6.1) <20921E63-A077-31CC-8D98-E76EDCB8C43F> /System/Library/PrivateFrameworks/GenerativeFunctionsInstrumentation.framework/Versions/A/GenerativeFunctionsInstrumentation
0x254fe6000 - 0x2550a6be0 com.apple.GenerativeFunctions.GenerativeModels (1.0 - 154.749.6.1) <2584C120-767B-3047-A684-1B7A88BC297C> /System/Library/PrivateFrameworks/GenerativeModels.framework/Versions/A/GenerativeModels
0x2550a7000 - 0x25511acad com.apple.GenerativeFunctions.GenerativeModelsFoundation (1.0 - 154.749.6.1) <C0E3439D-7BCC-327F-A107-079D7F2BBFD2> /System/Library/PrivateFrameworks/GenerativeModelsFoundation.framework/Versions/A/GenerativeModelsFoundation
0x25511b000 - 0x25520b8df com.apple.GeoAnalytics (1.0 - 1986.24.9.12.31) <EF7E61AB-C365-350D-B1EA-96AFF0493476> /System/Library/PrivateFrameworks/GeoAnalytics.framework/Versions/A/GeoAnalytics
0x25520c000 - 0x255210d1f com.apple.GeoServices (1.0 - 1986.24.9.12.31) <A4FA16B2-D7EE-3511-97FC-28F9AE867285> /System/Library/PrivateFrameworks/GeoServicesCore.framework/Versions/A/GeoServicesCore
0x257c9b000 - 0x257ce489f com.apple.IASUtilitiesCore (1.0 - 1) <264744C1-75AF-34CC-BF46-9B3E89ACFAE3> /System/Library/PrivateFrameworks/IASUtilitiesCore.framework/Versions/A/IASUtilitiesCore
0x257d67000 - 0x257dc0dbf com.apple.IO80211 (1.0 - 1) <96B977F7-1A81-33E1-8141-DED3E308C2C7> /System/Library/PrivateFrameworks/IO80211.framework/Versions/A/IO80211
0x257dc4000 - 0x257dcdf5f com.apple.IPConfiguration (1.21 - 1.21) <EAB84F2C-A065-33F0-8179-FF5902D9AB20> /System/Library/PrivateFrameworks/IPConfiguration.framework/Versions/A/IPConfiguration
0x25848d000 - 0x2584c965f com.apple.InputAnalytics (1.0 - 64.315) <24B0F76A-0FD8-3808-9B1C-ADAAF13FE5B1> /System/Library/PrivateFrameworks/InputAnalytics.framework/Versions/A/InputAnalytics
0x25851b000 - 0x25852fd7f com.apple.InputToolKit (1.0 - 1) <8FB981D2-E94A-3861-AB0A-21F3AEE4B7F2> /System/Library/PrivateFrameworks/InputToolKit.framework/Versions/A/InputToolKit
0x258530000 - 0x25855f0bf com.apple.InputToolKitUI.InputToolKitUI (1.0 - 1) <5DC0F2D4-36C7-3933-835E-B334870F57D1> /System/Library/PrivateFrameworks/InputToolKitUI.framework/Versions/A/InputToolKitUI
0x258622000 - 0x258706c3f com.apple.InstalledContentLibrary (1.0 - 1.0) <0F786A83-12C3-3DB8-A0BD-2C4C67123E9B> /System/Library/PrivateFrameworks/InstalledContentLibrary.framework/Versions/A/InstalledContentLibrary
0x25b066000 - 0x25b3cfbff com.apple.IntelligencePlatformLibrary (100.42.2) <6E6C3361-FD13-3C05-A843-CA74899E9FA6> /System/Library/PrivateFrameworks/IntelligencePlatformLibrary.framework/Versions/A/IntelligencePlatformLibrary
0x25b4af000 - 0x25b4e335f com.apple.audio.CoreAudio.IsolatedCoreAudioClient (1.0 - 1) <4DCD6C80-BDFF-31A8-AD12-1ACBD3FCBA45> /System/Library/PrivateFrameworks/IsolatedCoreAudioClient.framework/Versions/A/IsolatedCoreAudioClient
0x25b6af000 - 0x25b6cb1df com.apple.JetPack-Mac (1.0 - 1) <465B8B4C-17D7-3AE8-BB93-6A702119AE77> /System/Library/PrivateFrameworks/JetPack.framework/Versions/A/JetPack
0x25b953000 - 0x25bab945f com.apple.LiftUI (1.2 - 1) <D368CA74-F703-3774-B5C6-945379EBCCE3> /System/Library/PrivateFrameworks/LiftUI.framework/Versions/A/LiftUI
0x25c583000 - 0x25c79343f com.apple.LinkMetadata (1.0 - 227.13.0.3) <56CEA025-A93F-3618-BBF9-7F218149EB35> /System/Library/PrivateFrameworks/LinkMetadata.framework/Versions/A/LinkMetadata
0x25c794000 - 0x25c7c33df com.apple.LinkPresentation.StyleSheetParsing (272 - 272.9) <7B5256AA-9C1E-375B-B38C-EFD9737A4D6A> /System/Library/PrivateFrameworks/LinkPresentationStyleSheetParsing.framework/Versions/A/LinkPresentationStyleSheetParsing
0x25c7c4000 - 0x25c8f689f com.apple.LinkServices (1.0 - 227.13.0.3) <1E63B2A2-63EC-3199-A802-FE659949F58C> /System/Library/PrivateFrameworks/LinkServices.framework/Versions/A/LinkServices
0x25c914000 - 0x25c944adf com.apple.filesystems.LiveFS (1.0 - 1) <F7A8B2C0-0FFF-3A65-B897-0B39923314CF> /System/Library/PrivateFrameworks/LiveFS.framework/Versions/A/LiveFS
0x25c969000 - 0x25ca8037f com.apple.LocalAuthenticationCore (1656.100.223) <FB36BE1F-8B3A-35A8-8F84-4B3E1630AD9A> /System/Library/PrivateFrameworks/LocalAuthenticationCore.framework/Versions/A/LocalAuthenticationCore
0x25ca81000 - 0x25cac915f com.apple.LocalAuthentication.LocalAuthenticationCoreUI (1656.100.223) <993DA37E-105E-334F-9B5E-305493AD9A97> /System/Library/PrivateFrameworks/LocalAuthenticationCoreUI.framework/Versions/A/LocalAuthenticationCoreUI
0x25cae7000 - 0x25cb0bd9b com.apple.internal.LocalStatusKit (1.0 - 1) <B2D97848-E250-34DA-B8B3-85D620C5DE92> /System/Library/PrivateFrameworks/LocalStatusKit.framework/Versions/A/LocalStatusKit
0x25cb10000 - 0x25cb1641f com.apple.LockdownMode (1.0 - 1) <00CD0835-B027-3FE9-976B-450CA7EB81A3> /System/Library/PrivateFrameworks/LockdownMode.framework/Versions/A/LockdownMode
0x25cb97000 - 0x25cbc04df com.apple.devicemanagementclient.MDMClientLibrary (1.0 - 1) <46E8822C-D7BA-333C-936F-8AE82A5A6053> /System/Library/PrivateFrameworks/MDMClientLibrary.framework/Versions/A/MDMClientLibrary
0x25cc1a000 - 0x25d2ab78f com.apple.MIL (3404.16 - 3404.16.1) <20229E37-BAC6-36D0-A2F8-0CD17BCA0FED> /System/Library/PrivateFrameworks/MIL.framework/Versions/A/MIL
0x25d2ac000 - 0x25d3fc2ff com.apple.CoreML.MLAssetIO (1.0 - 3404.24.1) <15A19486-AF05-3091-B826-F4C3D722AC06> /System/Library/PrivateFrameworks/MLAssetIO.framework/Versions/A/MLAssetIO
0x25d3fd000 - 0x25d4581b3 com.apple.mlcompiler.runtime (3404.3.1 - 3404.3.1) <3DE0B8F4-F823-39AD-8C9F-10A158FD23E8> /System/Library/PrivateFrameworks/MLCompilerRuntime.framework/Versions/A/MLCompilerRuntime
0x25d459000 - 0x25d4727bf com.apple.mlcompiler.services (3404.3.1 - 3404.3.1) <8465E71A-84FC-3191-A9DE-DC8113CAEED7> /System/Library/PrivateFrameworks/MLCompilerServices.framework/Versions/A/MLCompilerServices
0x25e904000 - 0x25e90921f com.apple.ManagedOrganizationContacts (1.2 - 150.4.10) <0FE4CA9C-4EC8-36E3-82C5-D1FEC1311CBB> /System/Library/PrivateFrameworks/ManagedOrganizationContacts.framework/Versions/A/ManagedOrganizationContacts
0x25e90a000 - 0x25e94229f com.apple.ManagedSettingsObjC (242.4.10 - 242.4.10) <90FC068F-F620-395C-A27D-4C6126C2AA3A> /System/Library/PrivateFrameworks/ManagedSettingsObjC.framework/Versions/A/ManagedSettingsObjC
0x25e943000 - 0x25e94e544 com.apple.ManagedSettingsSupport (242.4.10 - 242.4.10) <4B556EC7-A93D-32C5-B45E-4F1A113D7EF4> /System/Library/PrivateFrameworks/ManagedSettingsSupport.framework/Versions/A/ManagedSettingsSupport
0x25f16c000 - 0x25f1bdedf com.apple.MediaAnalysisServices (1.0 - 1) <A123D652-35B8-321B-9112-BC568E25673E> /System/Library/PrivateFrameworks/MediaAnalysisServices.framework/Versions/A/MediaAnalysisServices
0x25f826000 - 0x25f87bc3f com.apple.MessageSecurity (1.0 - 115.100.9) <DC4177B9-973D-3459-B882-9BEF2F520691> /System/Library/PrivateFrameworks/MessageSecurity.framework/Versions/A/MessageSecurity
0x2601f2000 - 0x26042c15d com.apple.ModelCatalog.ModelCatalog (1.0 - 162.749.6.1) <AF92E475-E4AC-3465-8874-5AFCA367752C> /System/Library/PrivateFrameworks/ModelCatalog.framework/Versions/A/ModelCatalog
0x2604a8000 - 0x260609410 com.apple.ModelManagerServices (1.0 - 1) <76E18217-4EC2-39F4-B918-D84B4DD189D6> /System/Library/PrivateFrameworks/ModelManagerServices.framework/Versions/A/ModelManagerServices
0x261a69000 - 0x261aebde7 com.apple.calls.NeighborhoodActivityConduit (1.0 - 1) <E3FB5E54-C38D-3369-A593-803855862260> /System/Library/PrivateFrameworks/NeighborhoodActivityConduit.framework/Versions/A/NeighborhoodActivityConduit
0x261f84000 - 0x261f8bc3f com.apple.NewsURLBucket (1.0 - 1) <6A76C59E-34AD-3772-834D-65AD83F1FB74> /System/Library/PrivateFrameworks/NewsURLBucket.framework/Versions/A/NewsURLBucket
0x26382a000 - 0x2639497af com.apple.ParsingInternal (0.0.1 - 103.1) <ECE2C517-A7B9-318F-956B-9A81BD22F806> /System/Library/PrivateFrameworks/ParsingInternal.framework/Versions/A/ParsingInternal
0x2640ad000 - 0x2640bbd9f com.apple.PassKitMacHelperTemp (1.0 - 1591.5.17.3) <FEFA2FAA-D037-3D22-B481-B09F8230AFF8> /System/Library/PrivateFrameworks/PassKitMacHelperTemp.framework/Versions/A/PassKitMacHelperTemp
0x264737000 - 0x265401ca7 com.apple.PegasusAPI (1.0 - 3404.77.2.14.1) <2A5FA7F5-220D-311D-95FA-5E54C7300CFE> /System/Library/PrivateFrameworks/PegasusAPI.framework/Versions/A/PegasusAPI
0x265402000 - 0x265460b02 com.apple.PegasusConfiguration (1.0 - 15000) <BCCF5F18-F2F7-3473-B754-E7835D8EB8A0> /System/Library/PrivateFrameworks/PegasusConfiguration.framework/Versions/A/PegasusConfiguration
0x26599e000 - 0x265acc49f com.apple.PhotoLibraryServicesCore (1.0 - 751.0.104) <33715765-5439-328E-8B64-B81F4B9C96BF> /System/Library/PrivateFrameworks/PhotoLibraryServicesCore.framework/Versions/A/PhotoLibraryServicesCore
0x266470000 - 0x26649cb5f com.apple.PhotosIntelligenceCore (1.0 - 751.0.104) <234E3BAF-97C9-372E-9C16-502828ED5050> /System/Library/PrivateFrameworks/PhotosIntelligenceCore.framework/Versions/A/PhotosIntelligenceCore
0x266a7f000 - 0x266a9e63f com.apple.accessibility.PhotosensitivityProcessing (1.0 - 1) <A33F460E-037D-38DD-9B1F-EA86143F84FB> /System/Library/PrivateFrameworks/PhotosensitivityProcessing.framework/Versions/A/PhotosensitivityProcessing
0x266ae4000 - 0x266baed1f com.apple.PlatformSSO (1.0 - 1) <14BC3FBF-82A8-3647-A626-FA07531BA88E> /System/Library/PrivateFrameworks/PlatformSSO.framework/Versions/A/PlatformSSO
0x266baf000 - 0x266ca6f1f com.apple.PlatformSSOCore (1.0 - 1) <9D073E19-3C12-3B61-A8C9-D54D1774A3DC> /System/Library/PrivateFrameworks/PlatformSSOCore.framework/Versions/A/PlatformSSOCore
0x266dfc000 - 0x266e2c507 com.apple.PoirotSQLite (1.0 - 1) <50048CE7-D34D-3594-A141-FB6D5FB4EAA7> /System/Library/PrivateFrameworks/PoirotSQLite.framework/Versions/A/PoirotSQLite
0x266e2d000 - 0x266e99c64 com.apple.PoirotSchematizer (1.0 - 1) <EE87FF1F-01C6-391A-9C82-CAEAFEFCC353> /System/Library/PrivateFrameworks/PoirotSchematizer.framework/Versions/A/PoirotSchematizer
0x266e9a000 - 0x266ec5120 com.apple.PoirotUDFs (1.0 - 1) <177F41D9-E8AD-3EF0-A75F-26274194F06B> /System/Library/PrivateFrameworks/PoirotUDFs.framework/Versions/A/PoirotUDFs
0x266ec6000 - 0x266fca37f com.apple.portrait.Portrait (1.0 - 18) <C6B3197F-9B73-31D8-AE60-EF93B7FB49B5> /System/Library/PrivateFrameworks/Portrait.framework/Versions/A/Portrait
0x2678fa000 - 0x26797d43f com.apple.ProDisplayLibrary (9.4.6 - 9.4.6) <DBD974C1-3F0E-349F-9AF9-F8714CCD34A5> /System/Library/PrivateFrameworks/ProDisplayLibrary.framework/Versions/A/ProDisplayLibrary
0x2679df000 - 0x267a0c109 com.apple.intelligenceflow.ProactiveDaemonSupport (1.0 - 197.0.8.201) <769100D3-F481-3FCF-A717-134795DB527B> /System/Library/PrivateFrameworks/ProactiveDaemonSupport.framework/Versions/A/ProactiveDaemonSupport
0x267eac000 - 0x267ef4334 com.apple.GenerativeFunctions.PromptKit (1.0 - 154.749.6.1) <D4505C91-E513-35AA-8D2F-996648054655> /System/Library/PrivateFrameworks/PromptKit.framework/Versions/A/PromptKit
0x2684f9000 - 0x2685149bf com.apple.RecapPerformanceTesting (50 - 50.0) <E25E202A-F444-36E3-B26D-552892D26227> /System/Library/PrivateFrameworks/RecapPerformanceTesting.framework/Versions/A/RecapPerformanceTesting
0x26857e000 - 0x268586efb com.apple.ReflectionInternal (1.0.0 - 103.1) <DEEB7C5B-FE29-3A12-896D-C306D94ABC02> /System/Library/PrivateFrameworks/ReflectionInternal.framework/Versions/A/ReflectionInternal
0x268587000 - 0x2685a07bf com.apple.RegulatoryDomainFramework (1.0 - 1) <7A4FB366-F2E4-39C4-82FD-62A800B08926> /System/Library/PrivateFrameworks/RegulatoryDomain.framework/Versions/A/RegulatoryDomain
0x26884c000 - 0x2688cc73f com.apple.RemoteManagementModel (1.0 - 2.0) <6C067F9F-0745-34B9-948D-A6A9C7789247> /System/Library/PrivateFrameworks/RemoteManagementModel.framework/Versions/A/RemoteManagementModel
0x2688cd000 - 0x2688d82bf com.apple.RemoteManagementProtocol (1.0 - 2.0) <9CB45615-E44F-3ACB-B495-089AF20E82EB> /System/Library/PrivateFrameworks/RemoteManagementProtocol.framework/Versions/A/RemoteManagementProtocol
0x2688d9000 - 0x268932a7f com.apple.RemoteManagementStore (1.0 - 2.0) <4214D218-73E3-30E8-8550-72F4F5523A5F> /System/Library/PrivateFrameworks/RemoteManagementStore.framework/Versions/A/RemoteManagementStore
0x268942000 - 0x268b2e7ff com.apple.RemoteUI (1.0 - 1) <6894DBAD-C8C7-3FF3-A208-76D29B7669C2> /System/Library/PrivateFrameworks/RemoteUI.framework/Versions/A/RemoteUI
0x269224000 - 0x269238eaf com.apple.RuntimeInternal (1.0.0 - 103.1) <8CA1FA12-D5DE-3C74-9158-5C883A70BCF1> /System/Library/PrivateFrameworks/RuntimeInternal.framework/Versions/A/RuntimeInternal
0x26925c000 - 0x26931a45f com.apple.seservice (1.0 - 1) <B01E1B40-8469-3D38-9BBE-BCC6DA963D9C> /System/Library/PrivateFrameworks/SEService.framework/Versions/A/SEService
0x26931b000 - 0x26939ff9f com.apple.SFSymbolsFramework (1 - 167.4.0.3) <1066D7D0-216D-39F5-9472-C27A565B55D0> /System/Library/PrivateFrameworks/SFSymbols.framework/Versions/A/SFSymbols
0x2693fc000 - 0x26941553f com.apple.STSXPCHelperClient (1.0 - 1) <0B811EFB-2457-33FA-B526-B3F03231FC1D> /System/Library/PrivateFrameworks/STSXPCHelperClient.framework/Versions/A/STSXPCHelperClient
0x269514000 - 0x2695e96e6 com.apple.GenerativeFunctions.Sage (1.0 - 154.749.6.1) <25A4DBFB-91F9-38DD-B6A3-F87487A4133F> /System/Library/PrivateFrameworks/Sage.framework/Versions/A/Sage
0x269ef3000 - 0x269f6efff com.apple.SensitiveContentAnalysisML (1.0 - 1) <C6067CD3-A79B-305F-8DCC-41A3A4794426> /System/Library/PrivateFrameworks/SensitiveContentAnalysisML.framework/Versions/A/SensitiveContentAnalysisML
0x26a079000 - 0x26a10ad9f com.apple.SentencePieceInternal (52.206) <6A714A0B-3ED8-3BA0-9793-7FD2ED8FBF1A> /System/Library/PrivateFrameworks/SentencePieceInternal.framework/Versions/A/SentencePieceInternal
0x26a136000 - 0x26a1e63ff com.apple.Settings (207.3.6 - 207.3.6) <377827B5-2841-3988-84B0-717781805A58> /System/Library/PrivateFrameworks/Settings.framework/Versions/A/Settings
0x26a5ee000 - 0x26a6f375f com.apple.siri.SiriAnalytics (1.0 - 1) <F770EDFD-C9BE-3A87-A243-4FFCC70DEC45> /System/Library/PrivateFrameworks/SiriAnalytics.framework/Versions/A/SiriAnalytics
0x26af93000 - 0x26afe657f com.apple.crossdevicearbitration (1.0 - 1) <6234DEFE-B67D-3710-BD1E-1FE40F7BE8A0> /System/Library/PrivateFrameworks/SiriCrossDeviceArbitration.framework/Versions/A/SiriCrossDeviceArbitration
0x26afe7000 - 0x26b058d7f com.apple.crossdevicearbitration.feedback (1.0 - 1) <1E45563A-5481-38C4-91B1-1490EEB9B29E> /System/Library/PrivateFrameworks/SiriCrossDeviceArbitrationFeedback.framework/Versions/A/SiriCrossDeviceArbitrationFeedback
0x26e2a2000 - 0x26e2aad1f com.apple.siri.SiriPowerInstrumentation (1 - 1.0) <B3024AAD-8FF0-3D4E-AFD5-BBCC609DBC4B> /System/Library/PrivateFrameworks/SiriPowerInstrumentation.framework/Versions/A/SiriPowerInstrumentation
0x26f54f000 - 0x26fecec3f com.apple.siri.tts.SiriTTS (1 - 1) <88BCD471-BB3C-3F08-B538-4ADED31F4E0A> /System/Library/PrivateFrameworks/SiriTTS.framework/Versions/A/SiriTTS
0x26fecf000 - 0x27006f5df com.apple.siri.SiriTTSService (1.0 - 1) <F802B11E-E7A1-3847-8B72-7CE592ADC7B0> /System/Library/PrivateFrameworks/SiriTTSService.framework/Versions/A/SiriTTSService
0x271c6d000 - 0x271c9609f com.apple.StatusKit (1.0 - 1) <0D0808BF-39D0-33AC-A9CA-7DDB6F453CCC> /System/Library/PrivateFrameworks/StatusKit.framework/Versions/A/StatusKit
0x271da6000 - 0x271e29683 com.apple.stickers (1.0 - 1) <1A05DEF6-7CE6-323A-BBBF-492A2FAF2CC5> /System/Library/PrivateFrameworks/Stickers.framework/Versions/A/Stickers
0x271e2a000 - 0x272179c5f com.apple.StocksCore (7.2 - 1560.0.1) <CC835FE5-5F9A-3878-BE7F-616A1A4BFF43> /System/Library/PrivateFrameworks/StocksCore.framework/Versions/A/StocksCore
0x27217a000 - 0x2721f9044 com.apple.StocksKit (1.0 - 1560.0.1) <D8C594CE-3E56-31BB-BEA8-0FF406BDABFF> /System/Library/PrivateFrameworks/StocksKit.framework/Versions/A/StocksKit
0x272443000 - 0x27246f00f com.apple.security.SwiftASN1Internal (1.0 - 1) <54155B7B-054F-3B86-B798-6799AC3A9B7C> /System/Library/PrivateFrameworks/SwiftASN1Internal.framework/Versions/A/SwiftASN1Internal
0x2724c0000 - 0x2724cd43f com.apple.SymptomShared (2022.100.26) <1ADEE0A7-524C-3CDC-8B3A-8C66279F1D79> /System/Library/PrivateFrameworks/SymptomShared.framework/Versions/A/SymptomShared
0x2724d0000 - 0x2724e34df com.apple.SymptomAnalytics (1.0 - 2022.100.26) <3CA65152-0D86-31C2-98A3-D99F53940640> /System/Library/PrivateFrameworks/Symptoms.framework/Versions/A/Frameworks/SymptomAnalytics.framework/Versions/A/SymptomAnalytics
0x272745000 - 0x27276965f com.apple.SymptomPresentationFeed (1.0 - 2022.100.26) <C53AFB4B-CD0E-395C-BDBC-2E3DF8CB199C> /System/Library/PrivateFrameworks/Symptoms.framework/Versions/A/Frameworks/SymptomPresentationFeed.framework/Versions/A/SymptomPresentationFeed
0x27276d000 - 0x2727c88ff com.apple.Synapse (1.0 - 1) <3884CBBE-79A7-329A-AA0F-A8DF95408FB0> /System/Library/PrivateFrameworks/Synapse.framework/Versions/A/Synapse
0x2729bd000 - 0x272a12c7f com.apple.SystemStatus (1.0 - 1) <E99E97E1-458E-396B-BA90-C9CB54F41233> /System/Library/PrivateFrameworks/SystemStatus.framework/Versions/A/SystemStatus
0x272e61000 - 0x272e62b1f com.apple.tailspin.TailspinSymbolication (1.0 - 218.2) <9AB8C095-3B7C-384F-B474-6722D4C02AC2> /System/Library/PrivateFrameworks/TailspinSymbolication.framework/Versions/A/TailspinSymbolication
0x272e63000 - 0x272ec5960 com.apple.TeaDB (3.0 - 1215) <F17D38F9-0CF1-31E9-9ACC-203F15ADF025> /System/Library/PrivateFrameworks/TeaDB.framework/Versions/A/TeaDB
0x272ec6000 - 0x2730ae31f com.apple.TeaFoundation (3.0 - 1215) <81A14A5C-C6FF-3EDB-A56D-5BB4F232B6CB> /System/Library/PrivateFrameworks/TeaFoundation.framework/Versions/A/TeaFoundation
0x2730af000 - 0x2730cf77b com.apple.TeaSettings (3.0 - 1215) <CF807A82-0411-34AD-A8CE-47604CCBB73F> /System/Library/PrivateFrameworks/TeaSettings.framework/Versions/A/TeaSettings
0x27318f000 - 0x2732e7d3f com.apple.TextComposer (1.0 - 1) <5FE5AB4B-FC4B-33B0-9B22-1F6202D3CD65> /System/Library/PrivateFrameworks/TextComposer.framework/Versions/A/TextComposer
0x273419000 - 0x27343c49f com.apple.TextInputUI (1.0 - 1) <1B79DB46-5DED-353C-8AC7-FD995BD67B48> /System/Library/PrivateFrameworks/TextInputUI.framework/Versions/A/TextInputUI
0x27343d000 - 0x27344ecff com.apple.TextInputUIMac (1.0 - 1) <BF5E80A5-0FEC-367C-BF7E-2BF3ACB79685> /System/Library/PrivateFrameworks/TextInputUIMacHelper.framework/Versions/A/TextInputUIMacHelper
0x274f42000 - 0x274f7609f com.apple.tightbeam (1.0 - 386.100.39) <CE6F377E-8667-3A97-BC46-6645DD2D167B> /System/Library/PrivateFrameworks/Tightbeam.framework/Versions/A/Tightbeam
0x2750bf000 - 0x27519d626 com.apple.TipKitCore (8.0 - 92.4.19) <DB59D5D2-6848-3D06-998E-7387585EBBCB> /System/Library/PrivateFrameworks/TipKitCore.framework/Versions/A/TipKitCore
0x2753ea000 - 0x27559b24b com.apple.TokenGeneration (1.0 - 1) <804D3C45-C13C-3B29-A6A0-FE9383CE8BC4> /System/Library/PrivateFrameworks/TokenGeneration.framework/Versions/A/TokenGeneration
0x27559c000 - 0x2756aed5f com.apple.TokenGenerationCore (1.0 - 1) <311FF8E4-16D1-3AFC-A685-6B723D30CEF7> /System/Library/PrivateFrameworks/TokenGenerationCore.framework/Versions/A/TokenGenerationCore
0x27606f000 - 0x2760775ff com.apple.TranslationUIServices (1.0 - 300.12) <EC236A39-23B1-3509-B08E-8C88E8B860FC> /System/Library/PrivateFrameworks/TranslationUIServices.framework/Versions/A/TranslationUIServices
0x276cc3000 - 0x276e1191f com.apple.UIIntelligenceSupport (1.0 - 1) <0AA7E412-CA2B-391F-81F7-B0EE8395AB09> /System/Library/PrivateFrameworks/UIIntelligenceSupport.framework/Versions/A/UIIntelligenceSupport
0x276f8d000 - 0x276f8d539 com.apple.USDLib_FormatLoaderProxy (1.0 - 22.5.5) <406BCC34-99F0-3C4A-9824-A9E79FACE795> /System/Library/PrivateFrameworks/USDLib_FormatLoaderProxy.framework/Versions/A/USDLib_FormatLoaderProxy
0x27701c000 - 0x2770c0d3f com.apple.UnifiedAssetFramework (1.0 - 1) <24E21A14-9163-3C69-AF97-06C9B114EFD6> /System/Library/PrivateFrameworks/UnifiedAssetFramework.framework/Versions/A/UnifiedAssetFramework
0x2777a3000 - 0x2777aa31f com.apple.UserSafety (1.0 - 1) <6ADAAB03-6C4C-3A16-8538-ADF2C7B82DCA> /System/Library/PrivateFrameworks/UserSafety.framework/Versions/A/UserSafety
0x2777b1000 - 0x2778774f7 com.apple.VDAF (1.0 - 29) <06964060-D6B1-303A-9B6F-1659AAAF5446> /System/Library/PrivateFrameworks/VDAF.framework/Versions/A/VDAF
0x278690000 - 0x27871045f com.apple.vectordb.VectorSearch (1.0 - 38.1) <1583978B-4D2A-3EA1-86D2-C7B717446088> /System/Library/PrivateFrameworks/VectorSearch.framework/Versions/A/VectorSearch
0x278778000 - 0x278779197 com.apple.VideoToolboxParavirtualizationSupport (40.5.10 - 40.5.10) <45990FD6-C883-3346-B2D6-E5FD63C0273E> /System/Library/PrivateFrameworks/VideoToolboxParavirtualizationSupport.framework/Versions/A/VideoToolboxParavirtualizationSupport
0x279217000 - 0x27926103f com.apple.VisionCore (8.0.76 - 8.0.76) <3106ADEF-8A21-3AAB-8814-97ABF08A4162> /System/Library/PrivateFrameworks/VisionCore.framework/Versions/A/VisionCore
0x279262000 - 0x2793516ff com.apple.VisionKitCore (1.0 - 3) <849CF845-CF01-3CCF-8083-0836EE84AA99> /System/Library/PrivateFrameworks/VisionKitCore.framework/Versions/A/VisionKitCore
0x27a901000 - 0x27ab7b07f com.apple.WebGPU (20621 - 20621.1.15.11.10) <1B10DABD-6CBA-3AAF-AAF3-E13121432656> /System/Library/PrivateFrameworks/WebGPU.framework/Versions/A/WebGPU
0x27ad49000 - 0x27ad67f1f com.apple.WindowManagement (278.4.7) <D6E37C71-7D90-3A36-ABF6-C6654BED20D3> /System/Library/PrivateFrameworks/WindowManagement.framework/Versions/A/WindowManagement
0x27bcfe000 - 0x27bd0257f com.apple.WritingTools (1.0 - 1) <89D7D4BB-98C7-3150-B27A-5798AC660731> /System/Library/PrivateFrameworks/WritingTools.framework/Versions/A/WritingTools
0x27bd03000 - 0x27bd3f13f com.apple.WritingToolsUI (1.0 - 1) <7D65417A-41BD-3988-87A6-18AD910F80B3> /System/Library/PrivateFrameworks/WritingToolsUI.framework/Versions/A/WritingToolsUI
0x27cf12000 - 0x27d0a9553 com.apple.-JetEngine-SwiftUI (1.0 - 1) <E8F6B64C-5E6E-30EA-9399-64A50C71BC7D> /System/Library/PrivateFrameworks/_JetEngine_SwiftUI.framework/Versions/A/_JetEngine_SwiftUI
0x27d818000 - 0x27d8baddf com.apple.iCloudQuota (1.0 - 1) <2E89174C-07AD-3C63-B93B-70212F205DBA> /System/Library/PrivateFrameworks/iCloudQuota.framework/Versions/A/iCloudQuota
0x27d8bb000 - 0x27d99d75f com.apple.iCloudQuotaUI (1.0 - 1) <6CF50981-CD0E-326B-92D3-B0673285A020> /System/Library/PrivateFrameworks/iCloudQuotaUI.framework/Versions/A/iCloudQuotaUI
0x27fc82000 - 0x27fc9ed3f com.apple.icloudMCCKit (1.0 - 1) <ACAE86BA-73E4-3E32-851C-096E135BB74B> /System/Library/PrivateFrameworks/icloudMCCKit.framework/Versions/A/icloudMCCKit
0x2821e4000 - 0x2821e6c5f libAXSafeCategoryBundle.dylib (3148.15.11.1) <24BFDA0B-EDE5-3BB0-A31D-C793EF5AFAC2> /usr/lib/libAXSafeCategoryBundle.dylib
0x2821e8000 - 0x2821ec03f libAccessibilityBaseImplementations.dylib (502.7.5) <92E58B22-1041-3855-B2F4-177FFE3D5F0F> /usr/lib/libAccessibilityBaseImplementations.dylib
0x282266000 - 0x2822fea27 libAppleArchive.dylib (423.100.6) <77FC3B93-2FA0-3030-8C4E-49528F472D15> /usr/lib/libAppleArchive.dylib
0x282387000 - 0x282388a3f libBASupport.dylib (186.100.4) <ECA9C775-0D9D-3843-A372-77589BDB47C0> /usr/lib/libBASupport.dylib
0x28239b000 - 0x2823a56df libCoreEntitlements.dylib (69.100.2) <2F910EB8-C015-33D2-A802-A855BA7042B7> /usr/lib/libCoreEntitlements.dylib
0x2823b1000 - 0x2823bb23f libEndpointSecuritySystem.dylib (511.101.1) <25E88A40-B901-3973-AB75-31D1F2B3A86B> /usr/lib/libEndpointSecuritySystem.dylib
0x28253a000 - 0x2825417ff libReverseProxyDevice.dylib (102) <F0EE7D48-2DD6-3CB9-8239-8D8C57EAD8B2> /usr/lib/libReverseProxyDevice.dylib
0x282542000 - 0x282549109 libRosetta.dylib (349) <E23AF5F8-32B3-3D19-AF23-028DD1AD90ED> /usr/lib/libRosetta.dylib
0x28255e000 - 0x282571a3f libSESShared.dylib (54.21.1) <28A81E89-6AD1-39A9-A8A5-47C477AFB7EC> /usr/lib/libSESShared.dylib
0x2825a0000 - 0x2825a035f libSpatial.dylib (99) <206E134F-BE62-33C7-8DE1-8F94D1856793> /usr/lib/libSpatial.dylib
0x2825a1000 - 0x2825aa41f libTLE.dylib (69.100.2) <75D3E930-D034-36B0-B454-AD503973EA46> /usr/lib/libTLE.dylib
0x2827d5000 - 0x2828e4f7f libcrypto.46.dylib (107) <92B6F698-DE44-318A-8B59-36E020FBCCBF> /usr/lib/libcrypto.46.dylib
0x282922000 - 0x28293c497 libhvf.dylib (4.1) <09F85382-2449-3FC7-A12C-B78A26F192D0> /usr/lib/libhvf.dylib
0x282de0000 - 0x282de7f27 libmrc.dylib (2600.100.147) <919D290A-7BA2-3D38-9431-99614B3F266A> /usr/lib/libmrc.dylib
0x2832fc000 - 0x283334147 libssl.48.dylib (107) <51C35133-1A93-3112-8C15-45B3169296D6> /usr/lib/libssl.48.dylib
0x2834f9000 - 0x283518757 libswiftAppleArchive.dylib (423.100.6) <D72B56F5-CE41-3760-94C9-E1237B52157B> /usr/lib/swift/libswiftAppleArchive.dylib
0x28351d000 - 0x28351d8d9 libswiftDataDetection.dylib (801.2) <CBEF0999-5AAA-31D8-9B5C-958F06FE99DD> /usr/lib/swift/libswiftDataDetection.dylib
0x28351e000 - 0x2835329af libswiftDistributed.dylib (6.1 - 6.1.0.110.5) <FCA1CD7D-0542-3A9C-9175-41D900E3CB86> /usr/lib/swift/libswiftDistributed.dylib
0x28353b000 - 0x2835415e4 libswiftMLCompute.dylib (82) <12A0079B-1A1F-379C-8A43-B73B723A64EB> /usr/lib/swift/libswiftMLCompute.dylib
0x28354a000 - 0x283557e97 libswiftObservation.dylib (6.1 - 6.1.0.110.5) <A89D80E1-EF79-3006-9307-F2431BDDF57B> /usr/lib/swift/libswiftObservation.dylib
0x283567000 - 0x283573847 libswiftRegexBuilder.dylib (6.1 - 6.1.0.110.5) <0CE519C2-BA30-3F98-8F78-2DDC8C9CF0C3> /usr/lib/swift/libswiftRegexBuilder.dylib
0x283579000 - 0x2835b3c5f libswiftSpatial.dylib (99) <0E0565A2-7A55-3B22-BD5C-420C17AF84A4> /usr/lib/swift/libswiftSpatial.dylib
0x2835b7000 - 0x2835c097f libswiftSynchronization.dylib (6.1 - 6.1.0.110.5) <F66D1EBC-6857-35FC-9E73-A0DBFE2FE436> /usr/lib/swift/libswiftSynchronization.dylib
0x2835c1000 - 0x2835db6f7 libswiftSystem.dylib (64) <516B3B95-40B5-3DC9-823E-DFC81D16F843> /usr/lib/swift/libswiftSystem.dylib
0x2835dd000 - 0x2835ef33e libswiftVideoToolbox.dylib (3210.19.1.5.2) <E2A0105A-665D-37D4-BC68-BA9726B69946> /usr/lib/swift/libswiftVideoToolbox.dylib
0x283630000 - 0x2836327ed libswift_Builtin_float.dylib (6.1 - 6.1.0.110.5) <725E0166-467D-3691-962B-5DBE42D5D7E7> /usr/lib/swift/libswift_Builtin_float.dylib
0x283633000 - 0x2836b34fb libswift_Concurrency.dylib (6.1 - 6.1.0.110.5) <FA0745DB-7869-362E-BEF5-066F6F1C5459> /usr/lib/swift/libswift_Concurrency.dylib
0x2836ef000 - 0x2837912cf libswift_RegexParser.dylib (6.1 - 6.1.0.110.5) <893F7245-1443-32AB-A1A6-CD12BDA47DD0> /usr/lib/swift/libswift_RegexParser.dylib
0x283792000 - 0x283821e27 libswift_StringProcessing.dylib (6.1 - 6.1.0.110.5) <42D8ED28-A1D2-3ECF-B1C9-F91800304735> /usr/lib/swift/libswift_StringProcessing.dylib
0x283825000 - 0x283826497 libswift_errno.dylib (310.100.8.0.1) <93485A9E-ABEA-3CF5-92E5-DA5A54EFA5BD> /usr/lib/swift/libswift_errno.dylib
0x283827000 - 0x28382977f libswift_math.dylib (310.100.8.0.1) <940A047E-F356-3A4D-9FBD-4ADC80C16772> /usr/lib/swift/libswift_math.dylib
0x28382a000 - 0x28382a565 libswift_signal.dylib (310.100.8.0.1) <488C7680-7919-36E6-BEF6-B09A5FAF29E4> /usr/lib/swift/libswift_signal.dylib
0x28382b000 - 0x28382bdcf libswift_stdio.dylib (310.100.8.0.1) <83C10349-0679-3B4F-94CC-37DEB961F504> /usr/lib/swift/libswift_stdio.dylib
0x28382c000 - 0x28382c7c7 libswift_time.dylib (310.100.8.0.1) <625C8695-5B67-3B1D-A24C-9493D5F2333B> /usr/lib/swift/libswift_time.dylib
0x28382d000 - 0x28382d737 libswiftsys_time.dylib (310.100.8.0.1) <0EBE1224-E000-30CA-B4A1-1751059DDB00> /usr/lib/swift/libswiftsys_time.dylib
0x28382e000 - 0x28382e98f libswiftunistd.dylib (310.100.8.0.1) <0FB2D73C-6864-3815-BE52-7E630989F335> /usr/lib/swift/libswiftunistd.dylib
0x283963000 - 0x283966deb libsystem_darwindirectory.dylib (122) <9987E5C5-ADAF-38B3-A6DB-C773331AA54D> /usr/lib/system/libsystem_darwindirectory.dylib
0x283967000 - 0x28396e44b libsystem_eligibility.dylib (181.101.2) <6BA33F46-F163-3F14-9352-BE162CA59201> /usr/lib/system/libsystem_eligibility.dylib
0x28396f000 - 0x283974551 libsystem_sanitizers.dylib (18.2) <31CB279E-0D9D-31AB-8866-35F4BF5BA545> /usr/lib/system/libsystem_sanitizers.dylib
0x283aaf000 - 0x28549b99f libusd_ms.dylib (22.5.6) <A824D27D-BE0D-36AE-9F9C-FD7475CA6848> /usr/lib/usd/libusd_ms.dylib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment