Giter Club home page Giter Club logo

scap-workbench's Introduction

OpenSCAP

Gating Join the chat at https://gitter.im/OpenSCAP/openscap

Open Source Security Compliance Solution

About

The oscap program is a command line tool that allows users to load, scan, validate, edit, and export SCAP documents.

Contributing

We welcome all contributions to the OpenSCAP project. If you would like to contribute, either by fixing existing issues or adding new features, please check out our contribution guide to get started. If you would like to discuss anything, ask questions, or if you need additional help getting started, you can either send a message to our libera.chat IRC channel, #openscap, or to our mailing list.

Microsoft Windows Support

The Microsoft Windows support is officially void as of Febuary 1, 2022.

Use cases

SCAP Content Validation

  • The following example shows how to validate a given source data stream; all components within the data stream are validated (XCCDF, OVAL, OCIL, CPE, and possibly other components):
oscap ds sds-validate scap-ds.xml

Scanning

  • To evaluate all definitions within the given OVAL Definition file, run the following command:
oscap oval eval --results oval-results.xml scap-oval.xml

where scap-oval.xml is the OVAL Definition file and oval-results.xml is the OVAL Result file.

  • To evaluate all definitions from the OVAL component that are part of a particular data stream within a SCAP data stream collection, run the following command:
oscap oval eval --datastream-id ds.xml --oval-id xccdf.xml --results oval-results.xml scap-ds.xml

where ds.xml is the given data stream, xccdf.xml is an XCCDF file specifying the OVAL component, oval-results.xml is the OVAL Result file, and scap-ds.xml is a file representing the SCAP data stream collection.

  • To evaluate a specific profile in an XCCDF file run this command:
oscap xccdf eval --profile Desktop --results xccdf-results.xml --cpe cpe-dictionary.xml scap-xccdf.xml

where scap-xccdf.xml is the XCCDF document, Desktop is the selected profile from the XCCDF document, xccdf-results.xml is a file storing the scan results, and cpe-dictionary.xml is the CPE dictionary.

  • To evaluate a specific XCCDF benchmark that is part of a data stream within a SCAP data stream collection run the following command:
oscap xccdf eval --datastream-id ds.xml --xccdf-id xccdf.xml --results xccdf-results.xml scap-ds.xml

where scap-ds.xml is a file representing the SCAP data stream collection, ds.xml is the particular data stream, xccdf.xml is ID of the component-ref pointing to the desired XCCDF document, and xccdf-results.xml is a file containing the scan results.

Document generation

  • without XCCDF rules
oscap xccdf generate guide XCCDF-FILE > XCCDF-GUIDE-FILE
  • with XCCDF rules
oscap xccdf generate guide --profile PROFILE XCCDF-FILE > XCCDF-GUIDE-FILE
  • generate report from scanning
oscap xccdf generate report XCCDF-RESULT-FILE > XCCDF-REPORT-FILE

scap-workbench's People

Stargazers

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

Watchers

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

scap-workbench's Issues

Non intuitive "Close currently opened file" dialog text

Hello,
I have two proposals for changes to that dialog:

  1. Usually when such dialog is presented to the user, it contains positive type of question, like:
    Do you want to proceed? with explanation what proceeding consists of provided beforehand. Asking if user wants to close file feels like negative question and thus a bit harder to understand.
  2. User may be more interested in identifying which file is being closed, than what file (s)he wants to open, as (s)he selected it just few seconds earlier.

SCAP Workbench was compiled without local scanning support

When I launch the WorkBench, 'Local Machine' is greyed out. Hovering over the radio button shows the message: "SCAP Workbench was compiled without local scanning support"

I have installed this onto an iMac running OS X 10.10.5 and would like to scan this machine.

remote port number not fully configurable

Description of problem:
scap-workbench tries to connect to port 22 when remote scanning through SSH even when a non-standard port is specified. Maybe this is the bug that you (Martin) told me about, I do not know, now the scan starts correctly, but some operations AFTER the scan use the port 22.

Version-Release number of selected component (if applicable):
scap-workbench-1.0.3-2.el6

How reproducible:
Always

Steps to Reproduce:

  1. choose any profile, e.g. the STIG profile
  2. do tailoring so that it does not take so long if you like to
  3. specify "remote machine (over ssh) and change port from 22 to something else, e.g. 1222 and start the scan
  4. wait for results or for an error window to rise

Actual results:
errors

Expected results:
no errors like those below (port 22: Network is unreachable)

Additional info:
17:01:48 | info | Establishing connecting to remote target...
17:01:52 | info | Connection established.
17:01:53 | info | Querying capabilities on remote machine...
17:01:53 | info | Copying input data to remote target...
17:01:53 | info | Starting the remote process...
17:01:53 | info | Processing on the remote machine...
QObject: Cannot create children for a parent that is in a different thread.
(Parent is OscapScannerRemoteSsh(0x2afd9e0), parent's thread is QThread(0xb3a7e0), current thread is QThread(0x1d51f50)
17:02:32 | warning | Failed to copy back XCCDF results. You will not be able to save this data! Diagnostic info: Starting process 'Remote command 'cat /tmp/tmp.bjsg0OrOVR' on machine 'root@localhost''
Starting process 'Remote command 'cat /tmp/tmp.bjsg0OrOVR' on machine 'root@localhost''

stdout:

stderr:

ssh: connect to host localhost port 22: Network is unreachable

QObject: Cannot create children for a parent that is in a different thread.
(Parent is OscapScannerRemoteSsh(0x2afd9e0), parent's thread is QThread(0xb3a7e0), current thread is QThread(0x1d51f50)
QObject: Cannot create children for a parent that is in a different thread.
(Parent is OscapScannerRemoteSsh(0x2afd9e0), parent's thread is QThread(0xb3a7e0), current thread is QThread(0x1d51f50)
QObject: Cannot create children for a parent that is in a different thread.
(Parent is OscapScannerRemoteSsh(0x2afd9e0), parent's thread is QThread(0xb3a7e0), current thread is QThread(0x1d51f50)
QObject: Cannot create children for a parent that is in a different thread.
(Parent is OscapScannerRemoteSsh(0x2afd9e0), parent's thread is QThread(0xb3a7e0), current thread is QThread(0x1d51f50)
QObject: Cannot create children for a parent that is in a different thread.
(Parent is OscapScannerRemoteSsh(0x2afd9e0), parent's thread is QThread(0xb3a7e0), current thread is QThread(0x1d51f50)
QObject: Cannot create children for a parent that is in a different thread.
(Parent is OscapScannerRemoteSsh(0x2afd9e0), parent's thread is QThread(0xb3a7e0), current thread is QThread(0x1d51f50)
QObject: Cannot create children for a parent that is in a different thread.
(Parent is OscapScannerRemoteSsh(0x2afd9e0), parent's thread is QThread(0xb3a7e0), current thread is QThread(0x1d51f50)
17:02:32 | warning | Failed to copy back XCCDF report (HTML). You will not be able to save this data! Diagnostic info: Starting process 'Remote command 'cat /tmp/tmp.GQDRQM2wLd' on machine 'root@localhost''
Starting process 'Remote command 'cat /tmp/tmp.GQDRQM2wLd' on machine 'root@localhost''

stdout:

stderr:

ssh: connect to host localhost port 22: Network is unreachable

17:02:32 | warning | Failed to copy back Result DataStream (ARF). You will not be able to save this data! Diagnostic info: Starting process 'Remote command 'cat /tmp/tmp.fps0csUPq7' on machine 'root@localhost''
Starting process 'Remote command 'cat /tmp/tmp.fps0csUPq7' on machine 'root@localhost''

stdout:

stderr:

ssh: connect to host localhost port 22: Network is unreachable

17:02:34 | info | Cleaning up...
17:02:34 | warning | Failed to remove remote file input file. Diagnostic info: Starting process 'Remote command 'rm /tmp/tmp.GU7op73Luc' on machine 'root@localhost''
Starting process 'Remote command 'rm /tmp/tmp.GU7op73Luc' on machine 'root@localhost''

stdout:

stderr:

ssh: connect to host localhost port 22: Network is unreachable

17:02:34 | warning | Failed to remove remote file tailoring file. Diagnostic info: Starting process 'Remote command 'rm /tmp/tmp.dNCSLdlgkB' on machine 'root@localhost''
Starting process 'Remote command 'rm /tmp/tmp.dNCSLdlgkB' on machine 'root@localhost''

stdout:

stderr:

ssh: connect to host localhost port 22: Network is unreachable

17:02:34 | warning | Failed to remove remote file XCCDF result file. Diagnostic info: Starting process 'Remote command 'rm /tmp/tmp.bjsg0OrOVR' on machine 'root@localhost''
Starting process 'Remote command 'rm /tmp/tmp.bjsg0OrOVR' on machine 'root@localhost''

stdout:

stderr:

ssh: connect to host localhost port 22: Network is unreachable

17:02:34 | warning | Failed to remove remote file XCCDF report file. Diagnostic info: Starting process 'Remote command 'rm /tmp/tmp.GQDRQM2wLd' on machine 'root@localhost''
Starting process 'Remote command 'rm /tmp/tmp.GQDRQM2wLd' on machine 'root@localhost''

stdout:

stderr:

ssh: connect to host localhost port 22: Network is unreachable

17:02:34 | warning | Failed to remove remote file Result DataStream file. Diagnostic info: Starting process 'Remote command 'rm /tmp/tmp.fps0csUPq7' on machine 'root@localhost''
Starting process 'Remote command 'rm /tmp/tmp.fps0csUPq7' on machine 'root@localhost''

stdout:

stderr:

ssh: connect to host localhost port 22: Network is unreachable

17:02:34 | warning | Failed to remove remote directory Temporary Working Directory. Diagnostic info: Starting process 'Remote command 'rm -rf /tmp/tmp.SRdw49eBVD' on machine 'root@localhost''
Starting process 'Remote command 'rm -rf /tmp/tmp.SRdw49eBVD' on machine 'root@localhost''

stdout:

stderr:

ssh: connect to host localhost port 22: Network is unreachable

17:02:34 | info | Processing has been finished!

Button events need to be triggered on button release

The actions on buttons (except in standard dialogs with Ok/Cancel, Yes/No) are triggered when the pointer is leaving a depressed button. This usually means that the user changed his mind and does not want to trigger it, I think.

This manifests in current RHEL-6 scap-workbench-1.0.3-2.el6 and RHEL-7 version.

"/usr/bin/setsid: invalid option -- 'w'" error message trying to remotely scan RHEL-6 system from RHEL-7 system using SCAP Workbench 1.1.0

Description of problem:

Attempting to run a remote scan of RHEL-6 system (using ssg-rhel6-ds.xml) from RHEL-7 system using SCAP Workbench 1.1.1 leads to the following error message:

# scap-workbench 
10:59:05 | info     | SCAP Workbench 1.1.1, compiled with Qt 4.8.5, using OpenSCAP 1.2.3
10:59:19 | info     | Opened file '/usr/share/xml/scap/ssg/content/ssg-rhel6-ds.xml'.
10:59:30 | info     | Establishing connecting to remote target...
10:59:30 | error    | Can't connect to remote machine! Exception was: There was a problem with SshConnection!
Failed to create SSH master socket! Diagnostic info: Starting process '/usr/bin/setsid -w /usr/bin/ssh -M -f -N -o ServerAliveInterval=60 -o ControlPath=/tmp/fCnqVu/ssh_socket -p 22 root@host'
Starting process '/usr/bin/setsid -w /usr/bin/ssh -M -f -N -o ServerAliveInterval=60 -o ControlPath=/tmp/fCnqVu/ssh_socket -p 22 root@host'
stdout:
===============================

stderr:
===============================
/usr/bin/setsid: invalid option -- 'w'

Usage:
 setsid [options] <program> [arguments ...]

Options:
 -c, --ctty     set the controlling terminal to the current one
 -h, --help     display this help and exit
 -V, --version  output version information and exit

For more details see setsid(1).

Note: True IP of the host above has been replaced with host

How reproducible:
Always

Steps to reproduce:

1) Install openscap-1.2.3 from isimluk's COPR repository
2) git clone the most recent scap-workbench &&
    build it (according to Readme.md) &&
    make install it on the local system
3) git clone most recent scap-security-guide,
    build and install produced scap-security-guide RPM
4) run scap-workbench, select "ssg-rhel6-ds.xml" datastream file,
    try to perform remote scan from RHEL-7 system.

Current result:
After specifying the username@IP information in SCAP Workbench, and clicking 'Scan' button the aforementioned error message is displayed, and scan is terminated

Expected result:
Remote scan is performed properly.

Additional information:

[root@localhost ~]# cat /etc/redhat-release 
Red Hat Enterprise Linux Server release 7.1 (Maipo)
[root@localhost ~]# rpm -qa | grep openscap
openscap-utils-1.2.3-0.1.el7.centos.x86_64
openscap-1.2.3-0.1.el7.centos.x86_64
openscap-scanner-1.2.3-0.1.el7.centos.x86_64
openscap-devel-1.2.3-0.1.el7.centos.x86_64
[root@localhost ~]# rpm -qa | grep scap-security-guide
scap-security-guide-0.1.22-1.el7.noarch

Feature request: Consider ability to combine rules from multiple benchmarks

The SCAP Workbench tool currently supports SCAP content customization / tailoring (selecting only of a subset of rules from particular benchmark applicable to concrete host).

There might be use-cases where one concrete computer system needs to comply with multiple security standards (let's say official USGCB / PCI DSS ones to mention some examples, and also some corporate specific security benchmark).

Also, since there might be different "groups" of host (for example hosts where for example selected services are installed, but aren't supposed to be scanned [consider them controllers], while on other hosts these services aren't supposed to be installed [consider them end-point / compute nodes] one concrete benchmark would need to be split into two different tailoring files [one for controllers, other for compute nodes]). Now consider the requirement to scan this environment together with some corporate-specific security policy yet (resulting in scheme where we would have tailoring_file_#1 + corporate_policy_subset_#1 and tailoring_file_#2 + corporate_policy_subset_#2).

In this scenario it might be desirable if SCAP Workbench would be able to merge / combine rules from two different benchmarks / security lists either by:

  • create completely new benchmark (as an union of the original two ones). Then create tailoring file from union of the rules,
  • or by ability to merge existing tailoring files (tailoring_file_#1 with rules from corporate_policy_subset_#1)

I am not sure this would be technically feasible (how easy / difficult it would be to implement it). But it sounds like a reasonable behaviour, selected SCAP Workbench users might be searching for.

Thank you, Jan.

Crash on Windows 10 when opening datastreams

OS: Windows 10
SCAP Workbench: 1.1.1 (stable)

SCAP Workbench launches and only displays the Firefox and Java security guides. If you try to open any other guide (in scap-workbench\ssg) the program crashes.

I am able to open other guides (such as scap-workbench\ssg\ssg-rhel6-ds.xml) but only if I use --skip-valid on the command line.

Once opened, I can customize the guide, and save it (using Save All -> Into a directory.) However, I cannot re-open it at all, even if I use the --skip-valid option on the command line.

Some of the error messages I see:

16:23:04
info
SCAP Workbench 1.1.1, compiled with Qt 4.8.6, using OpenSCAP 1.3.0

16:23:19
except
Error while opening file.

There was a problem with ScanningSession!
Failed to reload session. OpenSCAP error message:
Schema file 'sds/1.2/scap-source-data-stream_1.2.xsd' not found in path '/usr/i686-w64-mingw32/sys-root/mingw/share/openscap/schemas' when trying to validate 'C:/Users/jstoner/Documents/Cloud/Projects/CloudManager/SCAP/ssg-rhel6-ds.xml' [validate.c:99]
Invalid SCAP Source Datastream (1.2) content in C:/Users/jstoner/Documents/Cloud/Projects/CloudManager/SCAP/ssg-rhel6-ds.xml. [oscap_source.c:266]
Invalid SCAP Source Datastream (1.2) content in C:/Users/jstoner/Documents/Cloud/Projects/CloudManager/SCAP/ssg-rhel6-ds.xml [xccdf_session.c:469]

Missing Ubuntu package

We have mentioned possibility to install scap-workbench on ubuntu/debian using apt-get
http://www.open-scap.org/tools/scap-workbench/

One user on mailing-list have problem with installing of this package. When I list Ubuntu packages http://packages.ubuntu.com/search?arch=any&searchon=names&keywords=scap-workbench there is no such packages. In ubuntu container I am not able to install it too apt-get install scap-workbench.

Is this incorrect information on portal? Or we are waiting for something?

Deselect All does not deselect all rules

During tailoring, the rules that were checked before tailoring stay intact when I click Deselect All.

Only those that I check first, get deselected this way. Is this the way it is supposed to work?

scap-workbench 1.0.2, compiled with Qt 4.8.5, using openscap 1.2.4

Local Scan Radio Box Disabled

Can't scan localhost due to issue stated in subject line, However Remote Machine (over ssh) radio box is enabled even though SSH is not native to Windows.

Platform: Windows 7 Enterprise x32
SCAP Workbench 1.1.1
Qt 4.8.6
OpenSCAP 1.3.0

[RFE] Add ability to run system scan / system remediation under sudo

Description of problem:

The STIG profile in SSG content contains the following rule "Disable SSH Root Login":
ย  ย  [1] https://fedorapeople.org/~jlieskov/rhel6-guide.html#item-sshd_disable_root_login

The purpose of this rule is to check if root login via SSH service is disabled. The issue appears when remediation for / against the STIG profile for remote systems is performed. Namely the remediation script configures the sshd service on the remote machine not to allow / permit root logins via SSH. Though the remediation script by itself does not forcibly restart the sshd daemon (thus the immediate SSH connection is not affected by this configuration change), it is possible that after restart of a remote computer in question it will not be accessible remotely via root user account (therefore an access to it might get lost in the case when this is a machine not having unprivileged users).

Therefore the suggestion is to enhance the SCAP-Workbench tool to add support / ability to run the remediation scripts under sudo mechanism -- the user in question would launch SCAP-Workbench under the unprivileged user account on the remote machine (after corresponding authentication), and subsequently run everything (system scan && possible remediation scripts) under the sudo mechanism to prevent the current situation.

Thank you for considering of this change.

Jan.

Non intuitive "profile ID" text edit.

When you want to customize some profile, you can type name of new profile.
If you remove "xccdf_" prefix part, text edit doesn't allow you to type(without any notification), if you don't type "xccdf_"

I think, it would be better if text edit will contain "xccdf_" prefix always and doesn't allow to delete it.

In my opinion, "OK" button should not be enabled if you don't have valid ID. Message when dialog is closed is not user friendly.

[RFE] Briefly scan provided XCCDF file to determine if underlying CPEs are known to oscap. If not, display a file open dialog user to specify which CPE dictionary file should be used during scan

Description of problem:
ย  ย  The oscap command line tool supports --cpe argument the user to specify which CPE dictionary should be used for applicability checks. AFAICT right now there is no way how a scap-workbench user could specify custom CPE dictionary to be used during scan. Therefore the idea / proposed enhancement is as follows:

Scenario:

  • user launches scap-workbench and provides path to underlying XCCDF file,
  • the provided XCCDF file is quickly scanned by scap-workbench / oscap to determine if all CPEs specified in the benchmark are known to scap-workbench / oscap,
  • if not, scap-workbench will open / display a new open file dialog to request the user to specify the location of the CPE dictionary

Current result:
RIght now it is not possible (AFAICT) to specify custom CPE dictionary file location in scap-workbench (and therefore the result of the ToE scan is notapplicable these cases).

Expected result:
User can specify custom CPE dictionary location.

Additional information:
I realize in order to implement this change sole scap-workbench change might not be sufficient (IOW openscap might need to be enhanced too to be able to provide answer to query if selected / desired CPE is known to it's internal database or not).

Right now (AFAICT) there exists the following oscap method (from the manual page):

CPE OPERATIONS
       match name dictionary.xml
              Find an exact match of CPE name in the dictionary.

So what to enhance that oscap's cpe match method to handle also the case when no dictionary is provided. In that case it would search its internal database, and return a result. Once implemented this method could be hopefully used to indicate if the CPE is known to oscap or not (and subsequently scap-workbench could implement the aforementioned behaviour as requested in this RFE).

Let me know if I should file a corresponding oscap RFE too.

Thanks && Regards, Jan.

[RFE] Add possibility to scan multiple systems at once (hopefully by adding tab layout for the whole "Scan" screen?)

Description of problem:
scap-workbench supports performing compliance scans of local and remote systems utilizing the oscap tool. This is all OK. But since it supports remote scans, why not to allow multiple remote systems to be scanned at once?

Existing scenario:

  1. User selects benchmark to scan the system in question against,
  2. Then specifies local or remote system to be scanned, clicks "Scan" button

Enhanced scenario:
User applies the same scenario for multiple remote systems (selects appropriate benchmark file and corresponding remote system where the scan should be performed). Clicks "Scan" button. New tab is opened to schedule "new scanning job / task".

Additional information:
The motivation behind this RFE is not to be able to scan thousands of systems at once / in parallel. But hopefully support to scan more than one system at once could be added so people can scan tens of systems at once.

[RFE] Add ability to specify remotely located XCCDF file accessible behind the http:// or https:// protocols

Description of problem:
Specifying e.g.:

$ scap-workbench http://www.redhat.com/security/data/metrics/com.redhat.rhsa-all.xccdf.xml

Displays the error dialog with the following content:

17:40:01 info        SCAP Workbench 1.1.0, compiled with Qt 4.8.6, using OpenSCAP 1.2.5
17:40:01 except   Error while opening file. There was a problem with ScanningSession! Failed to create session for 'http://www.redhat.com/security/data/metrics/com.redhat.rhsa-all.xccdf.xml'. OpenSCAP error message: Unable to parse XML at: $CWD/http:/www.redhat.com/security/data/metrics/com.redhat.rhsa-all.xccdf.xml' [oscap_source.c:187]

where $CWD corresponds to current working directory on the target system, which scap-workbench has been launched from.

Therefore it would be very nice if XCCDF benchmarks to scan the system in question against could be specified also in the form of (commonly used) http:// or https:// protocols on the scap-workbench command line.

Thank you, Jan.

Additional information:
The expectation in this RFE being that if such a XCCDF file specified via http:// or https:// URLs would reference a corresponding OVAL document (like in the first example above), that OVAL document would be downloaded too (in order the system scan against that benchmark to be successful).

Feature request: Save as DataStream

Save as DataStream feature enables user to bundle customization file and XCCDF and OVAL into a single DataStream file.

The motivation behind this are the satellite users, they may want to use scap-workbench with Foreman_openscap. Foreman_openscap atm accepts only DataStream files.

Once the scap-workbench is able to save tailoring+policy into a single datastream file, we need to ensure that foreman_openscap and rubygem-openscap can use the tailoring file automatically.

See user request at: https://groups.google.com/forum/#!topic/foreman-users/dN_3PM5DpnM

Provide used command-line arguments

I think it is useful and easy to implement.
When we provide used oscap arguments to diagnostics window, it can help to inexperienced users to understand the arguments.

SCAP Workbench 1.1.0 - Inconsisten benchmark names in the "Open SCAP Security Guide" dialog

Description of problem:

SCAP Workbench of version 1.1.0 and earlier does not use a consistent way in order to name
button labels in the "Open SCAP Security Guide" dialog (some benchmarks are titled with first letter capitalized, some benchmarks labels are completely in lowercase).

Version:
scap-workbench-1.1.0-2.el7.centos.x86_64 from isimluk's COPR repository

How reproducible:
Always

Steps to Reproduce:

  • run scap-workbench with latest SCAP Security Guide 0.1.24 version installed,
  • notice the benchmark labels in the displayed "Open SCAP Security Guide" dialog

Current result:
See the attached image -- some labels have first letter capitalized, while the others are completely in lowercase
scap-workbench-1 1 0-screenshot

Expected result:
Uniform approach when displaying benchmark names - either all labels to be in lowercase, or all of them to have first letter capitalized (maybe 'JRE' is an exception here, and it should have all the letters capitalized).

Additional information:
Also notice the way how SCAP Security Guide logo is displayed -- instead of whole logo, there's top and bottom part of it greyed out. I can file a separate ticket for this if required.

[RFE] scap-workbench: Add "Save as datastream (DS)" output format option

Author of this ticket: Jan Lieskovsky (GitHub doesn't allow me to create it in his name)

scap-workbench can save the loaded content into various formats (e.g. 'Save into a directory', 'Save as RPM'). But since remote system scans doesn't support core XCCDF format as an input format, in case user obtains custom content (other than scap-security-guide which comes with datastream [DS] support) from some source, and want to use it for remote system scan, they aren't left with other option than just generate the datastream (DS) output by themselves, load the datastream into scap-workbench and perform remote system scan only with the modified / "datastream-ized" content.

For simplification & improvement of the user experience of scap-workbench's tool it would be brilliant if it could generate datastream output from content provided in the XCCDF format. E.g. support use case like the following:

  • user to load third party content in XCCDF format,
  • user to save / export that content into datastream format,
  • user to (re)load that datastream output format of the previous content, and finally
  • use it to scan a remote system.

Original trac ticket: https://fedorahosted.org/scap-workbench/ticket/259

[RFE] Add support for processing OVAL formatted files

Description of problem:
SCAP-Workbench currently does not support loading of an OVAL formatted file and performing a system scan based on it. Though the underlying oscap tool supports e.g. evaluating of OVAL documents, or collecting system characteristics based on OVAL documents. Relevant oscap commands are as follows (from the oscap(8) manual page):

OVAL OPERATIONS
       eval [options] INPUT_FILE
              Probe the system and evaluate all definitions from OVAL Definition file. Print result of each 
             definition to standard output. The return  code  is  0 after a  successful evaluation. On error, 
             value 1 is returned.
..
       collect [options] definitions-file
              Probe the system and gather system characteristics for all objects in OVAL Definition file.
..
      analyse [options] --results FILE definitions-file syschar-file
              In  this mode, the oscap tool does not perform data collection on the local system, but 
              relies upon the input file, which may have been generated on another system. The output
              (OVAL Results) is printed to file specified by --results parameter.
..
      validate [options] oval-file
              Validate given OVAL file against a XML schema. Every found error is printed to the 
             standard error. Return code is 0 if  validation  succeeds,  1  if validation could not be
             performed due to some error, 2 if the OVAL document is not valid.
..
      generate <submodule> [submodule-specific-options]
              Generate another document form an OVAL file.
..
      list-probes [options]
              List supported object types (i.e. probes)

Of course not all of the OVAL operations supported / provided by oscap would be necessary to be implemented at the beginning. For the start it would be sufficient if SCAP-Workbench would be able to open an OVAL file (not to display an error dialog after opening it by mistake), and possibly to perform OVAL evaluation and / or OVAL system characteristics collections tasks.

Thank you for consideration this feature.

Jan.

[RFE] SCAP Workbench -- Add support for ```--fetch-remote-resources``` oscap option

Description of problem:
The oscap tool provides --fetch-remote-resources command line option in order to instruct the scanner to download of remote OVAL content referenced from XCCDF by check-content-ref/@href.

SCAP Workbench tool does not provide a possibility how to pass this option to the underlying oscap process, when performing the system scan.

It would be great if SCAP Workbench could be enhanced to support this option (in GUI, in CLI, or in both - will keep this decision the SCAP Workbench upstream to decide where it would be the most appropriate place to implement this. I am fine with any of the places under assumption that options is reachable somehow).

Thank you for consideration, Jan.

Minor licensing issues

Originally reported by Klee Dienes -- klee at debian.org:

cmake/GNUInstallDirs.cmake ... this is a bit trickier since it says "see accompanying file Copyright.txt for details", but doesn't include Copyright.txt. Is this something that could be fixed upstream?

Yes, let's fix this in this ticket.

-- The user_manual.html included with the sources includes the Asciidoctor stylesheet (MIT license), but that isn't documented.

And this as well.

Click tailoring, xccdf or sds file to open in workbench

This is a tracker bug, we need:

  • mime types for XCCDF 1.1, XCCDF 1.2, OVAL, SDS, ARF, XCCDF 1.1 tailoring and XCCDF 1.2 tailoring in the mime database, we need a decision if we want those in openscap-utils or just scap-workbench
  • set scap-workbench to open XCCDF, SDS and Tailoring files by default after installation
  • when saving files we need to enforce .xml extension for good standards, otherwise mime type detection won't work
  • (nice to have) mime type for scap-as-rpm RPM and bzipped variants of XCCDF, OVAL, SDS, ARF and tailoring files.

Original trac ticket: https://fedorahosted.org/scap-workbench/ticket/244

empty error message when ending tag missing

When trying to open xccdf file referencing malformed oval file, where closing tag </definitions> is missing, error message workbench presents to the user is empty.

Output of oscap oval validate test-rhel7-oval.xml (exit code 1):

test-rhel7-oval.xml:57: parser error : Opening and ending tag mismatch: definitions line 15 and oval_definitions
</oval_definitions>
                   ^
test-rhel7-oval.xml:58: parser error : Premature end of data in tag oval_definitions line 1

^

Output of scap-workbench:

Error while opening file. There was a problem with ScanningSession! Failed to reload session. OpenSCAP error message: 

Search works only in selected sub-trees

Let's say I use RH CCP profile from RHEL-7 XCCDF.
When I search for "encrypt", it finds "Encrypt Transmitted Data Whenever Possible" and "Encrypt Partitions".
But if I deselect "Introduction" the "Encrypt Transmitted Data Whenever Possible" under "Introduction" is not found when doing the search.

[RFE / bug] Automatically enable parent XCCDF group in the tailoring window, if the child node is selected (when "Deselect all" option was used before)

scap-workbench (version 1.1.0) in the tailoring window does not automatically enables parent XCCDF group in the benchmark as selected, if child XCCDF rule (node) is selected.

Reproducible:
Always

Affected versions:
1.1.0 and below (didn't try current master)

How to reproduce:

  1. Open some SCAP content in scap-workbench (will describe the process on SSG content for Fedora)
  2. Select 'common' profile && click customize. Click 'Ok' on the next dialog displayed, this should take you to the main tailoring dialog,
  3. Click "Deselect all" button / option && see how all the rules are deselected,
  4. Now select some unselected group, check in the check-box next to it, and select also some child rule (deeper than one level in the tree). Check in the check-box next to that rule.
  5. Click 'Confirm Changes' button

Actual result:
No rule is selected in the scap-workbench main window.

Expected result:
The selected child node / rule should be displayed in the main scap-workbench window.

Additional information:
Concrete scenario for 'Disable snmpd Service rule' is below:

  1. Open 'Common Profile for General-Purpose Fedora Systems' Fedora SSG profile in scap-workbench,
  2. Click 'Customize' button,
  3. Click 'OK' when prompted for new profile ID etc.,
    4, Click 'Deselect All' button,
    5, Go to 'Services', enable 'SNMP Server' tree part, enable the 'Disable snmpd Service' rule too
    6, Click 'Confirm changes'

Actual result:
Watch how XCCDF Subgroup 'Disable SNMP Server if Possible' is group is not selected, and therefore 'Disable snmpd Service' rule is not selected either, and after clicking 'Confirm changes' there's no rule visible in scap-workbench's main window.

Expected result:
Selecting / checking in a main XCCDF group, and a rule within it, should also automatically checking all the parent groups, that are necessary in order to the final child rule to be included into the tailoring file (once Deselect All option has been used).

Not sure if this is bugfix / RFE, thus used both of them in the report.

Thank you for looking into this!

Jan

[RFE] Hide 'default' profile if it does not contain some selected rules

scap-workbench currently provides listing of profiles present in the benchmark, that can be selected to be used to scan the system in question. The default profile is exceptional in this context. Exceptional in the sense, it's not present in every benchmark, and it's required by the SCAP standard to be provided "artificially" by the scanner. The motivation behind this requirement being that default profile it's intended to contain all rules (if no more specific XCCDF profile is selected).

Though in the context of SCAP Security Guide project the default profile is not used (the default profiles contains no rules selected). Therefore for SCAP Security Guide purpose the default profile is of very limited use (one use case coming to mind is to select default profile to have empty benchmark, then use tailoring to select just couple of rules to be scanned).

Therefore this RFE is to request the default profile to be shown in the listing of available scap-workbench profiles only in the case the default profile provided from the content truly contains some of the rules being selected (e.g. it would not be displayed if it does not contain some selected rules).

Thank you, Jan.

show notification that opened file was changed

Button Scan scans system based on current version of the file on disk - that I understand is a feature. But user may be confused by that, as it may actually scan something different than what is presented by Workbench in the moment of clicking on the Scan button.

Would it be possible to show some kind of notification that source file was altered, so user could reload it? [Or at least passively acknowledge it]

HiDPI support

Currently the UI looks bad and is unusable on HiDPI screens

Feature request: Handle 'This content points out to the remote resources. Use `--fetch-remote-resources' option to download them.' oscap's warning message more gracefully

The SSG content recently introduced support for referencing of remotely located OVAL files for certain rules. This feature works properly when used with both:

  • the oscap tool, and
  • the scap-workbench tool.

But when the [] Fetch remote resources checkbox is not checked-in in SCAP Workbench when scanning current e.g. Common profile for RHEL/6 product, the following warning dialog is shown in SCAP Workbench:

sw_screenshot

Current result:

While it's expected SCAP Workbench to show a warning if Fetch remote resources option is not checked in, and particular benchmark references a remotely located OVAL, the current form of the provided dialog suggests an error occurred during the system scan. This is not the case (just the Fetch remote resources option was not checked in, thus rules referencing remote OVAL will return notchecked as a result, instead of actually performing the OVAL evaluation for that rule).

Expected result:

The warning dialog is displayed in some better looking way (the case when Fetch remote resources option is not being checked in, and XCCDF referencing remotely located OVAL use case is handled more gracefully).

Version of SCAP Workbench tested the issue at:

scap-workbench-1.1.1-1.el6.x86_64

Hard-coded DejaVu Sans Mono

The DiagnosticsDialog forces the use of DejaVu Sans Mono. It would be preferable if it forced any mono font but not DejaVu Sans Mono specifically.

Thanks goes to Pravin Satpute for noticing this.

Investigate unhandled enums in switches

1. Defect type: COMPILER_WARNING 
1. scap-workbench-1.1.1/src/TailoringWindow.cpp:792: warning: enumeration value 'XCCDF_VALUE' not handled in switch
2. Defect type: COMPILER_WARNING 
1. scap-workbench-1.1.1/src/TailoringWindow.cpp:792: warning: enumeration value 'XCCDF_RESULT' not handled in switch
3. Defect type: COMPILER_WARNING 
2. scap-workbench-1.1.1/src/TailoringWindow.cpp:792: warning: enumeration value 'XCCDF_PROFILE' not handled in switch
4. Defect type: COMPILER_WARNING 
1. scap-workbench-1.1.1/src/TailoringWindow.cpp:792: warning: enumeration value 'XCCDF_OBJECT' not handled in switch
5. Defect type: COMPILER_WARNING 
1. scap-workbench-1.1.1/src/TailoringWindow.cpp:792: warning: enumeration value 'XCCDF_ITEM' not handled in switch
6. Defect type: COMPILER_WARNING 
1. scap-workbench-1.1.1/src/TailoringWindow.cpp:792: warning: enumeration value 'XCCDF_CONTENT' not handled in switch
7. Defect type: COMPILER_WARNING 
2. scap-workbench-1.1.1/src/TailoringWindow.cpp:752: warning: comparison between signed and unsigned integer expressions
8. Defect type: COMPILER_WARNING 
1. scap-workbench-1.1.1/src/OscapScannerBase.cpp:308: warning: enumeration value 'RS_READING_DOWNLOAD_FILE' not handled in switch
9. Defect type: COMPILER_WARNING 
1. scap-workbench-1.1.1/src/OscapScannerBase.cpp:280: warning: enumeration value 'RS_READING_DOWNLOAD_FILE_STATUS' not handled in switch
10. Defect type: COMPILER_WARNING 
2. scap-workbench-1.1.1/src/OscapScannerBase.cpp:280: warning: enumeration value 'RS_READING_DOWNLOAD_FILE' not handled in switch

Could be a legitimate bug but most likely it's harmless.

Improve UX of RemoteMachineCombobox

From Matt Reid:

Could we remove the empty looking dropdown to the right of the port for SSH and build that into the
field they enter their user and hostname? It would make more sense if that was the dropdown you
could select from for your history, and change the field to what you selected, rather than how it
works now with the dropdown that always stays empty, but can be used to modify the host field to a
previous value. Similar to the Remote Desktop Viewer Host field when entering a host to connect to.

Original trac ticket: https://fedorahosted.org/scap-workbench/ticket/294

OSX El Captain Workbench crash on customization, possibly QT version related

OS: CentOS7
Profile: PCI

Click customize, filename is irrelevant, tried various

SCAP Workbench 1.1.1, compiled with Qt 4.8.6, using OpenSCAP 1.3.0

This issue Sigil-Ebook/Sigil#43 suggests QT >= 5.4.0 may fix issues

Process:               scap-workbench [3457]
Path:                  /Applications/scap-workbench.app/Contents/MacOS/scap-workbench
Identifier:            org.open-scap.scap-workbench
Version:               1.1.1 (1.1.1)
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           scap-workbench [3457]
User ID:               501

Date/Time:             2015-12-07 13:06:10.021 +0000
OS Version:            Mac OS X 10.11.1 (15B42)
Report Version:        11
Anonymous UUID:        A450E7F6-5518-E157-6469-B5E36D0E28C4

Sleep/Wake UUID:       61484684-4CA9-47FE-AC30-5E2DBC5559EC

Time Awake Since Boot: 11000 seconds
Time Since Wake:       1900 seconds

System Integrity Protection: enabled

Crashed Thread:        0  Dispatch queue: com.apple.main-thread

Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
Exception Codes:       KERN_INVALID_ADDRESS at 0x0000000000000008
Exception Note:        EXC_CORPSE_NOTIFY

VM Regions Near 0x8:
--> 
    __TEXT                 0000000107b61000-0000000107bf0000 [  572K] r-x/rwx SM=COW  /Applications/scap-workbench.app/Contents/MacOS/scap-workbench

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libopenscap.8.dylib             0x0000000108ce5ff9 oval_component_free + 9
1   libopenscap.8.dylib             0x0000000108cf405d oval_variable_free + 109
2   libopenscap.8.dylib             0x0000000108cf6764 0x108cd1000 + 153444
3   libopenscap.8.dylib             0x0000000108cfd8aa rbt_free2 + 138
4   libopenscap.8.dylib             0x0000000108ce3b4a oval_definition_model_free + 90
5   libopenscap.8.dylib             0x0000000108d1fb80 xccdf_session_load_oval + 80
6   libopenscap.8.dylib             0x0000000108d1f5f6 xccdf_session_load + 38
7   org.open-scap.scap-workbench    0x0000000107b9b39c 0x107b61000 + 238492
8   org.open-scap.scap-workbench    0x0000000107b9e169 0x107b61000 + 250217
9   org.open-scap.scap-workbench    0x0000000107b9f882 0x107b61000 + 256130
10  org.open-scap.scap-workbench    0x0000000107b70380 0x107b61000 + 62336
11  org.open-scap.scap-workbench    0x0000000107b70a48 0x107b61000 + 64072
12  org.open-scap.scap-workbench    0x0000000107bbeb56 0x107b61000 + 383830
13  QtCore                          0x0000000108b28ac1 QMetaObject::activate(QObject*, QMetaObject const*, int, void**) + 2037
14  QtGui                           0x00000001085e975e QAbstractButton::clicked(bool) + 64
15  QtGui                           0x00000001083a72a6 0x108039000 + 3596966
16  QtGui                           0x00000001083a71a3 0x108039000 + 3596707
17  QtGui                           0x00000001083a7b58 QAbstractButton::mouseReleaseEvent(QMouseEvent*) + 88
18  QtGui                           0x00000001080f2f79 QWidget::event(QEvent*) + 837
19  QtGui                           0x00000001083a7a64 QAbstractButton::event(QEvent*) + 180
20  QtGui                           0x00000001080b5475 QApplicationPrivate::notify_helper(QObject*, QEvent*) + 195
21  QtGui                           0x00000001080b7052 QApplication::notify(QObject*, QEvent*) + 2578
22  QtCore                          0x0000000108b14908 QCoreApplication::notifyInternal(QObject*, QEvent*) + 118
23  QtGui                           0x00000001080b5d46 QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer<QWidget>&, bool) + 446
24  QtGui                           0x000000010806e0fc 0x108039000 + 217340
25  com.apple.AppKit                0x00007fff9297a777 -[NSWindow _handleMouseUpEvent:isDelayedEvent:] + 119
26  com.apple.AppKit                0x00007fff9297b411 -[NSWindow _reallySendEvent:isDelayedEvent:] + 212
27  com.apple.AppKit                0x00007fff923c0b8d -[NSWindow sendEvent:] + 517
28  QtGui                           0x000000010806657a 0x108039000 + 185722
29  com.apple.AppKit                0x00007fff92340b27 -[NSApplication sendEvent:] + 2540
30  QtGui                           0x000000010806ab2e 0x108039000 + 203566
31  com.apple.AppKit                0x00007fff921a7d9a -[NSApplication run] + 796
32  QtGui                           0x000000010807272d 0x108039000 + 235309
33  QtCore                          0x0000000108b11f63 QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 77
34  QtCore                          0x0000000108b120d4 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 356
35  QtCore                          0x0000000108b14d59 QCoreApplication::exec() + 199
36  org.open-scap.scap-workbench    0x0000000107b699a4 0x107b61000 + 35236
37  libdyld.dylib                   0x00007fff87b735ad start + 1

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0   libsystem_kernel.dylib          0x00007fff9713a0a2 kevent_qos + 10
1   libdispatch.dylib               0x00007fff8d09111d _dispatch_mgr_invoke + 216
2   libdispatch.dylib               0x00007fff8d090d85 _dispatch_mgr_thread + 52

Thread 2:: com.apple.NSEventThread
0   libsystem_kernel.dylib          0x00007fff97133c96 mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff971330d7 mach_msg + 55
2   com.apple.CoreFoundation        0x00007fff8b2ec2b4 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation        0x00007fff8b2eb77c __CFRunLoopRun + 1356
4   com.apple.CoreFoundation        0x00007fff8b2eafc8 CFRunLoopRunSpecific + 296
5   com.apple.AppKit                0x00007fff92309d49 _NSEventThread + 149
6   libsystem_pthread.dylib         0x00007fff971579b1 _pthread_body + 131
7   libsystem_pthread.dylib         0x00007fff9715792e _pthread_start + 168
8   libsystem_pthread.dylib         0x00007fff97155385 thread_start + 13

Thread 3:
0   libsystem_kernel.dylib          0x00007fff9713978a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff9715758c _pthread_wqthread + 1283
2   libsystem_pthread.dylib         0x00007fff97155375 start_wqthread + 13

Thread 4:
0   libsystem_kernel.dylib          0x00007fff9713978a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff9715758c _pthread_wqthread + 1283
2   libsystem_pthread.dylib         0x00007fff97155375 start_wqthread + 13

Thread 5:
0   libsystem_kernel.dylib          0x00007fff9713978a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff9715758c _pthread_wqthread + 1283
2   libsystem_pthread.dylib         0x00007fff97155375 start_wqthread + 13

Thread 6:
0   libsystem_kernel.dylib          0x00007fff9713978a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff9715758c _pthread_wqthread + 1283
2   libsystem_pthread.dylib         0x00007fff97155375 start_wqthread + 13

Thread 7:
0   libsystem_kernel.dylib          0x00007fff9713978a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff9715758c _pthread_wqthread + 1283
2   libsystem_pthread.dylib         0x00007fff97155375 start_wqthread + 13

Thread 8:
0   libsystem_kernel.dylib          0x00007fff9713978a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff9715758c _pthread_wqthread + 1283
2   libsystem_pthread.dylib         0x00007fff97155375 start_wqthread + 13

Thread 9:
0   libsystem_kernel.dylib          0x00007fff9713978a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff9715758c _pthread_wqthread + 1283
2   libsystem_pthread.dylib         0x00007fff97155375 start_wqthread + 13

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000003  rbx: 0x0000000000000000  rcx: 0x000000000081f420  rdx: 0x00000000002b5160
  rdi: 0x0000000000000000  rsi: 0x0000000108f64a00  rbp: 0x00007fff5809d420  rsp: 0x00007fff5809d410
   r8: 0x0000000000000017   r9: 0x0000000000000000  r10: 0x0000000000000018  r11: 0x00007ff3da600000
  r12: 0x0000000108cf3ff0  r13: 0x00007ff3d3c44502  r14: 0x0000000000000002  r15: 0x0000000000000000
  rip: 0x0000000108ce5ff9  rfl: 0x0000000000010246  cr2: 0x0000000000000008

Logical CPU:     2
Error Code:      0x00000004
Trap Number:     14


Binary Images:
       0x107b61000 -        0x107beffff +org.open-scap.scap-workbench (1.1.1 - 1.1.1) <A826F75D-D8CC-31CC-9164-BB74EBB0BCA5> /Applications/scap-workbench.app/Contents/MacOS/scap-workbench
       0x107c26000 -        0x107fbaff7 +QtXmlPatterns (4.8.6) <C2FC5A73-98F9-32DB-AFA2-CB8C9FC758BD> /Applications/scap-workbench.app/Contents/Frameworks/QtXmlPatterns.framework/Versions/4/QtXmlPatterns
       0x108039000 -        0x1088b8ff7 +QtGui (4.8.6) <3E5A6449-9BA7-3443-9707-FE6F13355A1A> /Applications/scap-workbench.app/Contents/Frameworks/QtGui.framework/Versions/4/QtGui
       0x108a15000 -        0x108c83fff +QtCore (4.8.6) <71E81D77-8923-3587-8DF1-82726F63FFE7> /Applications/scap-workbench.app/Contents/Frameworks/QtCore.framework/Versions/4/QtCore
       0x108cd1000 -        0x108d56ff7 +libopenscap.8.dylib (0) <43C99C13-543A-3960-92A9-6BB430CA79A6> /Applications/scap-workbench.app/Contents/Frameworks/libopenscap.8.dylib
       0x108d8d000 -        0x108dbbfff  libpcre.0.dylib (7) <7C13A036-2679-3C2D-B520-F79AF7DDBED1> /usr/lib/libpcre.0.dylib
       0x108dc1000 -        0x108ecefff +QtNetwork (4.8.6) <5955765B-B18F-316D-8143-36837CB7BE79> /Applications/scap-workbench.app/Contents/Frameworks/QtNetwork.framework/Versions/4/QtNetwork
       0x108efa000 -        0x108f60fff +libpcre.1.dylib (0) <17DD8F2E-6F16-3685-8277-253BBA8862C1> /Applications/scap-workbench.app/Contents/Frameworks/libpcre.1.dylib
       0x10bd5c000 -        0x10bd77ffb  com.apple.security.csparser (3.0 - 57336.10.29) <45ECAFDC-080E-3733-94F0-DC59584BB6D1> /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/csparser
       0x10bd8b000 -        0x10be30fff  ColorSyncDeprecated.dylib (470) <E1EB9774-DFCF-3B74-8CE1-E94C775116C9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
       0x10ca97000 -        0x10ca97fe7 +cl_kernels (???) <9D990101-461F-45CF-9F9B-9C5E3239B838> cl_kernels
       0x113b83000 -        0x1140e5fff  com.apple.driver.AppleIntelHD5000GraphicsGLDriver (10.10.18 - 10.1.0) <54F46FA1-111E-386B-92B9-679FE10110B9> /System/Library/Extensions/AppleIntelHD5000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsGLDriver
       0x11476f000 -        0x1147d4ff7  com.apple.driver.AppleIntelHD5000GraphicsMTLDriver (10.10.18 - 10.1.0) <63B7737D-CF57-305D-8BD6-EE9B4B03519D> /System/Library/Extensions/AppleIntelHD5000GraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsMTLDriver
    0x7fff60a4b000 -     0x7fff60a81f5f  dyld (360.17) <03673B53-B8B7-34D1-ADCE-F449E78E39CC> /usr/lib/dyld
    0x7fff83c58000 -     0x7fff83c9dff3  libFontRegistry.dylib (155) <BC1B3AD5-4927-3AB7-94FF-CD93BF895D98> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff83d10000 -     0x7fff83d15ff7  libmacho.dylib (875.1) <A9EC23EC-11A0-3B4F-A8AC-B990C8267A6E> /usr/lib/system/libmacho.dylib
    0x7fff83d16000 -     0x7fff8400bff3  com.apple.HIToolbox (2.1.1 - 806) <359FC9DB-B64C-3BC7-B9DA-401D8A5337DC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff8416f000 -     0x7fff84170fff  libDiagnosticMessagesClient.dylib (100) <F2D8CFCC-A00A-3675-9C01-EF0C663F2445> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff841d3000 -     0x7fff841defff  com.apple.AppSandbox (4.0 - 261.10.2) <9824F3E3-6212-32BB-BC68-13FCAF820FB1> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
    0x7fff84208000 -     0x7fff8421afff  com.apple.contacts.ContactsPersistence (1.0 - 2137) <40E67B07-5DC9-3B5E-8266-1A27142268D0> /System/Library/PrivateFrameworks/ContactsPersistence.framework/Versions/A/ContactsPersistence
    0x7fff8421b000 -     0x7fff8423ffff  com.apple.quartzfilters (1.10.0 - 1.10.0) <B25F42F6-2548-39A8-9A9E-35331FD813EB> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
    0x7fff84249000 -     0x7fff8424efff  com.apple.MediaAccessibility (1.0 - 79) <309526B0-1A18-3C2D-B425-A2BB61EED005> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
    0x7fff84267000 -     0x7fff842b9fff  com.apple.ImageCaptureCore (7.0 - 7.0) <74BC5DBA-FD63-31B9-A55B-C3C128852F1D> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x7fff842e3000 -     0x7fff842ecff3  com.apple.CommonAuth (4.0 - 2.0) <6EF43A6E-C071-36A3-8B94-694AC6BEF6D3> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff842ed000 -     0x7fff8430efff  com.apple.Sharing (438.0.1 - 438.0.1) <679D40D7-3C04-3D2C-962B-E8A959E5889E> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff8430f000 -     0x7fff8433efff  com.apple.securityinterface (10.0 - 55065.10.2) <1D6DB9F4-6EB4-39E0-8E99-C09EEA78BB16> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
    0x7fff84625000 -     0x7fff8474aff7  com.apple.LaunchServices (728.4 - 728.4) <A4913361-072C-3A0E-9231-0D9B1DC4ECC5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff8474b000 -     0x7fff8474cfff  com.apple.TrustEvaluationAgent (2.0 - 25) <BC19A1D1-805B-3FC5-BF0B-1EF6FB36FE74> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff84750000 -     0x7fff84753ff7  libsystem_sandbox.dylib (459.10.4) <BC781530-CA98-392D-A77A-8CAD2D9C6B2F> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff84754000 -     0x7fff84c76fff  com.apple.QuartzComposer (5.1 - 334) <B28D6929-25C0-3F27-9454-EAE22857EF4A> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
    0x7fff84c77000 -     0x7fff84c7bfff  com.apple.CommonPanels (1.2.6 - 96) <1D76DDD3-D45A-3679-8B72-5EECE6C1ACAC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff84c7c000 -     0x7fff84c80fff  libpam.2.dylib (20) <7F986CE8-EF74-3BC3-BB7E-5267E24EAFFE> /usr/lib/libpam.2.dylib
    0x7fff84df7000 -     0x7fff84e02fff  libcsfde.dylib (517) <C8C9A632-5072-3D24-8EBF-CCDE0BC8BFB5> /usr/lib/libcsfde.dylib
    0x7fff84e03000 -     0x7fff84e53fff  libcups.2.dylib (435) <FA565876-F9B2-3021-8E89-6D665ED01B3D> /usr/lib/libcups.2.dylib
    0x7fff84e8c000 -     0x7fff84eabff7  com.apple.contacts.vCard (1.0 - 2137) <74FA0133-CFBB-3055-B429-AF2D13B24D7D> /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard
    0x7fff84eac000 -     0x7fff84ec8ff3  libresolv.9.dylib (60) <B192EC27-84EC-3D8A-9CBF-0374B5C9B31A> /usr/lib/libresolv.9.dylib
    0x7fff84ec9000 -     0x7fff84ee3fff  com.apple.Kerberos (3.0 - 1) <D2F0BF94-8656-3FBF-81AC-43D417B661F1> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff84eec000 -     0x7fff84efdfff  libcmph.dylib (6) <43880250-9C2D-395C-90C7-CCCE109FF1B2> /usr/lib/libcmph.dylib
    0x7fff85065000 -     0x7fff850fbff7  com.apple.ColorSync (4.9.0 - 4.9.0) <1FBEDDC2-4BCD-3148-800E-968814206CB9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff85159000 -     0x7fff8531ffef  com.apple.ImageIO.framework (3.3.0 - 1440) <40A1D113-9A4A-37D5-98A7-52AABB16A942> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff85333000 -     0x7fff853e8fff  com.apple.CoreDuet (1.0 - 1) <063ADBE1-44D5-30EE-887E-69ACC8EA9AB6> /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet
    0x7fff853e9000 -     0x7fff853eaffb  libSystem.B.dylib (1225.1.1) <59F79CA0-5D86-359D-A235-4F257409109E> /usr/lib/libSystem.B.dylib
    0x7fff853eb000 -     0x7fff853f2ff7  com.apple.phonenumbers (1.1.1 - 105) <49696A1F-83FC-3BE8-A7E8-F0F4EAA326BB> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
    0x7fff85589000 -     0x7fff859f6ffb  com.apple.GeoServices (1.0 - 1151.2.13.1) <8305A6E9-BE86-3AC7-8EAB-6A989CC208C0> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
    0x7fff859f7000 -     0x7fff859f7fff  com.apple.Cocoa (6.11 - 22) <A033F342-1FEC-3DFD-830A-E8EE284DF492> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff859f8000 -     0x7fff85a1cfff  com.apple.MultitouchSupport.framework (304.9 - 304.9) <90E9EC0A-57D0-331E-AE0D-FF1A7756A409> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff85a1d000 -     0x7fff85a89ff7  com.apple.contacts.Contacts (1.0 - 2137) <3503806B-F315-3869-88FD-FFF8D5C10973> /System/Library/Frameworks/Contacts.framework/Versions/A/Contacts
    0x7fff85a8a000 -     0x7fff85acbff7  libGLU.dylib (12.0.34.12) <055A2B53-7C59-359A-82CB-1F79160C5C86> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff85acc000 -     0x7fff85afaff7  com.apple.DictionaryServices (1.2 - 250) <94678AC8-41FF-3D2E-A35E-D83AD18D7A78> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff85b16000 -     0x7fff85b22fff  com.apple.CacheDelete (1.0 - 1) <08FC118F-E007-35B1-8A26-23FD9FE6CA04> /System/Library/PrivateFrameworks/CacheDelete.framework/Versions/A/CacheDelete
    0x7fff85b73000 -     0x7fff85b8dff3  liblzma.5.dylib (10) <8CD18286-49EA-31E4-8A73-1BF8DECED6C6> /usr/lib/liblzma.5.dylib
    0x7fff85b8e000 -     0x7fff85c23fff  com.apple.ink.framework (10.9 - 214) <F1B3B6C9-FF8D-3E68-93EB-8CDCEB65171A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff85c24000 -     0x7fff85cd3fff  com.apple.cloudkit.CloudKit (480 - 480) <2507C1D3-733F-394A-9ADC-FF8FAD7D21B9> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
    0x7fff85cd4000 -     0x7fff85ce5ff7  libsystem_trace.dylib (200) <1D289F35-BFA2-3B9E-BDF9-20F34F9A01D4> /usr/lib/system/libsystem_trace.dylib
    0x7fff85ce6000 -     0x7fff8638cffb  com.apple.JavaScriptCore (11601 - 11601.2.3) <CAB09947-EC70-3CFC-9C24-101122452A58> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff8638d000 -     0x7fff8660cfff  com.apple.security (7.0 - 57336.10.29) <FA5D22B9-3253-38CF-81E2-E243F93753DC> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff86692000 -     0x7fff86739fff  com.apple.LanguageModeling (1.0 - 1) <C405E993-F0DF-39E4-9B74-FE310E63DD8E> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff8673a000 -     0x7fff86947fff  libicucore.A.dylib (551.30) <CC6AA367-C6D3-3592-A697-76C0CFFE19DD> /usr/lib/libicucore.A.dylib
    0x7fff869e3000 -     0x7fff86a3ffff  com.apple.Suggestions (5.0 - 180) <1F22314C-F5E6-309D-A272-BE78C897B64C> /System/Library/PrivateFrameworks/Suggestions.framework/Versions/A/Suggestions
    0x7fff86a81000 -     0x7fff86a9dff7  libextension.dylib (78) <3A674BC1-8D7E-3A62-80EF-F950B02CB0FF> /usr/lib/libextension.dylib
    0x7fff86eef000 -     0x7fff86f0bfff  com.apple.GenerationalStorage (2.0 - 239) <05652CAD-E7F5-3225-929D-E13F241FBA41> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff86f84000 -     0x7fff86fa0ff7  libsystem_malloc.dylib (67) <1B57A614-3D60-3F87-876F-7DB4AF38120F> /usr/lib/system/libsystem_malloc.dylib
    0x7fff86fcf000 -     0x7fff87043ff3  com.apple.securityfoundation (6.0 - 55126) <73D2EE6C-E3A2-32FE-89B3-BA8ACEA53F09> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff87044000 -     0x7fff8724ffff  libFosl_dynamic.dylib (16.24) <28CD6965-696D-32D0-B76F-4EA21DC1984A> /usr/lib/libFosl_dynamic.dylib
    0x7fff87924000 -     0x7fff879b3fff  com.apple.CorePDF (4.0 - 4) <023E8BCC-DA79-34EE-8975-45690E97F862> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff879e6000 -     0x7fff879e7ff3  com.apple.print.framework.Print (10.0 - 266) <F13A0609-793A-3A43-A961-AAFC81AC8FDA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff87a3a000 -     0x7fff87ab1fc7  libcorecrypto.dylib (334) <4E1B969F-8449-3B21-9880-51AD58E25AA6> /usr/lib/system/libcorecrypto.dylib
    0x7fff87b49000 -     0x7fff87b66fff  com.apple.AppleVPAFramework (2.0.15 - 2.0.15) <86BC6DCE-8590-38E3-9C0C-52E97F617B58> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
    0x7fff87b67000 -     0x7fff87b6ffff  libGFXShared.dylib (12.0.34.12) <F8278F50-25AC-3CEC-9F68-D83785A25F5E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff87b70000 -     0x7fff87b73ffb  libdyld.dylib (360.17) <99396189-E53A-3A78-BC49-449236DA7CFF> /usr/lib/system/libdyld.dylib
    0x7fff87b79000 -     0x7fff87b8efff  com.apple.ToneKit (1.0 - 1) <3722D681-0582-335A-A992-A972D2046163> /System/Library/PrivateFrameworks/ToneKit.framework/Versions/A/ToneKit
    0x7fff87b8f000 -     0x7fff87ba5ff7  libLinearAlgebra.dylib (1159) <01BD9187-521F-3F96-B477-24511318AECD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff87ba6000 -     0x7fff87ba6fff  com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) <F450DC3F-837D-35CB-97F3-5835E789EF02> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff87ba7000 -     0x7fff87bf2ffb  com.apple.print.framework.PrintCore (11.0 - 472) <34EA102A-D482-37FF-9C9B-E4FE4275913B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff87bf6000 -     0x7fff87c0cfff  com.apple.CoreMediaAuthoring (2.2 - 953) <8F5453F5-DC0E-39B8-9CB0-0A89268F6930> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
    0x7fff87c6a000 -     0x7fff87c83ffb  com.apple.openscripting (1.7 - 169) <6AA25650-8900-33C6-AD49-D0543DB27C16> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff87c84000 -     0x7fff87c96fff  libsasl2.2.dylib (209) <D48CE2C5-D0C5-39BD-A7DD-C999E81CF885> /usr/lib/libsasl2.2.dylib
    0x7fff885cc000 -     0x7fff8867cfff  com.apple.backup.framework (1.7 - 1.7) <70033C43-855B-3F12-998C-343F2A8A93BA> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff8867d000 -     0x7fff8867effb  libremovefile.dylib (41) <C7CFF5F2-AFFB-3C8D-BDB4-D66D50E657C0> /usr/lib/system/libremovefile.dylib
    0x7fff8867f000 -     0x7fff886cbff7  com.apple.corelocation (1486.17 - 1615.37) <AF201676-FFF5-39E1-8B0A-D670F4129CA8> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x7fff886cc000 -     0x7fff886e9fff  com.apple.pluginkit.framework (1.0 - 1) <0601C318-E10E-3A62-BCA1-67B3A6108F17> /System/Library/PrivateFrameworks/PlugInKit.framework/Versions/A/PlugInKit
    0x7fff88829000 -     0x7fff88852ffb  libRIP.A.dylib (938) <4D830858-FD2C-32B1-9B29-E88AD815E604> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff88853000 -     0x7fff8885bfff  libsystem_networkextension.dylib (384.1.2) <4736FCC5-9DBA-31F4-AAC8-CD0A177CF502> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff889d8000 -     0x7fff889e4ff7  com.apple.OpenDirectory (10.11 - 194) <7ECA481B-C265-33F6-835E-2E5B96621E51> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff889eb000 -     0x7fff88a9bfe7  libvMisc.dylib (563.4) <E166E14C-616E-35FA-BD3C-A60337EDD833> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff8929f000 -     0x7fff8939aff7  libFontParser.dylib (158.3) <DBFEE35E-60F4-3F51-AA25-D4D7E4E01996> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff8939b000 -     0x7fff8939bfff  com.apple.ApplicationServices (48 - 48) <B5326BD2-AF17-3880-A8C5-3C990AE4A1C8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff8939c000 -     0x7fff893d4ff7  com.apple.Accounts (113 - 113) <22DBA9B9-F70A-33CB-B87C-4D11AD66D126> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
    0x7fff893d5000 -     0x7fff893d5ff7  libunc.dylib (29) <D9B0C7B1-8648-3AAC-931C-E7CD362FAA8A> /usr/lib/system/libunc.dylib
    0x7fff89400000 -     0x7fff89446ff7  libauto.dylib (186) <460B0167-C89B-37EC-823C-52F684B31C26> /usr/lib/libauto.dylib
    0x7fff894cd000 -     0x7fff894d1fff  com.apple.LoginUICore (3.1 - 3.1) <6DCEED7A-529B-3AFD-8F83-97A40B56E4D9> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore
    0x7fff894d2000 -     0x7fff894d5fff  com.apple.Mangrove (1.0 - 1) <7CA6F485-F7A5-301C-9F14-4C667EF8B2F3> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
    0x7fff894d6000 -     0x7fff894d9fff  libCoreVMClient.dylib (119.5) <56187F75-4436-31CA-8D3A-C6BC67F6F2BF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff89882000 -     0x7fff8990fdd7  com.apple.AppleJPEG (1.0 - 1) <6230F3A0-C89D-3A35-A896-A17B3513E8DB> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff89944000 -     0x7fff89977fff  com.apple.MediaKit (16 - 807) <CCE5E5C0-B379-3F2C-AE16-7BB543FF7C09> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x7fff89a00000 -     0x7fff89a02ff7  libsystem_configuration.dylib (801.10.2) <93D5FB9A-CC7C-3672-80D8-7A1C4805204B> /usr/lib/system/libsystem_configuration.dylib
    0x7fff89a1d000 -     0x7fff89a20fff  com.apple.IOSurface (108.0.1 - 108.0.1) <7B05B27A-5CC4-30D4-8A10-ED444A2807A2> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff8aaf5000 -     0x7fff8aaf5fff  com.apple.Accelerate (1.10 - Accelerate 1.10) <78D9071F-93DE-3C66-8912-8B0AA25DDF05> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff8aaf6000 -     0x7fff8aaf6fff  com.apple.audio.units.AudioUnit (1.13 - 1.13) <CFB91CDC-5BBA-3A8E-BA05-6E972217BD57> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff8abca000 -     0x7fff8abd8fff  libxar.1.dylib (302) <898402AF-0DF3-341D-83EA-4A1B1770E718> /usr/lib/libxar.1.dylib
    0x7fff8adf4000 -     0x7fff8ae1dfff  libc++abi.dylib (125) <F5027B46-1801-344D-BD51-2E6D188C8900> /usr/lib/libc++abi.dylib
    0x7fff8ae1e000 -     0x7fff8ae60ff7  com.apple.Metal (54.26.3 - 54.26.3) <54544DF5-B1D1-3139-ADE6-E815533313EB> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fff8afb7000 -     0x7fff8afe7ff7  libsandbox.1.dylib (459.10.4) <78F4D125-DEF0-3BEA-9D7F-E5BE5C06C8DA> /usr/lib/libsandbox.1.dylib
    0x7fff8afe8000 -     0x7fff8b03bff7  libc++.1.dylib (120.1) <54190E1B-EE49-3D6D-AC29-2813D7380BA5> /usr/lib/libc++.1.dylib
    0x7fff8b262000 -     0x7fff8b6d7ff7  com.apple.CoreFoundation (6.9 - 1255.1) <86B26482-C917-34F2-80D8-02911B6001E0> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff8b6df000 -     0x7fff8b6e2fff  libspindump.dylib (197) <4DAD2F5F-B719-3DD8-9D7C-135314CE85D0> /usr/lib/libspindump.dylib
    0x7fff8b7b5000 -     0x7fff8ba4afff  libmecabra.dylib (696.1) <8FCC4C88-BE6A-3697-B1D3-8E1A2A3B99BA> /usr/lib/libmecabra.dylib
    0x7fff8ba4b000 -     0x7fff8ba50fff  com.apple.DiskArbitration (2.7 - 2.7) <B391A885-1286-3718-A341-8C84560DDE58> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff8ba51000 -     0x7fff8ba8eff3  com.apple.bom (14.0 - 193.7) <FF1FC415-0472-36C5-9706-54125BA365AE> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff8ba8f000 -     0x7fff8ba9dfff  com.apple.opengl (12.0.34 - 12.0.34) <31C23ABB-8F75-3201-8CD1-447B3052B434> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff8ba9e000 -     0x7fff8baa6fff  libMatch.1.dylib (27) <D8024E9A-795B-30FC-BCE7-DB1E20889AB9> /usr/lib/libMatch.1.dylib
    0x7fff8baa7000 -     0x7fff8bab7fff  libbsm.0.dylib (34) <F1E41935-5C5D-3704-AE9D-AEA1F2BCF8B1> /usr/lib/libbsm.0.dylib
    0x7fff8bab8000 -     0x7fff8babcfff  libcache.dylib (75) <4948E2C8-867F-3E9D-AAE7-2F30F0B345C6> /usr/lib/system/libcache.dylib
    0x7fff8babe000 -     0x7fff8bba9ff7  com.apple.QuickLookUIFramework (5.0 - 696.1) <921959F6-96C2-3814-8D20-0E761AB51199> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x7fff8bbaa000 -     0x7fff8bbb2fff  com.apple.NetFS (6.0 - 4.0) <5602F3EB-64F6-3495-BEF0-988F92974234> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff8bbbf000 -     0x7fff8bf97fef  com.apple.CoreAUC (214.0.0 - 214.0.0) <36675355-FEF4-3DC0-9734-AE6F125883C2> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff8c050000 -     0x7fff8c2f6fff  com.apple.CoreData (120 - 640) <37466A48-AA4C-3DB5-B606-C04841D3F654> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff8c2f7000 -     0x7fff8c397fff  com.apple.Metadata (10.7.0 - 972.9) <303B6874-8B16-39A0-BB9D-5B7A59D3B8A2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff8c3a5000 -     0x7fff8c3a8ffb  libScreenReader.dylib (425.100) <993C7AE7-6CA2-37B5-A13C-F9032857D3AD> /usr/lib/libScreenReader.dylib
    0x7fff8c3a9000 -     0x7fff8c3d3ff7  GLRendererFloat (12.0.34.12) <EC1AE73B-1E91-383F-9954-F6B81313794C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
    0x7fff8c3d4000 -     0x7fff8c3e0fff  com.apple.SpeechRecognitionCore (2.2.7 - 2.2.7) <12117823-8A9E-3C88-A01C-3B25D68535CE> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fff8c3ee000 -     0x7fff8c56cfff  com.apple.UIFoundation (1.0 - 435) <237F281F-7F15-3309-B749-F8DA37822F9F> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fff8c59b000 -     0x7fff8c5bdff7  com.apple.IconServices (68 - 68) <9F8B9184-8DA8-3B7A-970B-3086DDD1CC6F> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff8c5c7000 -     0x7fff8c616ff7  com.apple.opencl (2.6.9 - 2.6.9) <CA196FE1-7E95-3CBD-A97F-90747B9F5CBC> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff8c617000 -     0x7fff8c6bbfff  com.apple.Bluetooth (4.4.2 - 4.4.2f1) <7037778A-6783-3727-9076-6CA9ED130A11> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff8c6e4000 -     0x7fff8c7f2fff  com.apple.desktopservices (1.10 - 1.10) <76AA21FE-0F96-366A-9B43-6188FBC29ABE> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff8cd52000 -     0x7fff8ce38fef  unorm8_bgra.dylib (2.6.4.1) <28F838EA-19E5-3724-99FF-B61132555D09> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib
    0x7fff8ce39000 -     0x7fff8cf65fff  com.apple.CoreText (352.0 - 494.5.1) <393F0F48-0226-34BA-9793-66D8455EF894> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff8cf66000 -     0x7fff8cfc4fff  libsystem_network.dylib (582.1.4) <C5DC3F04-7011-34D4-9682-E1B31999A89C> /usr/lib/system/libsystem_network.dylib
    0x7fff8d05e000 -     0x7fff8d077fff  com.apple.CFOpenDirectory (10.11 - 194) <86755CDA-B4AA-39EF-8F7B-27F120F9AAC3> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff8d089000 -     0x7fff8d0b6fff  libdispatch.dylib (500.10.1) <438F4595-0731-34A2-ACAD-60121A76D1FF> /usr/lib/system/libdispatch.dylib
    0x7fff8d0b7000 -     0x7fff8d11efff  com.apple.framework.CoreWiFi (11.0 - 1101.20) <D5DC3626-3131-3BAA-8552-294B4CE1EFCB> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff8d11f000 -     0x7fff8d18efff  com.apple.SearchKit (1.4.0 - 1.4.0) <45A716CD-D9E7-3F1F-9EC8-BB37CA9E8C04> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff8d18f000 -     0x7fff8d1b6ff7  com.apple.ProtectedCloudStorage (1.0 - 1) <403BC9E0-2A4E-3481-BDFE-B3CB372E5051> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
    0x7fff8d214000 -     0x7fff8d21cfef  libsystem_platform.dylib (73.1.1) <3F4D2390-E3DE-3C24-A515-95DFAC8671C4> /usr/lib/system/libsystem_platform.dylib
    0x7fff8d21d000 -     0x7fff8d27dff7  com.apple.QuickLookFramework (5.0 - 696.1) <727FE6BE-8E92-38A3-BDEB-2410B553BB27> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff8d2ac000 -     0x7fff8d2dbfc3  libsystem_m.dylib (3105) <07D50372-30ED-3B03-9FA0-0662BF8F0098> /usr/lib/system/libsystem_m.dylib
    0x7fff8d2dc000 -     0x7fff8d2defff  libCVMSPluginSupport.dylib (12.0.34.12) <F8E1EA87-73ED-3372-8C58-4209942ECD20> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff8d2e2000 -     0x7fff8d4b0ff7  com.apple.QuartzCore (1.11 - 410.9) <4D3C169D-C579-38C3-AE10-B975E89331E0> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff8d54e000 -     0x7fff8d6daff7  libGLProgrammability.dylib (12.0.34.12) <42F6BEA9-8680-36D9-B5B2-8B368D4F94DB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    0x7fff8d6db000 -     0x7fff8d6deff7  libCoreFSCache.dylib (119.5) <5935DEAB-4236-38D2-8C76-5AF9A5700559> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0x7fff8d9a6000 -     0x7fff8d9b1ff7  libcommonCrypto.dylib (60074) <BD1DCF19-8353-3F6A-AFFA-EBBA29A302A8> /usr/lib/system/libcommonCrypto.dylib
    0x7fff8d9d8000 -     0x7fff8d9ddfff  com.apple.ImageCapture (9.0 - 9.0) <E53CC0B8-9D36-3636-B602-8AB4CEB4C313> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff8d9e1000 -     0x7fff8d9e1ff7  libkeymgr.dylib (28) <47080280-8B57-3D75-8A20-9E100864DE27> /usr/lib/system/libkeymgr.dylib
    0x7fff8d9e2000 -     0x7fff8dad4ff7  libiconv.2.dylib (44) <82529E3B-0485-344C-8075-83C7725D6A6F> /usr/lib/libiconv.2.dylib
    0x7fff8dad5000 -     0x7fff8dad8ff7  com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <E4643432-0DF2-3CD3-9F63-3A7665B25838> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
    0x7fff8dad9000 -     0x7fff8dd46ff7  com.apple.imageKit (2.6 - 930) <8DA4A452-0E28-3A3E-82B6-93D155581002> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
    0x7fff8ddd7000 -     0x7fff8ddd8fff  liblangid.dylib (122) <EAC09BF0-5E88-3060-AA51-EC71B4D26F3C> /usr/lib/liblangid.dylib
    0x7fff8de36000 -     0x7fff8e081fff  com.apple.AddressBook.framework (9.0 - 1679) <87B2D9E4-A042-3A99-BC5F-BA48D6896D12> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x7fff8e082000 -     0x7fff8e106fff  com.apple.AVKit (1.1 - 285.1) <918F7BF4-34E0-3260-A035-2855A6F871D9> /System/Library/Frameworks/AVKit.framework/Versions/A/AVKit
    0x7fff8e107000 -     0x7fff8e109fff  com.apple.CoreDuetDebugLogging (1.0 - 1) <B390CD9A-A04F-3A9E-A40C-CB317F40AFE5> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/CoreDuetDebugLogging
    0x7fff8e921000 -     0x7fff8e94aff7  libxslt.1.dylib (14) <412A09C9-7C02-351E-A416-2453361EACA9> /usr/lib/libxslt.1.dylib
    0x7fff8e99e000 -     0x7fff8e9c2fff  libJPEG.dylib (1440) <7A2BE834-C5F1-3950-B13D-66C1D39AD7AA> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff8e9c3000 -     0x7fff8e9c5ffb  libutil.dylib (43) <E37832CF-5EE6-345A-B0EC-FFC8D2B67375> /usr/lib/libutil.dylib
    0x7fff8e9d9000 -     0x7fff8e9e4fff  libGPUSupportMercury.dylib (12.0.34.12) <9BB56F2D-D91C-3F65-AE44-404173FD242A> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
    0x7fff8ea03000 -     0x7fff8ea08ff3  libunwind.dylib (35.3) <FDA18078-A775-3BAF-A5A6-8A7B75D6AA99> /usr/lib/system/libunwind.dylib
    0x7fff8ea09000 -     0x7fff8eab4fff  com.apple.PDFKit (3.1 - 3.1) <CDEADFD1-493E-37A8-B2D4-42AE8F72C5FE> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
    0x7fff8eb4d000 -     0x7fff8eb55fff  com.apple.AppleSRP (5.0 - 1) <8DBB11A2-150A-3E70-8B83-DDEDAB15E2C3> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
    0x7fff8eb56000 -     0x7fff8eb62fff  com.apple.speech.synthesis.framework (5.4.12 - 5.4.12) <8D8F331E-21D2-3B7E-B977-3EB1D9E44D5B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff8eb63000 -     0x7fff8eb82ff7  com.apple.framework.Apple80211 (11.0 - 1102.32) <B94B708C-D7E8-3733-B360-0D5A48FBB873> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff8ebb5000 -     0x7fff8ecf9ff7  com.apple.QTKit (7.7.3 - 2937) <C04A69AB-93F9-3BB4-BF56-1CD408183CE7> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff8edfb000 -     0x7fff8eeb5fff  com.apple.DiscRecording (9.0.1 - 9010.4.3) <7AFCD317-2A1C-30D3-9871-C9C2C4FF05FD> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fff8eeb6000 -     0x7fff8eeb6fff  libOpenScriptingUtil.dylib (169) <5C4A51D4-09A9-3209-8E57-15F112725CC4> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff8eeb7000 -     0x7fff8ef44fe7  libsystem_c.dylib (1081.1.3) <A60CE86D-1FF3-32AD-A672-C7597F884529> /usr/lib/system/libsystem_c.dylib
    0x7fff8f003000 -     0x7fff8f003ff7  liblaunch.dylib (755.1.19) <7EC0F297-43CC-3D11-B46B-7E72E372648A> /usr/lib/system/liblaunch.dylib
    0x7fff8f004000 -     0x7fff8f077ffb  com.apple.Heimdal (4.0 - 2.0) <2D358FB4-61BB-3BB6-9EF7-D9868A0B0275> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff8f108000 -     0x7fff8f139ffb  com.apple.GSS (4.0 - 2.0) <D50CDB44-72E9-3520-9965-93901621F781> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff8f13a000 -     0x7fff8f13bfff  libsystem_secinit.dylib (20) <932ED582-E80F-39DA-B0FA-F1BC5F1AD2F8> /usr/lib/system/libsystem_secinit.dylib
    0x7fff8f13c000 -     0x7fff8f142ff7  com.apple.speech.recognition.framework (5.1.1 - 5.1.1) <433F8745-874A-39B3-A7C6-2EDA8C2C6B4A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff8f149000 -     0x7fff8f154ff7  libChineseTokenizer.dylib (16) <1794A880-9C3D-37B2-8F3E-6CAFFB396089> /usr/lib/libChineseTokenizer.dylib
    0x7fff8f155000 -     0x7fff8f279fff  libsqlite3.dylib (216.4) <BC4681AA-F45A-3DCF-8CE5-D672036CD4C8> /usr/lib/libsqlite3.dylib
    0x7fff8f2cf000 -     0x7fff8f2d1fff  com.apple.OAuth (25 - 25) <DFC11955-75DD-303E-BFCB-0F70A4C541E0> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
    0x7fff8f340000 -     0x7fff8f39dfff  com.apple.CoreServices.OSServices (728.4 - 728.4) <4E1819C2-F7A9-35FB-8193-FF3DCC35226C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff8f7fa000 -     0x7fff8f7fbfff  libsystem_blocks.dylib (65) <1B4F1F10-823E-3781-8162-6884D14DF0D6> /usr/lib/system/libsystem_blocks.dylib
    0x7fff8f7ff000 -     0x7fff8f813fe3  libCGInterfaces.dylib (317.8) <5D867287-2340-3650-ABA9-2E4D2C99C96C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
    0x7fff8f814000 -     0x7fff8f82ffff  com.apple.aps.framework (4.0 - 4.0) <A3971E50-DD87-3752-B37A-E58557AD5AF2> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
    0x7fff8f830000 -     0x7fff8f875ff7  com.apple.coreservices.SharedFileList (24.4 - 24.4) <3C8665BA-A9CD-377C-BECB-2E933FDB68AE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fff8f876000 -     0x7fff8f87efff  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <B0028247-B333-36F5-8098-8EC95E6C2B23> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
    0x7fff8f87f000 -     0x7fff8f896fff  libmarisa.dylib (4) <4D3AE55B-CE77-364F-B8DE-C95CAA48B291> /usr/lib/libmarisa.dylib
    0x7fff8f89c000 -     0x7fff8f974fff  com.apple.CoreMedia (1.0 - 1731.15.20) <F30D52A8-5FA9-3BFE-856F-D6EDBC725A80> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff8fab0000 -     0x7fff8fabbfff  com.apple.DirectoryService.Framework (10.11 - 194) <D3F78A43-A04D-31CA-AFF0-52E129CEDB91> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x7fff8fabc000 -     0x7fff8fc06fc7  com.apple.coreui (2.1 - 364.1) <4E680853-589C-3BC5-8215-240A07A92C81> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff8fe64000 -     0x7fff8feb5ff7  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <73EF4EB0-315C-3064-A991-3DBFF6BDDFE1> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff8feb6000 -     0x7fff8ff20ff7  com.apple.framework.CoreWLAN (11.0 - 1101.20) <BA9EB0BF-7915-3DB0-9ACE-EC52CD07E1A8> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff8ff33000 -     0x7fff91183ff7  com.apple.CoreGraphics (1.600.0 - 938) <22518FBE-1937-3AF6-A91D-6B8983184025> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff91302000 -     0x7fff9130afff  com.apple.CoreServices.FSEvents (1222.1.1 - 1222.1.1) <79DF16A7-E169-38A5-BF5E-2D45F86DE154> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fff9130b000 -     0x7fff91367fef  libTIFF.dylib (1440) <5E2886E4-AEEF-382F-9AFB-93239278B36A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff9195c000 -     0x7fff91b68fff  com.apple.CoreImage (11.1.0 - 366.1.1) <BE963C1D-90C2-388A-85F2-D6701DC104C4> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff91b74000 -     0x7fff91c14fff  com.apple.ViewBridge (157 - 157) <EA9A214B-6AFA-3543-A4F0-8E67F6ED414F> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
    0x7fff91c15000 -     0x7fff91c16ff7  libodfde.dylib (23) <B2194A77-3D29-3CE2-9D96-F8986A198980> /usr/lib/libodfde.dylib
    0x7fff91c17000 -     0x7fff91c19ff7  libquarantine.dylib (80) <1693C5FE-EA0A-3122-85EB-7950ECC7435A> /usr/lib/system/libquarantine.dylib
    0x7fff91e3d000 -     0x7fff91e4cfff  com.apple.AppleFSCompression (80 - 1.0) <34166CFF-ED5D-3234-A0A2-CB1809879E72> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff91e4d000 -     0x7fff91e4dfff  com.apple.CoreServices (728.4 - 728.4) <14019127-641A-3CB9-8155-86AD35F23597> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff91e4e000 -     0x7fff91e79ff7  com.apple.AddressBook.ContactsFoundation (8.0 - 2137) <082A84FD-0076-3129-8193-2BCB0EAD15E2> /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/ContactsFoundation
    0x7fff91e7a000 -     0x7fff91e7cfff  com.apple.SecCodeWrapper (4.0 - 261.10.2) <54B4F790-1FD5-3DFB-8F1F-3BEE312238DC> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
    0x7fff91e7d000 -     0x7fff91ecffff  com.apple.AppleVAFramework (5.0.31 - 5.0.31) <17D3C8AE-5E48-34CE-B5FB-5F30747EDE91> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff91ed8000 -     0x7fff91eecfff  libsystem_coretls.dylib (82) <21EDACF1-D9B3-3086-9821-60EB75E7F965> /usr/lib/system/libsystem_coretls.dylib
    0x7fff91eed000 -     0x7fff91f14fff  com.apple.ChunkingLibrary (167 - 167) <C22F5038-7354-330F-8F38-36F187E6A4B1> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff920dc000 -     0x7fff920dcfff  libenergytrace.dylib (10) <64F779D4-2192-37EC-8DB5-EC55BAE50058> /usr/lib/libenergytrace.dylib
    0x7fff920f3000 -     0x7fff92169ff7  com.apple.MMCS (1.3 - 349) <C445C851-09F2-34F8-AA4C-D7135C15945F> /System/Library/PrivateFrameworks/MMCS.framework/Versions/A/MMCS
    0x7fff9216a000 -     0x7fff92d8cfff  com.apple.AppKit (6.9 - 1404.13) <9B600863-6A16-31CB-8138-97AC8F43FBC6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff92ffc000 -     0x7fff93001fff  com.apple.TCC (1.0 - 1) <96281C9E-B2DF-325F-BFA4-0A15150165EC> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff93004000 -     0x7fff9328bff3  com.apple.CFNetwork (760.1.2 - 760.1.2) <D4FD8DF6-8481-3BE6-9E93-A3268B16774E> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff93392000 -     0x7fff933befff  com.apple.framework.SystemAdministration (1.0 - 1.0) <6DFACF58-D982-34E7-88A7-B6CC68D2169A> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration
    0x7fff93508000 -     0x7fff9350efff  com.apple.IOAccelerator (203.10 - 203.10) <A9827A1B-1337-31CF-9D96-791868B51A49> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fff935f4000 -     0x7fff93605fff  libz.1.dylib (60) <43317BEA-ACA2-34C2-AF37-902AA926C83A> /usr/lib/libz.1.dylib
    0x7fff93606000 -     0x7fff93608fff  libCGXType.A.dylib (938) <91E0A256-B45F-3728-B68A-250E4E74A838> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff93609000 -     0x7fff93624ff7  libCRFSuite.dylib (34) <65E4DC91-A994-3921-B5B0-696123CE0C1E> /usr/lib/libCRFSuite.dylib
    0x7fff93625000 -     0x7fff9362dff7  libcldcpuengine.dylib (2.6.4.1) <D8A9DDA1-35B5-3D6B-85E0-A5542033FA9F> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
    0x7fff9362e000 -     0x7fff93643fff  com.apple.AppContainer (4.0 - 261.10.2) <ABF27707-2925-3A25-916E-370A3E342AF0> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
    0x7fff93647000 -     0x7fff93a75fff  com.apple.vision.FaceCore (3.3.1 - 3.3.1) <D02FBB03-42A5-3E75-83C1-F563B1E3258F> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff93a76000 -     0x7fff93ae4ff7  com.apple.ApplicationServices.ATS (377 - 394.1) <E35909E3-83E0-3671-914A-B43845D889B3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff93ae5000 -     0x7fff93b15ff3  com.apple.CoreAVCHD (5.8.0 - 5800.4.2) <56AA41E6-2F60-31D8-B506-2D4A5C341C77> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x7fff93b16000 -     0x7fff93b64ff7  libstdc++.6.dylib (104.1) <77780A99-22DB-35AA-BD9E-ADB83417E4BD> /usr/lib/libstdc++.6.dylib
    0x7fff93b65000 -     0x7fff93df3ff3  com.apple.RawCamera.bundle (6.17 - 825) <EFF00605-B354-3F94-B4D0-1A14B08482FE> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff9468c000 -     0x7fff94697fff  libGL.dylib (12.0.34.12) <182B925C-7BF6-3EFE-85AF-54760206A6FD> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff94698000 -     0x7fff94698fff  libmetal_timestamp.dylib (600.0.41.2) <2E74E3DE-B13E-3645-8A32-90D889FE92E1> /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib
    0x7fff94699000 -     0x7fff946adfff  com.apple.CoreDuetDaemonProtocol (1.0 - 1) <C0619E4A-5CF8-357E-B571-2398239911A1> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/CoreDuetDaemonProtocol
    0x7fff946b5000 -     0x7fff94a26fff  com.apple.FinderKit (1.4 - 1.4) <791D8B9B-5532-3B7B-89BD-C40E6ADC5339> /System/Library/PrivateFrameworks/FinderKit.framework/Versions/A/FinderKit
    0x7fff94a2c000 -     0x7fff94a7efff  com.apple.CloudDocs (1.0 - 382) <F8B381F5-C434-3719-B26B-137D61F8DEBD> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs
    0x7fff94a7f000 -     0x7fff94a84fff  com.apple.AssetCacheServices (14 - 14) <8C912A44-6635-33A0-82A3-389585BAC0F1> /System/Library/PrivateFrameworks/AssetCacheServices.framework/Versions/A/AssetCacheServices
    0x7fff94aef000 -     0x7fff94af1fff  libsystem_coreservices.dylib (19) <692631A0-1923-32CA-9BD5-044B1382FFDE> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff94af2000 -     0x7fff94afbff7  com.apple.DisplayServicesFW (3.0 - 378) <69821BC1-66F6-30FE-B706-134F3A9FCAD7> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x7fff94b18000 -     0x7fff9506efff  com.apple.MediaToolbox (1.0 - 1731.15.20) <B7C4E89E-A5D5-35B2-BA8F-36EC2EAB2CFC> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff95118000 -     0x7fff9527ffff  libBLAS.dylib (1159) <35ADE4D4-391A-30C2-9D38-388F543EA4BA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff95280000 -     0x7fff95298fcf  libcompression.dylib (23) <7467B2EB-E0E0-3E9D-9EAD-3E04500C6395> /usr/lib/libcompression.dylib
    0x7fff952f5000 -     0x7fff952f7ff7  com.apple.xpc.ServiceManagement (1.0 - 1) <0EA1807B-4F41-317D-A6C2-E6A23F201252> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff952fc000 -     0x7fff952feff7  com.apple.SafariServices.framework (11601 - 11601.2.7.2) <CC99200E-E893-3A01-AA8F-AF2856675CF7> /System/Library/PrivateFrameworks/SafariServices.framework/Versions/A/SafariServices
    0x7fff952ff000 -     0x7fff9535dfff  com.apple.SystemConfiguration (1.14 - 1.14) <E3F5D239-4CBE-3B77-A8D9-F3423702AAB9> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff95363000 -     0x7fff9536bfff  libcopyfile.dylib (127) <CA2602AB-E8B7-3CD8-A0C5-D86E35FDA09F> /usr/lib/system/libcopyfile.dylib
    0x7fff9536c000 -     0x7fff9537dfff  libSparseBLAS.dylib (1159) <86AFE478-E6FB-38AB-84A3-7E4317521F2C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fff9537e000 -     0x7fff9538afff  libexslt.0.dylib (14) <98E912B0-150E-325B-8B57-FA2473BADD97> /usr/lib/libexslt.0.dylib
    0x7fff95391000 -     0x7fff95391fff  com.apple.Carbon (154 - 157) <DF95E7EB-1CFC-3C83-B114-60FFEEAE166E> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff95392000 -     0x7fff9539dfff  libkxld.dylib (3247.10.11) <22BBF963-3808-3320-8BDA-5B7A99035F14> /usr/lib/system/libkxld.dylib
    0x7fff9539e000 -     0x7fff95474ff7  com.apple.DiskImagesFramework (10.11.1 - 415) <F3C0F696-A10D-3A4B-9391-AAD695D29831> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x7fff95558000 -     0x7fff9555fff7  libcompiler_rt.dylib (62) <253B36E5-572D-377D-AE99-A02CE32590E5> /usr/lib/system/libcompiler_rt.dylib
    0x7fff95560000 -     0x7fff958c36d7  libobjc.A.dylib (680) <7C5FAD04-2C01-3ED6-AA40-78925C12A456> /usr/lib/libobjc.A.dylib
    0x7fff958cd000 -     0x7fff958f8ffb  libarchive.2.dylib (32.10.1) <88036C67-C2C8-3ADF-A4C7-6BBF94B80F15> /usr/lib/libarchive.2.dylib
    0x7fff958f9000 -     0x7fff95901ffb  libsystem_dnssd.dylib (624.10.1) <21D63EAB-27BE-3F41-B1D4-604BE7F4C9BA> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff95902000 -     0x7fff95be7ff3  com.apple.CoreServices.CarbonCore (1136 - 1136) <9DE930A3-63C0-3E21-965A-132D97D61892> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff95be8000 -     0x7fff95c26ff7  libGLImage.dylib (12.0.34.12) <4FC92D21-0834-397E-BE0D-282A73FC16B2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff95cda000 -     0x7fff95d57ff7  com.apple.iLifeMediaBrowser (2.10.1 - 721) <C7081359-4300-3D44-A8AE-143D6E5ED153> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeMediaBrowser
    0x7fff95d5e000 -     0x7fff95f05ffb  com.apple.avfoundation (2.0 - 1046.9.1) <AE9896EC-F23A-3148-A757-D5807E1369EA> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x7fff95f06000 -     0x7fff95f95ff7  libCoreStorage.dylib (517) <1CC0776E-B682-3CC1-8CC2-2305E0FA439D> /usr/lib/libCoreStorage.dylib
    0x7fff95f96000 -     0x7fff95febfff  com.apple.AE (701 - 701) <87FDCC5A-82AC-36A2-BFE9-D0B2A3D870F1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff9610f000 -     0x7fff9611dfff  com.apple.ToneLibrary (1.0 - 1) <E8B44453-4E70-393C-AECF-988D0A8284A6> /System/Library/PrivateFrameworks/ToneLibrary.framework/Versions/A/ToneLibrary
    0x7fff96140000 -     0x7fff96140fff  com.apple.quartzframework (1.5 - 21) <E37B0DA2-8DEB-3D46-9038-BD91E789A375> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff969a1000 -     0x7fff96b4cffb  GLEngine (12.0.34.12) <0D0BD639-B516-3216-A0A5-AC4CDD202689> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
    0x7fff96b4d000 -     0x7fff96b98ff7  com.apple.CoreMediaIO (701.0 - 4790) <EE999B42-E879-346B-829F-6CE9E2806187> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x7fff96bac000 -     0x7fff96bb7ff7  com.apple.CommerceCore (1.0 - 453.1) <73536ABF-E3F2-349B-94CF-A45AD333BC74> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
    0x7fff96bb8000 -     0x7fff96bc1ffb  libsystem_notify.dylib (149) <56ABC155-CB99-30A8-A8B1-C204B5615092> /usr/lib/system/libsystem_notify.dylib
    0x7fff96cb5000 -     0x7fff96d95ff7  unorm8_rgba.dylib (2.6.4.1) <49FF2837-D97B-3CFF-B139-E57D40700F32> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_rgba.dylib
    0x7fff96d96000 -     0x7fff96d9afff  libGIF.dylib (1440) <22C11AAC-DDCD-37F8-8656-27184840CA7F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff96d9b000 -     0x7fff97116ffb  com.apple.VideoToolbox (1.0 - 1731.15.20) <70FDD7D4-FE98-3154-8B7D-72EDD5E92CDB> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fff97122000 -     0x7fff97140fff  libsystem_kernel.dylib (3247.10.11) <FA4DCF42-27B0-3878-9158-E148D208B21E> /usr/lib/system/libsystem_kernel.dylib
    0x7fff97154000 -     0x7fff9715dff7  libsystem_pthread.dylib (137.1.1) <1373D0F1-C6CA-364E-A6BA-8BDBD0D34670> /usr/lib/system/libsystem_pthread.dylib
    0x7fff9715e000 -     0x7fff97195ff7  com.apple.LDAPFramework (2.4.28 - 194.5) <207E4A14-E3CC-3658-ABAF-B5CAEC9ED1EB> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff97196000 -     0x7fff971e2ffb  com.apple.HIServices (1.22 - 548) <19389B63-C373-31AE-9180-3A11093EAE58> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff971e6000 -     0x7fff972d6fff  libJP2.dylib (1440) <D10CC550-35AE-35E9-A6DC-9BF872E35A35> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff972dd000 -     0x7fff972f4fff  libsystem_asl.dylib (322) <97D794DA-8CE5-3676-AC5E-364F6D172BDA> /usr/lib/system/libsystem_asl.dylib
    0x7fff972f5000 -     0x7fff972fefff  com.apple.icloud.FindMyDevice (1.0 - 1) <28CE764F-4C4C-3A75-B7AE-EDBC7A189E82> /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevice
    0x7fff972ff000 -     0x7fff97301fff  com.apple.EFILogin (2.0 - 2) <1FF63331-0B4A-385D-AC44-7AE665947553> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
    0x7fff97346000 -     0x7fff97350fff  com.apple.NetAuth (6.0 - 6.0) <ABBBE552-26E0-3682-8BFD-C59EC702F347> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff97351000 -     0x7fff973c0ffb  com.apple.datadetectorscore (7.0 - 460) <117708DA-6E19-3866-AD15-0CE3E3F2211A> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff973c1000 -     0x7fff973fbfff  com.apple.QD (3.12 - 302) <46969760-B02A-3ED5-B8BC-D6144939B16E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff973fc000 -     0x7fff973fefff  com.apple.loginsupport (1.0 - 1) <09F245DC-8342-358E-A881-DAE88BF0EC1D> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff973ff000 -     0x7fff9750efe7  libvDSP.dylib (563.4) <643154B1-9A66-3265-9A7F-B36D71964FF7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff97541000 -     0x7fff97554fff  com.apple.CoreBluetooth (1.0 - 1) <A63B8FB0-F8B3-368D-B482-733FF0373610> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff97555000 -     0x7fff97951fff  libLAPACK.dylib (1159) <50654652-353D-3B6D-9065-8932042F3B17> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff9799a000 -     0x7fff9799cff7  com.apple.securityhi (9.0 - 55006) <02F35345-EFDE-3EE6-8526-F64EA74F91EA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff979ce000 -     0x7fff97d22fff  com.apple.Foundation (6.9 - 1255.1) <3AD7B198-3943-3919-B6F2-B0C28DC817B1> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff97d71000 -     0x7fff97d77fff  com.apple.XPCService (2.0 - 1) <E50F1206-8B6B-3CDB-BC66-E5B70B4B41C7> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
    0x7fff97d9c000 -     0x7fff97dd4fff  com.apple.RemoteViewServices (2.0 - 99) <8BD12AE2-BE91-37CF-955B-62E08551FF83> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff97dd5000 -     0x7fff97e5eff7  com.apple.PerformanceAnalysis (1.0 - 1) <BE35D3E9-570D-3483-9C78-82F3EFB56D43> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff97e5f000 -     0x7fff97ee7fff  com.apple.CoreSymbolication (3.1 - 58048.1) <7B9BCFD9-3600-3973-841D-6227BEDE5D36> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff993c9000 -     0x7fff993d7fff  com.apple.IntlPreferences (2.0 - 192) <6576CA0C-BFA3-3DD4-8FB8-B2B36137060E> /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPreferences
    0x7fff993d8000 -     0x7fff994bfff7  libcrypto.0.9.8.dylib (59) <7C4E5457-B66C-39CA-BC0E-15CA6C051FC0> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff994f8000 -     0x7fff9955bff3  libAVFAudio.dylib (161) <1E0384CE-FF8D-36EE-8A28-50CD673D3109> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAudio.dylib
    0x7fff99564000 -     0x7fff9956ffff  com.apple.CrashReporterSupport (10.11 - 716) <9BD908E9-368A-3B17-AFCD-185277FF70BA> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff99570000 -     0x7fff9959eff7  com.apple.CoreServicesInternal (248.1 - 248.1) <834B5D98-DB81-36B1-BD2A-640928EDAAF6> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff995ac000 -     0x7fff995d5ff7  libsystem_info.dylib (476) <65D0643A-C8AE-3E8D-9F6E-E4AD823F16B2> /usr/lib/system/libsystem_info.dylib
    0x7fff995ff000 -     0x7fff99639ff7  com.apple.DebugSymbols (132 - 132) <6F5853A1-5DA8-3C42-8E02-2B972F34BCE0> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff996bf000 -     0x7fff99732fff  com.apple.framework.IOKit (2.0.2 - 1178.10.1) <6A9D7E11-156A-3FDB-850E-114ECB1AE7FD> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff9981f000 -     0x7fff99bb4fdb  com.apple.vImage (8.0 - 8.0) <3EF89E53-2A54-3464-A405-88E3213F31F7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff99bb5000 -     0x7fff99ca4fff  libxml2.2.dylib (29) <0702E13C-D726-3DAF-B0D1-77F7B9EF6A37> /usr/lib/libxml2.2.dylib
    0x7fff99cc2000 -     0x7fff99d10fff  libcurl.4.dylib (90) <00662A4C-B89A-3A17-93FF-950C6DE47F99> /usr/lib/libcurl.4.dylib
    0x7fff99d12000 -     0x7fff99d3bfff  libxpc.dylib (755.1.19) <3E09C275-A33B-357A-B0AB-A2DDF88EC9D5> /usr/lib/system/libxpc.dylib
    0x7fff99d3c000 -     0x7fff99ee1ff3  com.apple.audio.toolbox.AudioToolbox (1.13 - 1.13) <F84A0C1D-86BE-3E59-8EEA-BAE0E8CB834B> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff99ee2000 -     0x7fff99ef2ff3  com.apple.ProtocolBuffer (1 - 242) <B3D0CEE0-1ED1-39BB-8C81-896F36398802> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fff99f52000 -     0x7fff99f55ff7  com.apple.help (1.3.3 - 46) <AA185754-DEEB-3091-9301-7B23C4D36818> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff99f56000 -     0x7fff99f65ffb  com.apple.LangAnalysis (1.7.0 - 1.7.0) <E7D610A1-1445-3CA3-B9A1-EE15D54B75AB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff99f66000 -     0x7fff99f68ff7  libRadiance.dylib (1440) <A38FFEAA-7E99-3007-B776-6D0E7B29120A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff99fd0000 -     0x7fff99ff5ff7  libPng.dylib (1440) <98D183F0-7F1A-3175-BE7F-2F90564061F0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff99ff6000 -     0x7fff9a02aff7  com.apple.CoreVideo (1.8 - 191.1) <FA99D150-EFCE-3F32-ACDF-5E91AD97F176> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff9a03e000 -     0x7fff9a043ff7  libheimdal-asn1.dylib (452.1.1) <6E911973-1E1A-3F80-B955-FA78CF20FBFD> /usr/lib/libheimdal-asn1.dylib
    0x7fff9a044000 -     0x7fff9a066ff7  com.apple.framework.familycontrols (4.1 - 410) <941D3CE9-826F-38C9-A553-6F44435ADFF6> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x7fff9a1a6000 -     0x7fff9a1f6ff7  com.apple.Symbolication (1.4 - 58044) <BC1259C8-C671-3014-A9C4-85BC767EA962> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff9a21f000 -     0x7fff9a22dff7  libbz2.1.0.dylib (38) <99C5121D-8147-3B51-8D79-66245C863338> /usr/lib/libbz2.1.0.dylib

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 1
    thread_create: 0
    thread_set_state: 0
  Calls made by this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by all processes on this machine:
    task_for_pid: 7281
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=302.5M resident=0K(0%) swapped_out_or_unallocated=302.5M(100%)
Writable regions: Total=235.0M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=235.0M(100%)

                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Accelerate.framework               256K        3 
Activity Tracing                  2048K        2 
CG backing stores                 4064K        7 
CG image                           276K       37 
CG shared images                   336K       10 
CoreAnimation                      408K       75 
CoreUI image data                  704K       44 
CoreUI image file                  192K        4 
Dispatch continuations            16.0M        2 
Foundation                           4K        2 
IOKit                             7940K        2 
Image IO                             8K        3 
Kernel Alloc Once                    8K        3 
MALLOC                           180.3M       48 
MALLOC guard page                   32K        7 
Memory Tag 242                      12K        2 
Memory Tag 251                      12K        2 
OpenCL                               8K        2 
OpenGL GLSL                        256K        4 
Process Corpse Info               2048K        2 
STACK GUARD                       56.0M       11 
Stack                             12.1M       11 
VM_ALLOCATE                        672K       15 
__DATA                            28.6M      293 
__GLSLBUILTINS                    2588K        2 
__IMAGE                            528K        2 
__LINKEDIT                        95.0M       16 
__TEXT                           207.5M      299 
__UNICODE                          552K        2 
mapped file                      113.3M       38 
shared memory                     16.4M       12 
===========                     =======  ======= 
TOTAL                            747.7M      931 

Windows 8.1

In OS Windows 8.1 my tested user downloaded and installed SCAP Workbench, but the SW didn't run. It just never opened. Or better said, it seemed to me that it opened for one millisecond but immediately it disappeared. But not sure with that. I looked for running SWs on my computer and SCAP Workbench wasn't between them even after various tries to start it.

Recommend Projects

  • React photo React

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

  • Vue.js photo Vue.js

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

  • Typescript photo Typescript

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

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

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

  • web

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

  • server

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

  • Machine learning

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

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

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

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.