Git Product home page Git Product logo

rclonebrowser's Introduction

WARNING: This project is not longer active or maintaned.

Initially I created it only because rclone mount did not work in the beginning. Now mount on Windows works fine, so this project is not useful for me anymore.

I suggest to try out rclone built-in web based GUI instead

RcloneBrowser

Travis CI Build Status AppVeyor Build Status Downloads Release License

Simple cross platfrom GUI for rclone command line tool. Supports Windows, macOS and GNU/Linux.

Features

  • Allows to browse and modify any rclone remote, including encrypted ones
  • Uses same configuration file as rclone, no extra configuration required
  • Supports custom location and encryption for .rclone.conf configuration file
  • Simultaneously navigate multiple repositories in separate tabs
  • Lists files hierarchically with file name, size and modify date
  • All rclone commands are executed asynchronously, no freezing GUI
  • File hierarchy is lazily cached in memory, for faster traversal of folders
  • Allows to upload, download, create new folders, rename or delete files and folders
  • Allows to calculate size of folder, export list of files and copy rclone copmmand to clipboard
  • Can process multiple upload or download jobs in background
  • Drag & drop support for dragging files from local file explorer for uploading
  • Streaming media files for playback in player like mpv or similar
  • Mount and unmount folders on macOS and GNU/Linux
  • Optionally minimizes to tray, with notifications when upload/download finishes
  • Supports portable mode (create .ini file next to executable with same name), rclone and .rclone.conf path now can be relative to executable

Download

Get Windows, macOS and Ubuntu package on releases page.

For Ubuntu you can also install it from Launchpad: Rclone Browser.

ArchLinux users can install latest release from AUR repository: rclone-browser.

Other GNU/Linux users will need to build from source.

Screenshots

Windows

screenshot1.png screenshot2.png screenshot3.png screenshot4.png

Ubuntu

screenshot5.png

macOS

screenshot6.png

Build instructions for Windows

  1. Get Visual Studio 2013
  2. Install CMake
  3. Install or build from source Qt v5 (64-bit) from Qt website
  4. Set QTDIR environment variable to Qt installation, or adjust path to Qt in bootstrap.cmd file
  5. Run bootstrap.cmd, it will generate Visual Studio 2013 solution in build folder

Build instructions for GNU/Linux and macOS

  1. Make sure you have working compiler and cmake installed
  2. Install Qt v5 with package manager or from Qt website
  3. Create new build folder next to src folder
  4. Run cmake .. from build folder to create makefile
    • if cmake doesn't find Qt, add -DCMAKE_PREFIX_PATH=path/to/Qt to previous command
  5. Run cmake --build . from build folder to create binary

License

This is free and unencumbered software released into the public domain.

Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means.

rclonebrowser's People

Contributors

martins-mozeiko avatar mmozeiko avatar

Stargazers

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

Watchers

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

rclonebrowser's Issues

Cannot open remote locations

I want to manage rclone on a remote rclone instance and cannot connect to it.

Not sure if this is an issue or working as intended and I have misunderstood the instructions.

If there is a syntax required that I haven't tried for remote location that would be useful to include in the documentation.

Not sure how to launch terminal

Hi, i can't open config menu, it's said:

Not sure how to launch terminal!
Please set path to terminal executable in $TERMINAL environment variable.

however i already set env variable TERMINAL with my xfce4-terminal but problem exists. Thanks.

deepinscreenshot20170210213315
deepinscreenshot20170210213258

RcloneBrowser.exe opens infinite times when launching

When I run the RcloneBrowser.exe on my desktop, the program immediately starts opening itself hundreds of times until my system crashes.

This is an extremely strange behavior to me. I have never experienced this kind of issue on my PC before.

I don't know for sure if the program is to blame or somehow it's my PC, but I didn't know where else to ask about it.

Windows 10 build 1607.

Any ideas?

Dropbox with RcloneBrowser

RcloneBrowser only displays folder and files into Dropbox remote folder.
Dropbox:Folder (display)
Dropbox:File (display)
Dropbox:Folder/Folder (no display)
Dropbox:Folder/File (no display)
Lists files hierarchically is displayed correctly by rclone only.
Running both rclone and rclone-browser updated under Ubuntu 16.10 updated too.
TIA

--drive-chunk-size

Just discovered this awesome tool. Thank you so much.

Any plans to implement control of the --drive-chunk-size parameter?

encrypted config not imported

I have rclonebrowser 1.1 on a mac

rclonebrowser opens a terminal window and asks for password. i enter the password and i have the following output in the terminal window, and nothing in the application, so no remotes are added.

conf file is in home directory. rclone is in /Users/quietmouse/.go/bin/rclone

/tmp/rclone_config.command ; exit;

Enter configuration password:
password:
Usage:
  rclone [flags]
  rclone [command]
SNIP! SNIP! SNIP!
Use "rclone [command] --help" for more information about a command.
Command not found.
/tmp/rclone_config.command: line 3: config: command not found
logout
Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.

cat /tmp/rclone_config.command gives

#!/bin/sh
/Users/quietmouse/.go/bin/rclone
 config

Possible to have Verbose output by default

Hey mmozeiko,

not sure if you noticed but in rclone 1.36 the Verbose output seems to be turned off for some reason, i know rclone browser has the option to enable verbose output before an job starts but is their an way to set it by default in an config file of sorts?

Bandwidth reporting: LOG report and what Rclone Browser display aren't the same

rclone - Windows, AMD-64, v1.35 stable
Rclone Browser - 1.1-9792a8b
Using Crypt overlayed on Amazon Cloud Drive

  1. Perform a single file transfer with a large file (>8GB).
  2. Expand the Running Job by clicking the green triangle.
  3. Expand Show Output by clicking the black triangle to view output.
  4. In the scrolling output field, you will see the following line:
    filename.ext: 33% done, 1.902 MBytes/s, ETA: 43m52s
  5. In the Running pane, the Bandwidth value is not identical to that being reported in the log.

Furthermore, the Bandwidth value in the Running pane seems to be summing speeds incorrectly. When multiple transfers are at 100% with checkers running, and a single transfer is still active, the reported Bandwitdth value in the Show Output pane isn't the same.

Minor detail, but this GUI front-end is awesome. Thanks so much!

Copy/Sync Between remotes

With rclone I can copy/sync between remotes (even crypted remotes) with the command rclone copy remote_A:folder remote_B:folder

Is there anyway to add this to rclone browser?

Also (not related to this suggestion, but more of a GUI problem):

  • In the rclone browser "jobs" tab, when I resize the window to see the full name of the file being uploaded, what resizes is the progress bar. Any way to see the full name and also to see the % of the file next to the progress bar?

Thanks in advance!

After cycling directory name (a>b>a), Rclone Browser doesn't refresh the directory properly.

rclone - Windows, AMD-64, v1.35 stable
Rclone Browser - 1.1-9792a8b
Using Crypt overlayed on Amazon Cloud Drive

When cycling the naming of a directory, contents aren't refreshed. Illustrative example:

Initial Name: /Videos/TV Shows/...
Cycled Name: /Videos/TV Series/...
Re-named back to original: /Videos/TV Shows/...

After the folder name has been cycled, the directory isn't refreshed. Perhaps include a force-refresh switch when renaming directories?

Implement check

Could you implement check function between remotes or local so we can check how many files are missing from a folder?

Debian - Mounted Drives not Shown

Mounted drives are not displayed in Ubuntu.
When u use the upload button, only Computer and Home are shown and not mounted drives
It shows up in Debian though

Use same conditions in icon_cache.(h|cpp)

Please replace:

#ifdef Q_OS_LINUX
    QMimeDatabase mMimeDatabase;
#endif

with:

#if !defined(Q_OS_WIN32) && !defined(Q_OS_OSX)
    QMimeDatabase mMimeDatabase;
#endif

in src/icon_cache.h .. with this change the same logic is used in both (.h, .cpp) files, and the project will happily compile on FreeBSD.

Request:WebUI

Hey. Really great Work. But since i'm using headless Linux as a Server, is there maybe a chance to hope for an WebUI? thanks

Export list of files in folder

Allow user to export list of files to text file.
Offer to export only file names, or full CSV format that includes date and size.

Run Error: "2017/03/09 09:49:57 Unknown command \"version\""

I've followed the "Build instructions for GNU/Linux and macOS" steps but It returned this error message on terminal. bellow the console outputs:

luis@jupiter:~/apps/RcloneBrowser-1.1/build$ cmake ..
-- The C compiler identification is GNU 5.4.0
-- The CXX compiler identification is GNU 5.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Configuring done
-- Generating done
-- Build files have been written to: /home/luis/apps/RcloneBrowser-1.1/build
luis@jupiter:~/apps/RcloneBrowser-1.1/build$ cmake --build .
[  2%] Generating qrc_resources.cpp
[  4%] Generating moc_main_window.cpp
[  6%] Generating moc_remote_widget.cpp
[  9%] Generating moc_transfer_dialog.cpp
[ 11%] Generating moc_progress_dialog.cpp
[ 13%] Generating moc_job_widget.cpp
[ 15%] Generating moc_mount_widget.cpp
[ 18%] Generating moc_stream_widget.cpp
[ 20%] Generating moc_preferences_dialog.cpp
[ 22%] Generating moc_icon_cache.cpp
[ 25%] Generating moc_item_model.cpp
[ 27%] Generating ui_main_window.h
[ 29%] Generating ui_remote_widget.h
[ 31%] Generating ui_transfer_dialog.h
[ 34%] Generating ui_progress_dialog.h
[ 36%] Generating ui_job_widget.h
[ 38%] Generating ui_mount_widget.h
[ 40%] Generating ui_stream_widget.h
[ 43%] Generating ui_preferences_dialog.h
Scanning dependencies of target rclone-browser
[ 45%] Building CXX object src/CMakeFiles/rclone-browser.dir/pch.cpp.o
[ 47%] Building CXX object src/CMakeFiles/rclone-browser.dir/main.cpp.o
[ 50%] Building CXX object src/CMakeFiles/rclone-browser.dir/main_window.cpp.o
[ 52%] Building CXX object src/CMakeFiles/rclone-browser.dir/remote_widget.cpp.o
[ 54%] Building CXX object src/CMakeFiles/rclone-browser.dir/transfer_dialog.cpp.o
[ 56%] Building CXX object src/CMakeFiles/rclone-browser.dir/progress_dialog.cpp.o
[ 59%] Building CXX object src/CMakeFiles/rclone-browser.dir/job_widget.cpp.o
[ 61%] Building CXX object src/CMakeFiles/rclone-browser.dir/mount_widget.cpp.o
[ 63%] Building CXX object src/CMakeFiles/rclone-browser.dir/stream_widget.cpp.o
[ 65%] Building CXX object src/CMakeFiles/rclone-browser.dir/preferences_dialog.cpp.o
[ 68%] Building CXX object src/CMakeFiles/rclone-browser.dir/icon_cache.cpp.o
[ 70%] Building CXX object src/CMakeFiles/rclone-browser.dir/item_model.cpp.o
[ 72%] Building CXX object src/CMakeFiles/rclone-browser.dir/utils.cpp.o
[ 75%] Building CXX object src/CMakeFiles/rclone-browser.dir/moc_main_window.cpp.o
[ 77%] Building CXX object src/CMakeFiles/rclone-browser.dir/moc_remote_widget.cpp.o
[ 79%] Building CXX object src/CMakeFiles/rclone-browser.dir/moc_transfer_dialog.cpp.o
[ 81%] Building CXX object src/CMakeFiles/rclone-browser.dir/moc_progress_dialog.cpp.o
[ 84%] Building CXX object src/CMakeFiles/rclone-browser.dir/moc_job_widget.cpp.o
[ 86%] Building CXX object src/CMakeFiles/rclone-browser.dir/moc_mount_widget.cpp.o
[ 88%] Building CXX object src/CMakeFiles/rclone-browser.dir/moc_stream_widget.cpp.o
[ 90%] Building CXX object src/CMakeFiles/rclone-browser.dir/moc_preferences_dialog.cpp.o
[ 93%] Building CXX object src/CMakeFiles/rclone-browser.dir/moc_icon_cache.cpp.o
[ 95%] Building CXX object src/CMakeFiles/rclone-browser.dir/moc_item_model.cpp.o
[ 97%] Building CXX object src/CMakeFiles/rclone-browser.dir/qrc_resources.cpp.o
[100%] Linking CXX executable ../build/rclone-browser
[100%] Built target rclone-browser
luis@jupiter:~/apps/RcloneBrowser-1.1/build$ ls
build  CMakeCache.txt  CMakeFiles  cmake_install.cmake  Makefile  src
luis@jupiter:~/apps/RcloneBrowser-1.1/build$ cd build
luis@jupiter:~/apps/RcloneBrowser-1.1/build/build$ ls
rclone-browser
luis@jupiter:~/apps/RcloneBrowser-1.1/build/build$ ./rclone-browser 
"2017/03/09 09:56:23 Unknown command \"version\""
luis@jupiter:~/apps/RcloneBrowser-1.1/build/build$ 

I'm under ubuntu 16.04. Qt5 installed on $HOME/Qt/5.8

Can't browse directories named with special characters

Wonderful app! This is the issue I am encountering: it seems rclonebrowser can't navigate directories named with special characters. I have directories with French characters such as ç or é and è etc. and I can't browse these folders, the triangle disappears after refresh.
screen shot 2017-03-20 at 12 35 15 pm

I am able to browse them with rclone by adding "" to the name of these folders. Would there be anyway to do the same with rclone browser? I have so many subfolders and files with special characters that it would take an enormous amount of time to rename them all.

Thanks for your help!

Implement custom options

First of all: Great app! Works like a charme :)

I have two suggestions:

  1. It would be very cool to add custom options when configuring an upload. e.g I need to add the "--acd-upload-wait-per-gb" option and instead of implementing this with another checkbox this could be a more flexible way? So maybe a feature to add these custom options to a list?

  2. Is it possible to (server-side) move/copy folders with RcloneBrowser on the remote itself?

Won't run on MacOS 10.12.4

I tried to run it but every times it crashes.

_Process:               Rclone Browser [18922]
Path:                  /private/var/folders/*/Rclone Browser.app/Contents/MacOS/Rclone Browser
Identifier:            Rclone Browser
Version:               0
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           Rclone Browser [18922]
User ID:               501

Date/Time:             2017-02-08 15:25:21.139 -0500
OS Version:            Mac OS X 10.12.4 (16E144f)
Report Version:        12
Anonymous UUID:        5F5268BA-94D4-C5E3-DBC9-5115056C5E24


Time Awake Since Boot: 66000 seconds

System Integrity Protection: enabled

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

Exception Type:        EXC_CRASH (SIGABRT)
Exception Codes:       0x0000000000000000, 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY

Application Specific Information:
abort() called

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib        	0x00007fffd581dd96 __pthread_kill + 10
1   libsystem_pthread.dylib       	0x00007fffd590b787 pthread_kill + 90
2   libsystem_c.dylib             	0x00007fffd5783420 abort + 129
3   org.qt-project.QtCore         	0x00000001053e76b9 0x1053d2000 + 87737
4   org.qt-project.QtCore         	0x00000001053e90c9 QMessageLogger::fatal(char const*, ...) const + 233
5   org.qt-project.QtGui          	0x0000000104f1d2e5 QGuiApplicationPrivate::createPlatformIntegration() + 5909
6   org.qt-project.QtGui          	0x0000000104f1d30b QGuiApplicationPrivate::createEventDispatcher() + 27
7   org.qt-project.QtCore         	0x00000001055cd6f2 QCoreApplicationPrivate::init() + 1986
8   org.qt-project.QtGui          	0x0000000104f18f51 QGuiApplicationPrivate::init() + 49
9   org.qt-project.QtWidgets      	0x0000000104929cce QApplicationPrivate::init() + 14
10  Rclone Browser                	0x00000001048a54e7 main + 39
11  libdyld.dylib                 	0x00007fffd56ef235 start + 1

Thread 1:
0   libsystem_kernel.dylib        	0x00007fffd581e4a2 __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fffd5908791 _pthread_wqthread + 1426
2   libsystem_pthread.dylib       	0x00007fffd59081ed start_wqthread + 13

Thread 2:
0   libsystem_kernel.dylib        	0x00007fffd581e4a2 __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fffd5908791 _pthread_wqthread + 1426
2   libsystem_pthread.dylib       	0x00007fffd59081ed start_wqthread + 13

Thread 3:
0   libsystem_kernel.dylib        	0x00007fffd581e4a2 __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fffd59085fe _pthread_wqthread + 1023
2   libsystem_pthread.dylib       	0x00007fffd59081ed start_wqthread + 13

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x00007fff5b35d388  rdx: 0x0000000000000000
  rdi: 0x0000000000000307  rsi: 0x0000000000000006  rbp: 0x00007fff5b35d3b0  rsp: 0x00007fff5b35d388
   r8: 0x0000000000000040   r9: 0x00007fffde5ac040  r10: 0x0000000008000000  r11: 0x0000000000000206
  r12: 0x00000001058b4470  r13: 0x00007fff5b35db20  r14: 0x00007fffde5c83c0  r15: 0x00007fff5b35d5d8
  rip: 0x00007fffd581dd96  rfl: 0x0000000000000206  cr2: 0x00007fffde5aa128
  
Logical CPU:     0
Error Code:      0x02000148
Trap Number:     133


Binary Images:
       0x1048a2000 -        0x1048f3fff +Rclone Browser (0) <037B2AB9-2317-354D-BA58-BA39E6190C7F> /var/folders/*/Rclone Browser.app/Contents/MacOS/Rclone Browser
       0x10491e000 -        0x104d83ff3 +org.qt-project.QtWidgets (5.8 - 5.8.0) <2F556A0C-3A43-34F6-A304-493F8CFDF032> /var/folders/*/Rclone Browser.app/Contents/Frameworks/QtWidgets.framework/Versions/5/QtWidgets
       0x104ede000 -        0x104ee6ff7 +org.qt-project.QtMacExtras (5.8 - 5.8.0) <63ECF862-BC94-39DA-B666-913783CE015C> /var/folders/*/Rclone Browser.app/Contents/Frameworks/QtMacExtras.framework/Versions/5/QtMacExtras
       0x104ef2000 -        0x1052dcff3 +org.qt-project.QtGui (5.8 - 5.8.0) <CA383089-55F2-3BDB-BAC9-8650F5AEBD3E> /var/folders/*/Rclone Browser.app/Contents/Frameworks/QtGui.framework/Versions/5/QtGui
       0x1053d2000 -        0x1058a5ff7 +org.qt-project.QtCore (5.8 - 5.8.0) <F9470F33-0FBD-3843-BDBF-11FC49394BC8> /var/folders/*/Rclone Browser.app/Contents/Frameworks/QtCore.framework/Versions/5/QtCore
       0x10a910000 -        0x10a94ddc7  dyld (433.3) <C41EE12D-58F9-3FA5-B979-08CAB89E81B8> /usr/lib/dyld
    0x7fffbc607000 -     0x7fffbc60bffb  com.apple.agl (3.3.1 - AGL-3.3.1) <9F2C78E8-95D0-3A43-BEE3-63E10B62BB0E> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x7fffbc967000 -     0x7fffbc967fff  com.apple.Accelerate (1.11 - Accelerate 1.11) <E559CE70-1A9A-3C5C-9FB7-C51FDF82F03C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fffbc980000 -     0x7fffbce99feb  com.apple.vImage (8.1 - ???) <BE66DAAF-2955-3C36-8D6C-1518503A7F4C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fffbce9a000 -     0x7fffbd00bff3  libBLAS.dylib (1185.50.4) <4087FFE0-627E-3623-96B4-F0A9A1991E09> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fffbd00c000 -     0x7fffbd020ffb  libBNNS.dylib (15) <254698C7-7D36-3FFF-864E-ADEEEE543076> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
    0x7fffbd021000 -     0x7fffbd417fef  libLAPACK.dylib (1185.50.4) <C35FFB2F-A0E6-3903-8A3C-113A74BCBCA2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fffbd418000 -     0x7fffbd42efff  libLinearAlgebra.dylib (1185.50.4) <345CAACF-7263-36EF-B69B-793EA8B390AF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fffbd42f000 -     0x7fffbd435fff  libQuadrature.dylib (3) <EF56C8E6-DE22-3C69-B543-A8648F335FDD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
    0x7fffbd436000 -     0x7fffbd44aff7  libSparseBLAS.dylib (1185.50.4) <67BA432E-FB59-3C78-A8BE-ED4274CBC359> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fffbd44b000 -     0x7fffbd5d2fe7  libvDSP.dylib (600) <02EC87E3-EA41-36DF-8696-B84E7551168E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fffbd5d3000 -     0x7fffbd685ffb  libvMisc.dylib (600) <1093AAB8-090A-3A6C-9E52-583B081079D2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fffbd686000 -     0x7fffbd686fff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <2F018865-ACDE-3115-8014-5D8A6A33EDA4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fffbd945000 -     0x7fffbe71dffb  com.apple.AppKit (6.9 - 1504.82) <B1F1A461-E075-32CE-A0B7-43A6F08011E9> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fffbe72f000 -     0x7fffbe72ffff  com.apple.ApplicationServices (48 - 48) <DE3A7D20-96E8-32BC-AF04-2A969A779DC2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fffbe730000 -     0x7fffbe79eff7  com.apple.ApplicationServices.ATS (377 - 422.2) <5DD0E7F6-3E6D-34C9-BEF1-B176A35E3D50> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fffbe838000 -     0x7fffbe967ff7  libFontParser.dylib (194.8) <A918E057-9785-3E1A-B719-F7F19C40D011> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fffbe968000 -     0x7fffbe9b2fff  libFontRegistry.dylib (196.4) <EA96AE47-3369-3DEA-BB82-98348ADBD85B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fffbeaae000 -     0x7fffbeb58ff7  com.apple.ColorSync (4.12.0 - 502.2) <ACA4001E-A0E3-33F6-9CD6-EEC2AA15E322> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fffbeb59000 -     0x7fffbeba9ff7  com.apple.HIServices (1.22 - 591) <D16A5699-F3A2-3AF5-93B1-9E2F487F1577> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fffbebaa000 -     0x7fffbebb9ff3  com.apple.LangAnalysis (1.7.0 - 1.7.0) <2CBE7F61-2056-3F96-99A1-0D527796AFA6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fffbebba000 -     0x7fffbec07fff  com.apple.print.framework.PrintCore (12 - 491) <5027FD58-F0EE-33E4-8577-934CA06CD2AF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fffbec08000 -     0x7fffbec43fff  com.apple.QD (3.12 - 313) <B339C41D-8CDF-3342-8414-F9717DCCADD4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fffbec44000 -     0x7fffbec4fff7  com.apple.speech.synthesis.framework (6.3.3 - 6.3.3) <5808F070-8199-36C9-B3C9-F9B98D5AA359> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fffbec50000 -     0x7fffbee5dfff  com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <103EC4C8-1194-3986-9C6C-9E0A0816DE8C> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fffbee5e000 -     0x7fffbee5efff  com.apple.audio.units.AudioUnit (1.14 - 1.14) <87FC7F96-6F5F-3AB5-A4B3-BC07954E94C4> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fffbefc7000 -     0x7fffbf39ffff  com.apple.CFNetwork (811.4.12 - 811.4.12) <17C1BE67-505F-3DF7-B707-A8B3FFB8FCBE> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fffbf3b9000 -     0x7fffbf3b9fff  com.apple.Carbon (154 - 157) <3E58F44A-2EF7-3CE9-A7A7-AB74CD219809> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fffbf3ba000 -     0x7fffbf3bdfff  com.apple.CommonPanels (1.2.6 - 98) <BF04BB22-D54C-309E-9F5C-897D969CAF70> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fffbf3be000 -     0x7fffbf6c6ff7  com.apple.HIToolbox (2.1.1 - 857.3) <33D3CC89-BBE3-37E6-AF4D-429CAF07BDD3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fffbf6c7000 -     0x7fffbf6caff7  com.apple.help (1.3.5 - 49) <B1A930E3-5907-3677-BACD-858EF68B172D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fffbf6cb000 -     0x7fffbf6d0fff  com.apple.ImageCapture (9.0 - 9.0) <341252B4-E082-361A-B756-6A330259C741> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fffbf6d1000 -     0x7fffbf768ff3  com.apple.ink.framework (10.9 - 219) <1BD40B45-FD33-3177-A935-565EE5FC79D7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fffbf769000 -     0x7fffbf783fff  com.apple.openscripting (1.7 - 172) <31CFBB35-24BD-3E12-9B6B-1FA842FB605B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fffbf784000 -     0x7fffbf785ff3  com.apple.print.framework.Print (12 - 267) <E2F82F1F-DC27-3EF0-9F75-B354F701450A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fffbf786000 -     0x7fffbf788ff7  com.apple.securityhi (9.0 - 55006) <8A4AA56F-6678-309B-ADC6-2E6D405269E5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fffbf789000 -     0x7fffbf78fff7  com.apple.speech.recognition.framework (6.0.1 - 6.0.1) <082895DC-3AC7-3DEF-ADCA-5B018C19C9D3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fffbf870000 -     0x7fffbf870fff  com.apple.Cocoa (6.11 - 22) <85EDFBE1-75F0-369E-8CA8-C6A639B98FA6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fffbf9b8000 -     0x7fffbfa45fff  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <322E0B5C-3F49-381F-ABEA-CEAD5AA47E18> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fffbfa46000 -     0x7fffbfa59fff  com.apple.CoreBluetooth (1.0 - 1) <BCB78777-76F0-3CC1-8443-9E61AEF7EF63> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fffbfa5a000 -     0x7fffbfd54fef  com.apple.CoreData (120 - 753) <D680313F-67F5-3486-8C1D-3279021CFB92> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fffbfd55000 -     0x7fffbfdf6fff  com.apple.CoreDisplay (1.0 - 1) <87037034-643E-3953-B578-09359DC46475> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
    0x7fffbfdf7000 -     0x7fffc0290ff7  com.apple.CoreFoundation (6.9 - 1349.64) <F2D9372F-2E23-3B41-90F9-C80944085EB0> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fffc0291000 -     0x7fffc0913fe7  com.apple.CoreGraphics (2.0 - 1070.17) <3A544C51-F64F-39BD-87C0-973125D826D7> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fffc0914000 -     0x7fffc0b57ff7  com.apple.CoreImage (12.4.0 - 451.4.6) <A7C8C777-5EDB-371B-8736-19773FD6DBEF> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fffc0d0c000 -     0x7fffc0d0cfff  com.apple.CoreServices (775.16 - 775.16) <2A19543E-D7A4-3F38-B72A-AB9FA4143F60> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fffc0d0d000 -     0x7fffc0d5efff  com.apple.AE (712.3 - 712.3) <1132864F-7EA7-3E48-B5EE-560A15E8354D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fffc0d5f000 -     0x7fffc103aff7  com.apple.CoreServices.CarbonCore (1159.6 - 1159.6) <98A018FE-4416-3227-827B-C467AF94AE15> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fffc103b000 -     0x7fffc106efff  com.apple.DictionaryServices (1.2 - 274) <D23866E2-F7C8-3984-A9D4-96552CCDE573> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fffc106f000 -     0x7fffc1077ff3  com.apple.CoreServices.FSEvents (1230.50.1 - 1230.50.1) <2AD1B0E5-7214-37C4-8D11-A27C9CAC0F74> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fffc1078000 -     0x7fffc11e3ff3  com.apple.LaunchServices (775.16 - 775.16) <E94F918A-DCD9-3692-A25B-3ACE0D9E4AF0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fffc11e4000 -     0x7fffc1294ffb  com.apple.Metadata (10.7.0 - 1075.35) <19F0BB99-64A9-31B8-B231-291F61E59A74> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fffc1295000 -     0x7fffc12f4fff  com.apple.CoreServices.OSServices (775.16 - 775.16) <72CF81E3-D7E5-3E7D-B999-2E839FB2802B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fffc12f5000 -     0x7fffc1365fff  com.apple.SearchKit (1.4.0 - 1.4.0) <7A6DDA2B-03F1-3137-BA9E-1CC211973E26> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fffc1366000 -     0x7fffc13abff7  com.apple.coreservices.SharedFileList (38 - 38) <DA096678-93AB-3291-BDE2-482F1D544589> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fffc1434000 -     0x7fffc1580ff3  com.apple.CoreText (352.0 - 544.7) <4693A33F-7093-3154-9FCE-A7149FE0F6EF> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fffc1581000 -     0x7fffc15b6ff3  com.apple.CoreVideo (1.8 - 235.3) <AC11D5FB-C77B-34F5-B942-F698E84C229F> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fffc15b7000 -     0x7fffc1628ffb  com.apple.framework.CoreWLAN (11.0 - 1200.31) <203851BE-6AEA-33CE-AA04-19B0D51B3065> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fffc1726000 -     0x7fffc172bfff  com.apple.DiskArbitration (2.7 - 2.7) <A4DCD470-D8EA-37E9-BDCA-A2B469754C12> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fffc18be000 -     0x7fffc1c64ff3  com.apple.Foundation (6.9 - 1349.63) <9D481647-2796-394C-8E64-F01F9932BBA2> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fffc1c90000 -     0x7fffc1cc1ff7  com.apple.GSS (4.0 - 2.0) <E658C8F6-CD30-3C45-9568-78735C850C6F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fffc1d81000 -     0x7fffc1e24ffb  com.apple.Bluetooth (5.0.4 - 5.0.4f8) <ECF839AF-2A03-3782-B937-6F16AC3B023C> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fffc1e25000 -     0x7fffc1ebafff  com.apple.framework.IOKit (2.0.2 - 1324.50.17) <B434A4F2-AB27-377C-BAC9-E8A40A105E8B> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fffc1ebb000 -     0x7fffc1ec1ffb  com.apple.IOSurface (159.6 - 159.6) <D599764A-BB99-34AF-808B-4A51D727629C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fffc1f14000 -     0x7fffc2070fe7  com.apple.ImageIO.framework (3.3.0 - 1597) <4D17C3E0-EF27-31D1-BC73-79A501AC2248> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fffc2071000 -     0x7fffc2075fff  libGIF.dylib (1597) <61BB6465-51E1-34FD-83C9-A3B0B418E30A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fffc2076000 -     0x7fffc2166fe7  libJP2.dylib (1597) <D09CDBF4-974B-3395-9AA7-BB79C2630DF9> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fffc2167000 -     0x7fffc218affb  libJPEG.dylib (1597) <56C6E637-C62C-3DFF-9487-1C2B08B4AF20> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fffc218b000 -     0x7fffc21b2ff7  libPng.dylib (1597) <243E7B24-9240-3917-9092-3FB8E2215EF1> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fffc21b3000 -     0x7fffc21b5ff3  libRadiance.dylib (1597) <9577ADAD-B494-33C3-9932-FF917FEF36E8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fffc21b6000 -     0x7fffc220fff3  libTIFF.dylib (1597) <46E1C0E5-2F0B-399A-BB6D-826682AEA10C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fffc2f71000 -     0x7fffc2f8aff7  com.apple.Kerberos (3.0 - 1) <B9D242EB-E325-3A21-9812-C77CBBFB0D51> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fffc3923000 -     0x7fffc397efff  com.apple.Metal (87.16 - 87.16) <58A42F6F-F8E4-32C2-9E8E-478B5FE9E8E8> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fffc4267000 -     0x7fffc426ffff  com.apple.NetFS (6.0 - 4.0) <14A24D00-5673-330A-959D-87F72040DEFF> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fffc444e000 -     0x7fffc449cff3  com.apple.opencl (2.8.6 - 2.8.6) <5D3DB1AB-7D5E-333B-ABB2-E9B970373530> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fffc449d000 -     0x7fffc44b6ffb  com.apple.CFOpenDirectory (10.12 - 194) <2D856BB1-4865-3B54-A39A-CCBB25A4A935> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fffc44b7000 -     0x7fffc44c2ff7  com.apple.OpenDirectory (10.12 - 194) <D5977817-7507-3005-8DDC-AB059672BEA0> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fffc44c3000 -     0x7fffc44c5fff  libCVMSPluginSupport.dylib (14.0.12) <EAC85EDB-B799-3489-AECC-D5F85FAC8299> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fffc44c6000 -     0x7fffc44c9ff7  libCoreFSCache.dylib (156.2) <E9E6AF11-59EB-3FD6-915C-F1B6CECA7EE1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0x7fffc44ca000 -     0x7fffc44cefff  libCoreVMClient.dylib (156.2) <C7BE8B54-B8B1-352D-9CB1-9444C824290A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fffc44cf000 -     0x7fffc44d8ff7  libGFXShared.dylib (14.0.12) <5477AF65-D1A2-31C6-92C8-4AE7AA8B2934> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fffc44d9000 -     0x7fffc44e4fff  libGL.dylib (14.0.12) <B65FBF9C-B767-335A-8F12-6B45EC99323B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fffc44e5000 -     0x7fffc4521ff7  libGLImage.dylib (14.0.12) <AF10717D-1CCB-3548-A0B3-D0FA08E2966F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fffc4699000 -     0x7fffc46daff7  libGLU.dylib (14.0.12) <CE0A33D1-9A8F-3337-9132-7AA6E56D40B9> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fffc5042000 -     0x7fffc5050fff  com.apple.opengl (14.0.12 - 14.0.12) <5A2F01BE-9222-33DC-9C97-C42A0E6E517A> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fffc5b9f000 -     0x7fffc5d9ffff  com.apple.QuartzCore (1.11 - 453.26) <21D8C6D1-4CAB-3119-AD7A-F8D147F068BF> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fffc6307000 -     0x7fffc6606ff7  com.apple.security (7.0 - 57740.50.163) <13B0F2D6-C277-392B-9A0B-6DAA34A8335A> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fffc6607000 -     0x7fffc667cfff  com.apple.securityfoundation (6.0 - 55132.50.5) <6DE9A794-0FF6-347B-B022-D1BFEDD9FCF1> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fffc66a7000 -     0x7fffc66aaffb  com.apple.xpc.ServiceManagement (1.0 - 1) <12CC39FD-B51B-3A9E-87CE-FBD31AFC5F1F> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fffc6a31000 -     0x7fffc6aa0ff7  com.apple.SystemConfiguration (1.14 - 1.14) <8AE35C15-BDBF-352A-A0F7-C96AFDE3EC17> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fffc9376000 -     0x7fffc9398ffb  com.apple.framework.Apple80211 (12.0 - 1200.46) <35FF891E-C449-3756-A088-2738188F36F5> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fffc9399000 -     0x7fffc93a8feb  com.apple.AppleFSCompression (88.50.3 - 1.0) <2278685C-48BF-3B2F-B814-33273AA36128> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fffc949d000 -     0x7fffc952897f  com.apple.AppleJPEG (1.0 - 1) <B9E9570D-04A4-34E4-B756-D200043B25B8> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fffc9957000 -     0x7fffc99d5ff7  com.apple.backup.framework (1.8.5 - 1.8.5) <52A79134-9DC1-3376-AF52-D3FDCBBD6C83> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fffca65d000 -     0x7fffca684ff3  com.apple.ChunkingLibrary (173 - 173) <FC2165F9-FC93-39C0-8323-C2F43A5E00A3> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fffcafa7000 -     0x7fffcafb0ffb  com.apple.CommonAuth (4.0 - 2.0) <0E287626-7B10-333E-98BB-E7351D364075> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fffcb6f5000 -     0x7fffcb705fff  com.apple.CoreEmoji (1.0 - 40.3.2) <1988E778-3E89-3B07-91CB-A89CA0D42C05> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
    0x7fffcbd01000 -     0x7fffcbd90ff7  com.apple.CoreSymbolication (62031) <4C7864C7-0B44-31B8-B54A-C8BEFAC34FD3> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fffcbd91000 -     0x7fffcbecffe7  com.apple.coreui (2.1 - 431.2) <82EBAF58-A421-3A24-A5FC-97E01536085B> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fffcbed0000 -     0x7fffcbf9fffb  com.apple.CoreUtils (5.1 - 510.25) <7446C720-A467-3C5A-A2AB-A90FA518E795> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fffcbfef000 -     0x7fffcc054ff3  com.apple.framework.CoreWiFi (12.0 - 1200.31) <3B17639F-6A75-3CAA-82E7-BA0F766D0417> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fffcc055000 -     0x7fffcc062ff7  com.apple.CrashReporterSupport (10.12 - 819) <2D8D3832-8D3C-3D55-B6B5-36FB9CEEA54F> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fffcc0d4000 -     0x7fffcc0deffb  com.apple.framework.DFRFoundation (1.0 - 104.20) <BA9E0520-307C-3D30-AA8A-36A3BD4D2588> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
    0x7fffcc0df000 -     0x7fffcc0e2ff3  com.apple.DSExternalDisplay (3.1 - 380) <57B8593B-816D-3837-AD5C-ADD6C684E0C7> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
    0x7fffcc118000 -     0x7fffcc18dffb  com.apple.datadetectorscore (7.0 - 539.1) <C8F5D267-AF5B-35FE-AC8A-72B880BCA3CE> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fffcc1c9000 -     0x7fffcc208fff  com.apple.DebugSymbols (137 - 137) <58A70B66-2628-3CFE-B103-2200D95FC5F7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fffcc209000 -     0x7fffcc31afff  com.apple.desktopservices (1.11.3 - 1.11.3) <FA61EBA2-727D-3CB7-84CB-1384D9BE3582> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fffcc5ff000 -     0x7fffcca30ff7  com.apple.vision.FaceCore (3.3.2 - 3.3.2) <9391D5A3-738C-3136-9D07-518CB43DBADA> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fffcdd87000 -     0x7fffcdd87fff  libmetal_timestamp.dylib (600.0.49.9) <F2A1D4F1-27F4-3A24-87D6-4A54330A27AD> /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib
    0x7fffce054000 -     0x7fffce070fff  com.apple.GenerationalStorage (2.0 - 267.1) <3DE1C580-D089-362D-8582-8DE68A3C5F13> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fffce77a000 -     0x7fffce7f0ff3  com.apple.Heimdal (4.0 - 2.0) <7C795F9C-B846-30FD-B5CF-E0C32252D9ED> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fffcee0b000 -     0x7fffcee12ffb  com.apple.IOAccelerator (311.8 - 311.8) <4A1F581B-4014-3C04-A4A0-3A544900A58B> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fffcee14000 -     0x7fffcee28ff7  com.apple.IOPresentment (1.0 - 29.10) <B199B05B-19E5-3046-BD59-FD685ACF9D6D> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
    0x7fffcee29000 -     0x7fffcee4bfff  com.apple.IconServices (74.4 - 74.4) <218DDD05-35F4-3833-B98D-471ED0EBC031> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fffcef32000 -     0x7fffcf0e9fff  com.apple.LanguageModeling (1.0 - 123.2.4) <DA41CF9F-4B08-3B93-A2A3-2FE74373017A> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fffcfa04000 -     0x7fffcfa7dff7  com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <C323FC94-FFA5-3EE6-B2AC-7E61EA92F304> /System/Library/PrivateFrameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
    0x7fffcfc00000 -     0x7fffcfc28fff  com.apple.MultitouchSupport.framework (368.10 - 368.10) <FE094CCC-3A21-3751-85FD-931B88AE0360> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fffcfcda000 -     0x7fffcfce5fff  com.apple.NetAuth (6.2 - 6.2) <DB284264-A622-3F6F-B668-8DD52907129E> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fffd05bb000 -     0x7fffd05fcff3  com.apple.PerformanceAnalysis (1.148.2 - 148.2) <7AF63C6D-F61A-3EFF-A067-D80722BE924C> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fffd0cde000 -     0x7fffd0cf8fff  com.apple.ProtocolBuffer (1 - 249) <3490002E-6820-3AB4-9842-1007F4A53DEF> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fffd0d11000 -     0x7fffd0d34ff3  com.apple.RemoteViewServices (2.0 - 124) <6B967FDA-6591-302C-BA0A-76C4856E584E> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fffd1a77000 -     0x7fffd1b04ff7  com.apple.Sharing (696.2.46 - 696.2.46) <DD94ECD7-82DD-3A2B-9399-926F26F5E66F> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fffd1b25000 -     0x7fffd1d8bfe3  com.apple.SkyLight (1.600.0 - 160.33) <848D7E2B-4331-37C3-9D8A-87D51030FCC3> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
    0x7fffd1f69000 -     0x7fffd1f75ff7  com.apple.SpeechRecognitionCore (3.3.2 - 3.3.2) <684BD1EA-8268-331C-A5A9-080EB375C658> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fffd265e000 -     0x7fffd26cbfcf  com.apple.Symbolication (62010.1) <3EC268AA-763C-3A9F-90B7-68DA6DD1BC08> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fffd2b07000 -     0x7fffd2b0dff7  com.apple.TCC (1.0 - 1) <FF983340-519B-3729-B4B8-2C19A458E5E9> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fffd2b99000 -     0x7fffd2bb0ff7  com.apple.TextureIO (2.7 - 2.7) <80ACB8AE-650F-375C-BBCA-5B40C49C9989> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
    0x7fffd2c26000 -     0x7fffd2db6ff3  com.apple.UIFoundation (1.0 - 490.7) <2A3063FE-1790-3510-8A0E-AEC581D42B7E> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fffd3dfb000 -     0x7fffd3dfdffb  com.apple.loginsupport (1.0 - 1) <F3140B97-12C3-35A7-9D3D-43DA2D13C113> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fffd3e52000 -     0x7fffd3e6dff7  libCRFSuite.dylib (34) <F78B7F5F-0B4F-35C6-AA2F-84EE9CB22137> /usr/lib/libCRFSuite.dylib
    0x7fffd3e6e000 -     0x7fffd3e79fff  libChineseTokenizer.dylib (21) <0886E908-A825-36AF-B94B-2361FD8BC2A1> /usr/lib/libChineseTokenizer.dylib
    0x7fffd3f0b000 -     0x7fffd3f0cff3  libDiagnosticMessagesClient.dylib (102) <84A04D24-0E60-3810-A8C0-90A65E2DF61A> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fffd3f0d000 -     0x7fffd4120fff  libFosl_dynamic.dylib (16.38) <591E1819-F95E-3E99-92DE-00AEFBC43A0B> /usr/lib/libFosl_dynamic.dylib
    0x7fffd4144000 -     0x7fffd4144fff  libOpenScriptingUtil.dylib (172) <90743888-C1E8-34E3-924E-1A754B2B63B9> /usr/lib/libOpenScriptingUtil.dylib
    0x7fffd4145000 -     0x7fffd4149ff3  libScreenReader.dylib (477.40.1) <6F0FFEFA-83A5-30F7-AC0F-77897619A33A> /usr/lib/libScreenReader.dylib
    0x7fffd414a000 -     0x7fffd414bffb  libSystem.B.dylib (1238.50.2) <E9C8D054-CF28-37A7-91B2-4801EFDC8C09> /usr/lib/libSystem.B.dylib
    0x7fffd41b7000 -     0x7fffd41e2ff3  libarchive.2.dylib (41.50.2) <B4F507BC-B24E-3BE7-B658-94D798E2CD81> /usr/lib/libarchive.2.dylib
    0x7fffd41e3000 -     0x7fffd425ffc7  libate.dylib (1.12.13) <D0767875-D02E-3377-84D8-5F174C27BEA9> /usr/lib/libate.dylib
    0x7fffd4263000 -     0x7fffd4263ff3  libauto.dylib (187) <34388D0B-C539-3C1B-9408-2BC152162E43> /usr/lib/libauto.dylib
    0x7fffd4264000 -     0x7fffd4274ff3  libbsm.0.dylib (34) <20084796-B04D-3B35-A003-EA11459557A9> /usr/lib/libbsm.0.dylib
    0x7fffd4275000 -     0x7fffd4283ff7  libbz2.1.0.dylib (38) <25D9FACF-5583-348A-80A0-2B51DCE37680> /usr/lib/libbz2.1.0.dylib
    0x7fffd4284000 -     0x7fffd42daff7  libc++.1.dylib (307.5) <0B43BB5D-E6EB-3464-8DE9-B41AC8ED9D1C> /usr/lib/libc++.1.dylib
    0x7fffd42db000 -     0x7fffd4305fff  libc++abi.dylib (307.2) <AC5091A2-DAEA-30C1-BF87-A2217FC8F8AC> /usr/lib/libc++abi.dylib
    0x7fffd4306000 -     0x7fffd4316ffb  libcmph.dylib (6) <2B5D405E-2D0B-3320-ABD6-622934C86ABE> /usr/lib/libcmph.dylib
    0x7fffd4317000 -     0x7fffd432dfcf  libcompression.dylib (39) <F2726F95-F54E-3B21-BCB5-F7151DEFDC2F> /usr/lib/libcompression.dylib
    0x7fffd432e000 -     0x7fffd432eff7  libcoretls.dylib (121.50.4) <64B1001E-10F6-3542-A3B2-C4B49F51817F> /usr/lib/libcoretls.dylib
    0x7fffd432f000 -     0x7fffd4330ff3  libcoretls_cfhelpers.dylib (121.50.4) <1A10303E-5EB0-3C7C-9165-021FCDFD934D> /usr/lib/libcoretls_cfhelpers.dylib
    0x7fffd466d000 -     0x7fffd46c0ff7  libcups.2.dylib (450) <1954EF55-7AD2-3781-B72C-04CE46E2DA01> /usr/lib/libcups.2.dylib
    0x7fffd473b000 -     0x7fffd473bfff  libenergytrace.dylib (15) <A1B040A2-7977-3097-9ADF-34FF181EB970> /usr/lib/libenergytrace.dylib
    0x7fffd474b000 -     0x7fffd4750ff7  libheimdal-asn1.dylib (498.50.8) <B2E35D77-6EB3-3E93-A564-92835E9A7C32> /usr/lib/libheimdal-asn1.dylib
    0x7fffd4751000 -     0x7fffd4843ff7  libiconv.2.dylib (50) <42125B35-81D7-3FC4-9475-A26DBE10884D> /usr/lib/libiconv.2.dylib
    0x7fffd4844000 -     0x7fffd4a69ffb  libicucore.A.dylib (57162.0.1) <C977DF63-316E-3857-B740-354647832DF6> /usr/lib/libicucore.A.dylib
    0x7fffd4a6f000 -     0x7fffd4a70fff  liblangid.dylib (126) <2085E7A7-9A34-3735-87F4-F174EF8EABF0> /usr/lib/liblangid.dylib
    0x7fffd4a71000 -     0x7fffd4a8affb  liblzma.5.dylib (10) <44BD0279-99DD-36B5-8A6E-C11432E2098D> /usr/lib/liblzma.5.dylib
    0x7fffd4a8b000 -     0x7fffd4aa1ff7  libmarisa.dylib (5) <9030D214-5D0F-30CB-AC03-902C63909362> /usr/lib/libmarisa.dylib
    0x7fffd4aa2000 -     0x7fffd4d4aff7  libmecabra.dylib (744.6) <FBAC148B-9233-33F8-8ED4-DC47FE0D6641> /usr/lib/libmecabra.dylib
    0x7fffd4d7d000 -     0x7fffd4df7ff3  libnetwork.dylib (856.50.51) <2B30E072-AA68-3D3E-AA76-63676D75B3AF> /usr/lib/libnetwork.dylib
    0x7fffd4df8000 -     0x7fffd51c8e37  libobjc.A.dylib (708) <71D3E7CE-EEB8-3489-8387-75C8EDAAF9C9> /usr/lib/libobjc.A.dylib
    0x7fffd51cb000 -     0x7fffd51cffff  libpam.2.dylib (21.30.1) <71EB0D88-DE84-3C8D-A2C5-58AA282BC5BC> /usr/lib/libpam.2.dylib
    0x7fffd51d0000 -     0x7fffd5200ff7  libpcap.A.dylib (67) <BFED0A74-4BBC-3FB4-ABEC-10ACE52B5C8F> /usr/lib/libpcap.A.dylib
    0x7fffd521d000 -     0x7fffd5239ffb  libresolv.9.dylib (64) <A244AE4C-00B0-396C-98FF-97FE4DB3DA30> /usr/lib/libresolv.9.dylib
    0x7fffd5289000 -     0x7fffd53d6ffb  libsqlite3.dylib (254.2) <3A5B25C7-F434-364E-B46E-08864CF407CA> /usr/lib/libsqlite3.dylib
    0x7fffd54cb000 -     0x7fffd54d8fff  libxar.1.dylib (357) <69547C64-E811-326F-BBED-490C6361BDCB> /usr/lib/libxar.1.dylib
    0x7fffd54d9000 -     0x7fffd55c8ffb  libxml2.2.dylib (30.13) <018309E4-1056-3AA3-84AC-911C07A63E1D> /usr/lib/libxml2.2.dylib
    0x7fffd55c9000 -     0x7fffd55f2fff  libxslt.1.dylib (15.8) <305999A0-D142-3EFA-A76B-01C11FB57AAE> /usr/lib/libxslt.1.dylib
    0x7fffd55f3000 -     0x7fffd5604ff3  libz.1.dylib (67) <46E3FFA2-4328-327A-8D34-A03E20BFFB8E> /usr/lib/libz.1.dylib
    0x7fffd5613000 -     0x7fffd5617ff7  libcache.dylib (79) <093A4DAB-8385-3D47-A350-E20CB7CCF7BF> /usr/lib/system/libcache.dylib
    0x7fffd5618000 -     0x7fffd5622fff  libcommonCrypto.dylib (60092.50.5) <A9C6F8FB-5B41-3C98-B455-779A5F7DCDC4> /usr/lib/system/libcommonCrypto.dylib
    0x7fffd5623000 -     0x7fffd562afff  libcompiler_rt.dylib (62) <55D47421-772A-32AB-B529-1A46C2F43B4D> /usr/lib/system/libcompiler_rt.dylib
    0x7fffd562b000 -     0x7fffd5633fff  libcopyfile.dylib (138) <819BEA3C-DF11-3E3D-A1A1-5A51C5BF1961> /usr/lib/system/libcopyfile.dylib
    0x7fffd5634000 -     0x7fffd56b7fdf  libcorecrypto.dylib (442.50.18) <208AC570-FC38-338B-899F-1499F32E35C5> /usr/lib/system/libcorecrypto.dylib
    0x7fffd56b8000 -     0x7fffd56e9ff7  libdispatch.dylib (703.50.33) <D052D84F-B318-38C4-9BD7-E11A7FA15FBD> /usr/lib/system/libdispatch.dylib
    0x7fffd56ea000 -     0x7fffd56efff3  libdyld.dylib (433.3) <A2242F33-E93F-34DA-9ECD-C9C8DE60BC4D> /usr/lib/system/libdyld.dylib
    0x7fffd56f0000 -     0x7fffd56f0ffb  libkeymgr.dylib (28) <7AA011A9-DC21-3488-BF73-3B5B14D1FDD6> /usr/lib/system/libkeymgr.dylib
    0x7fffd56f1000 -     0x7fffd56fdffb  libkxld.dylib (3789.50.189) <6A741206-7C8C-3981-B79E-3EDACB6BCD6F> /usr/lib/system/libkxld.dylib
    0x7fffd56fe000 -     0x7fffd56fefff  liblaunch.dylib (972.50.24) <1FF63271-A5A7-3ABA-BD0E-D369A1357F31> /usr/lib/system/liblaunch.dylib
    0x7fffd56ff000 -     0x7fffd5704ff3  libmacho.dylib (898) <5C0ED62A-BD50-31A7-A797-AA713DD613A6> /usr/lib/system/libmacho.dylib
    0x7fffd5705000 -     0x7fffd5707ff3  libquarantine.dylib (85) <B0B1E346-2878-32DA-B424-DBDB671B1A43> /usr/lib/system/libquarantine.dylib
    0x7fffd5708000 -     0x7fffd5709ffb  libremovefile.dylib (45) <38D4CB9C-10CD-30D3-8B7B-A515EC75FE85> /usr/lib/system/libremovefile.dylib
    0x7fffd570a000 -     0x7fffd5722ff7  libsystem_asl.dylib (349.50.5) <096E4228-3B7C-30A6-8B13-EC909A64499A> /usr/lib/system/libsystem_asl.dylib
    0x7fffd5723000 -     0x7fffd5723ff7  libsystem_blocks.dylib (67) <10DC5404-73AB-35B3-A277-A8AFECB476EB> /usr/lib/system/libsystem_blocks.dylib
    0x7fffd5724000 -     0x7fffd57b1fef  libsystem_c.dylib (1158.50.1) <621D368E-F25A-30B4-8273-C2EE41A81084> /usr/lib/system/libsystem_c.dylib
    0x7fffd57b2000 -     0x7fffd57b5ff3  libsystem_configuration.dylib (888.50.16.1.1) <92688F31-7D3E-3962-9C1E-7652534FD368> /usr/lib/system/libsystem_configuration.dylib
    0x7fffd57b6000 -     0x7fffd57b9fff  libsystem_coreservices.dylib (41.4) <E0415D95-CC57-3DCC-8015-BCA9873D1F3E> /usr/lib/system/libsystem_coreservices.dylib
    0x7fffd57ba000 -     0x7fffd57d2fff  libsystem_coretls.dylib (121.50.4) <EC6FCF07-DCFB-3A03-9CC9-6DD3709974C6> /usr/lib/system/libsystem_coretls.dylib
    0x7fffd57d3000 -     0x7fffd57d9fff  libsystem_dnssd.dylib (765.50.6) <7A110ED4-7215-3CEF-94EE-FBF74D66DB8F> /usr/lib/system/libsystem_dnssd.dylib
    0x7fffd57da000 -     0x7fffd5803ff7  libsystem_info.dylib (503.50.3) <95C0D40C-E7B7-3D72-B7FC-D239FE973C7C> /usr/lib/system/libsystem_info.dylib
    0x7fffd5804000 -     0x7fffd5826fff  libsystem_kernel.dylib (3789.50.189) <0AB71F93-9D59-3847-9B31-DA65041C1797> /usr/lib/system/libsystem_kernel.dylib
    0x7fffd5827000 -     0x7fffd586efe7  libsystem_m.dylib (3121.6) <995883BC-9227-3853-B1BD-6A7DDD768152> /usr/lib/system/libsystem_m.dylib
    0x7fffd586f000 -     0x7fffd588dff7  libsystem_malloc.dylib (116.50.7) <74143509-8DFE-391A-935E-E9D84F0442BE> /usr/lib/system/libsystem_malloc.dylib
    0x7fffd588e000 -     0x7fffd58e7ffb  libsystem_network.dylib (856.50.51) <37B68024-CABA-33AE-803D-C3F7CE851DE3> /usr/lib/system/libsystem_network.dylib
    0x7fffd58e8000 -     0x7fffd58f1ff3  libsystem_networkextension.dylib (563.50.30) <982BE8CC-E93D-3A25-9FF5-BEE45B6FB407> /usr/lib/system/libsystem_networkextension.dylib
    0x7fffd58f2000 -     0x7fffd58fbff3  libsystem_notify.dylib (165.20.1) <B8160190-A069-3B3A-BDF6-2AA408221FAE> /usr/lib/system/libsystem_notify.dylib
    0x7fffd58fc000 -     0x7fffd5904fe7  libsystem_platform.dylib (126.50.8) <C69238B8-1CDE-3606-BA3D-D05327247AA4> /usr/lib/system/libsystem_platform.dylib
    0x7fffd5905000 -     0x7fffd590fff7  libsystem_pthread.dylib (218.50.4) <1095CDE2-7392-31E6-B845-E5B857BC7D06> /usr/lib/system/libsystem_pthread.dylib
    0x7fffd5910000 -     0x7fffd5913ff7  libsystem_sandbox.dylib (592.50.45) <6E32F371-4836-30DB-AA3F-B0A06D908BD9> /usr/lib/system/libsystem_sandbox.dylib
    0x7fffd5914000 -     0x7fffd5915fff  libsystem_secinit.dylib (24.50.3) <466D95EF-A051-30AE-9EB5-0AF961891125> /usr/lib/system/libsystem_secinit.dylib
    0x7fffd5916000 -     0x7fffd591dffb  libsystem_symptoms.dylib (532.50.36) <1017DC40-40AF-3313-A2F3-9FF128CC156C> /usr/lib/system/libsystem_symptoms.dylib
    0x7fffd591e000 -     0x7fffd5931fff  libsystem_trace.dylib (518.50.127) <8CE56C09-48C1-3A48-BFB7-1D1FA9E21160> /usr/lib/system/libsystem_trace.dylib
    0x7fffd5932000 -     0x7fffd5937ffb  libunwind.dylib (35.3) <3D50D8A8-C460-334D-A519-2DA841102C6B> /usr/lib/system/libunwind.dylib
    0x7fffd5938000 -     0x7fffd5961ff7  libxpc.dylib (972.50.24) <D4B2BD22-12DB-387A-B0CE-4355F3CDAEDA> /usr/lib/system/libxpc.dylib

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 0
    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: 37077
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=252.0M resident=0K(0%) swapped_out_or_unallocated=252.0M(100%)
Writable regions: Total=46.4M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=46.4M(100%)
 
                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Activity Tracing                   256K        2 
Kernel Alloc Once                    8K        2 
MALLOC                            36.4M       18 
MALLOC guard page                   32K        7 
STACK GUARD                       56.0M        5 
Stack                             9752K        5 
VM_ALLOCATE                          4K        2 
__DATA                            20.1M      206 
__IMAGE                            528K        2 
__LINKEDIT                       116.2M        8 
__TEXT                           135.8M      207 
__UNICODE                          556K        2 
mapped file                       24.7M        2 
shared memory                       52K        6 
===========                     =======  ======= 
TOTAL                            400.2M      460 

Model: iMac15,1, BootROM IM151.0207.B11, 4 processors, Intel Core i5, 3.3 GHz, 32 GB, SMC 2.22f16
Graphics: AMD Radeon R9 M290, AMD Radeon R9 M290, PCIe, 2048 MB
Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x85F7, 0x483634314755363747313630304700000000
Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x85F7, 0x483634314755363747313630304700000000
Memory Module: BANK 0/DIMM1, 8 GB, DDR3, 1600 MHz, 0x85F7, 0x483634314755363747313630304700000000
Memory Module: BANK 1/DIMM1, 8 GB, DDR3, 1600 MHz, 0x85F7, 0x483634314755363747313630304700000000
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x142), Broadcom BCM43xx 1.0 (7.21.171.123.1a1)
Bluetooth: Version 5.0.4f8, 3 services, 27 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en1
Serial ATA Device: APPLE HDD ST1000DM003, 1 TB
USB Device: USB 3.0 Bus
USB Device: Backup+  BK
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
USB Device: FaceTime HD Camera (Built-in)
Thunderbolt Bus: iMac, Apple Inc., 26.1_

Feature Requests and thank you

Hello,
First I wanted to say "thank you" for such a great tool. Really outstanding work, and I can't believe how reliably everything works this quickly after your initial release. I wanted to make a list of features that I have thought would be useful just to quickly get them out there:

  1. First and foremost, if you don't have some way that I can donate to you, please set something up. I think this is a very useful tool people would pay for keeping it maintained.
  2. This is super lazy, and obvious so I'm sure you've thought of it, a gui for setting up and managing remotes without the cli would be the step that makes this fully fool-proof
  3. Queued Transfers
  4. Ability to pause and restart transfers (may be dependent on rclone capabilities)
  5. In the upload/download interface, a dynamic readout of the rclone command being constructed
  6. A way to save "favorite" commands to be run with a single button
  7. A way to group those favorite commands in groups that could be run with a single button
  8. (Really stretching it here) A way to run those favorites or groups automatically at certain times or with a trigger of some kind
  9. Selection of multiple folders/files from browser

I know some of these features are requested elsewhere, it was a bit of a train of thought thing. Don't feel inclined to respond to all or any of this, just putting stuff out there.
Anyways, thank you for your work, and I hope that I can contribute to the project in the future as time allows.

Feature Request: Retry Failed Transfers ( Auto / Manual )

Hi, first and foremost, wonderful work! This si the only working tool I could find.

In my case, transfers fail from time to time due to a plethora of reasons. Great if you could have a Automatic and Manual retry / resume option built in

RcloneBrowser Portable

Hi, Your RcloneBrowser is excellent! Please add an option or version for it to be a portable app. This allows it to be moved and run from portable drives such as USB flash drives. In other words, store the app settings and configuration in the RcloneBrowser.exe folder. Also, keep rclone.exe and rclone.conf in that folder or subfolders. And, have your app support the rclone.exe --config parameter to tell rclone to look in that folder. Please make it as portable as possible. Thanks.

Some Nice Features

Queued Downloads
Deleting incomplete downloads on cancel

Edit: I forgot another one. The total progress of the transfer. I think it can be done with ls

Sync options?

Hi, this isn't so much an issue as a question. I'm a tad confused about the "sync" option. All the options say "delete before/after/during transfer", does that mean that it's going to delete the source file? What I would like is to do a full backup using "copy," then periodically use "sync" to upload any changed/added files then have rclone delete the old files from the destination, NOT the source. Is this possible?

Doesn't work with Hubic

Hello, i'm french sorry for my poor english.

I've account in hubic and i use rclone to synchronise. When i use rclone-browser No data is displayed
capture d ecran_2017-01-31_20-46-48

Repeat a job

After a job completes, I may want to execute it again to upload new files from the same source to the same target with the same options.

Allow repeating a job, or cloning a job, or creating a new job with the same parameters.

Additional related features might be:

  • export & import a job
  • schedule a job
  • pause a job

Fails to build with Qt 5.5.1 (Ubuntu 16.04)

Fails to build in Ubuntu 16.04 with Qt 5.5.1, with the following error:

[ 70%] Building CXX object src/CMakeFiles/rclone-browser.dir/item_model.cpp.o
/<<PKGBUILDDIR>>/src/item_model.cpp: In function ‘void {anonymous}::advanceSpinner(QString&)’:
/<<PKGBUILDDIR>>/src/item_model.cpp:659:1: error: assuming signed overflow does not occur when assuming that (X - c) <= X is always true [-Werror=strict-overflow]
 }
 ^
cc1plus: all warnings being treated as errors
src/CMakeFiles/rclone-browser.dir/build.make:416: recipe for target 'src/CMakeFiles/rclone-browser.dir/item_model.cpp.o' failed
make[4]: *** [src/CMakeFiles/rclone-browser.dir/item_model.cpp.o] Error 1

You can go around this by adding -Wno-error=strict-overflow but I thought you might want to check it anyway. The complete build log is available here: https://launchpadlibrarian.net/304436289/buildlog_ubuntu-xenial-amd64.rclone-browser_1.0.0-1~webupd8~xenial0_BUILDING.txt.gz

Feature Request: Rename files

The current version does not allow renaming of files. Or it does not work as expected. It just appends a new folder and moves the incorrectly named file into the folder it created. The folder that is created is the name that you wanted the file called.

I know that rclone did not support file renames, hence the behaviour I guess, but with the latest rclone version (v1.36) file renames work using the moveto command.

Can this function please be implemented into rclone Browser. That would make it the ultimate tool to manage a headless server.

Many thanks for all the great work on the project.

possible to stream with vlc?

Hey,

first off, good job on this tool!, plus i love the fact its cross platform which makes it even better for people to use. so whenever i try to use ‪C:\Program Files\VideoLAN\VLC\vlc.exe in the stream command. i see the tool saying streaming for about five seconds then finishes. but overall great tool and keep up the great work with this 👍

Thank you and a help with building on Raspbian

I would like to say thank you for sharing this with everyone we really do appreciate it when people share their hard work to help the rest of us who don't have the time or knowledge to do these things.

I am currently trying to install this on a raspberry pi 3 running raspberrian and have not been able to figure out a way to compile the package on it with your instructions. I'm fairly new to Linux and even newer on the raspberry pi. I haven't found a way to install qt on the pi and it is my only Linux machine. So I am requesting if there is any way that you would be willing to pre-compile a package that would be able to be installed on the rasberrian version of debian jessie or help with instructions to do so. thank you

After (1) closing a stream, then (2) closing the stream job in Rclone Browser, Rclone Browser crashes.

rclone - Windows, AMD-64, v1.35 stable
Rclone Browser - 1.1-9792a8b
Using Crypt overlayed on Amazon Cloud Drive
Stream Command: "C:\Program Files\mpv-x86_64-20170212\mpv.exe" -

Steps for recreating the error in Rclone Browser:

(1) Open Rclone Browser
(2) Select a file to stream (in this case, an *.mkv file)
(3) Right-click on file, select Stream
(4) MPV opens, and starts to stream the file
(5) Allow the file to stream for a few seconds
(6) Close MPV
(7) Switch to Rclone Browser window, and click on the Jobs tab
(8) Press X to stop the job (i.e. stop the streaming job)
(9) Accept the prompt
(10) Rclone Browser crashes 😢

Currently transferring files with RcloneBrowser. Will re-test the scenario with VLC and MPC-HC, and will update this post with details once all my transfers complete.

unable to ru RClone Browser on Win64

Hello,
I am a RClone fanatic and I use it on both Linux and Windows with ACD.

Unfortunately I am not able to use RCloneBrowser on Windows.
I run it, I provide the path to Rclone.exe, but then I can not see any remote even if it perfectly locate the config file.
Any idea or suggestions?

Segmentation fault (core dumped) linux, compiled from source

I have tried compiling RcloneBrowser on:

Linux ubuntu 4.4.0-64-generic #85-Ubuntu SMP Mon Feb 20 11:50:30 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

Installed QT 5.8, some command line output:

xerrni@ubuntu:~/Downloads/RcloneBrowser/RcloneBrowser/build/build$ qmake -v
QMake version 3.0
Using Qt version 5.6.2 in /usr/lib/x86_64-linux-gnu
xerrni@ubuntu:~/Downloads/RcloneBrowser/RcloneBrowser/build/build$ clear

xerrni@ubuntu:~/Downloads/RcloneBrowser/RcloneBrowser/build/build$ qmake -v
QMake version 3.0
Using Qt version 5.6.2 in /usr/lib/x86_64-linux-gnu
xerrni@ubuntu:~/Downloads/RcloneBrowser/RcloneBrowser/build/build$ cmake --version
cmake version 3.5.1

CMake suite maintained and supported by Kitware (kitware.com/cmake).
xerrni@ubuntu:~/Downloads/RcloneBrowser/RcloneBrowser/build/build$ gcc --version
gcc (Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609
xerrni@ubuntu:~/Downloads/RcloneBrowser$ git clone https://github.com/mmozeiko/RcloneBrowser.git
Cloning into 'RcloneBrowser'...
remote: Counting objects: 263, done.
remote: Compressing objects: 100% (20/20), done.
remote: Total 263 (delta 7), reused 0 (delta 0), pack-reused 243
Receiving objects: 100% (263/263), 515.32 KiB | 0 bytes/s, done.
Resolving deltas: 100% (142/142), done.
Checking connectivity... done.
xerrni@ubuntu:~/Downloads/RcloneBrowser$ git clone https://github.com/mmozeiko/RcloneBrowser.git
fatal: destination path 'RcloneBrowser' already exists and is not an empty directory.
xerrni@ubuntu:~/Downloads/RcloneBrowser$ cd RcloneBrowser/
xerrni@ubuntu:~/Downloads/RcloneBrowser/RcloneBrowser$ ls
bootstrap.cmd  CHANGELOG.md  CMakeLists.txt  _config.yml  LICENSE  README.md  scripts  src
xerrni@ubuntu:~/Downloads/RcloneBrowser/RcloneBrowser$ mkdir build 
xerrni@ubuntu:~/Downloads/RcloneBrowser/RcloneBrowser$ ls
bootstrap.cmd  build  CHANGELOG.md  CMakeLists.txt  _config.yml  LICENSE  README.md  scripts  src
xerrni@ubuntu:~/Downloads/RcloneBrowser/RcloneBrowser$ ls -la
total 64
drwxrwxr-x 6 xerrni xerrni 4096 Mar  6 19:13 .
drwxrwxrwx 3 xerrni xerrni 4096 Mar  6 19:12 ..
-rw-rw-r-- 1 xerrni xerrni  248 Mar  6 19:12 .appveyor.yml
-rw-rw-r-- 1 xerrni xerrni  437 Mar  6 19:12 bootstrap.cmd
drwxrwxr-x 2 xerrni xerrni 4096 Mar  6 19:13 build
-rw-rw-r-- 1 xerrni xerrni 1379 Mar  6 19:12 CHANGELOG.md
-rw-rw-r-- 1 xerrni xerrni 1374 Mar  6 19:12 CMakeLists.txt
-rw-rw-r-- 1 xerrni xerrni   25 Mar  6 19:12 _config.yml
drwxrwxr-x 8 xerrni xerrni 4096 Mar  6 19:12 .git
-rw-rw-r-- 1 xerrni xerrni   52 Mar  6 19:12 .gitignore
-rw-rw-r-- 1 xerrni xerrni 1210 Mar  6 19:12 LICENSE
-rw-rw-r-- 1 xerrni xerrni 4321 Mar  6 19:12 README.md
drwxrwxr-x 2 xerrni xerrni 4096 Mar  6 19:12 scripts
drwxrwxr-x 3 xerrni xerrni 4096 Mar  6 19:12 src
-rw-rw-r-- 1 xerrni xerrni  544 Mar  6 19:12 .travis.yml
xerrni@ubuntu:~/Downloads/RcloneBrowser/RcloneBrowser$ cd build/
xerrni@ubuntu:~/Downloads/RcloneBrowser/RcloneBrowser/build$ ls
xerrni@ubuntu:~/Downloads/RcloneBrowser/RcloneBrowser/build$ cmake ..
-- The C compiler identification is GNU 5.4.0
-- The CXX compiler identification is GNU 5.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Configuring done
-- Generating done
-- Build files have been written to: /home/xerrni/Downloads/RcloneBrowser/RcloneBrowser/build
xerrni@ubuntu:~/Downloads/RcloneBrowser/RcloneBrowser/build$ cmake --build .
[  2%] Generating qrc_resources.cpp
[  4%] Generating moc_main_window.cpp
[  6%] Generating moc_remote_widget.cpp
[  8%] Generating moc_transfer_dialog.cpp
[ 10%] Generating moc_export_dialog.cpp
[ 12%] Generating moc_progress_dialog.cpp
[ 14%] Generating moc_job_widget.cpp
[ 16%] Generating moc_mount_widget.cpp
[ 18%] Generating moc_stream_widget.cpp
[ 20%] Generating moc_preferences_dialog.cpp
[ 22%] Generating moc_icon_cache.cpp
[ 25%] Generating moc_item_model.cpp
[ 27%] Generating ui_main_window.h
[ 29%] Generating ui_remote_widget.h
[ 31%] Generating ui_transfer_dialog.h
[ 33%] Generating ui_export_dialog.h
[ 35%] Generating ui_progress_dialog.h
[ 37%] Generating ui_job_widget.h
[ 39%] Generating ui_mount_widget.h
[ 41%] Generating ui_stream_widget.h
[ 43%] Generating ui_preferences_dialog.h
Scanning dependencies of target rclone-browser
[ 45%] Building CXX object src/CMakeFiles/rclone-browser.dir/pch.cpp.o
[ 47%] Building CXX object src/CMakeFiles/rclone-browser.dir/main.cpp.o
[ 50%] Building CXX object src/CMakeFiles/rclone-browser.dir/main_window.cpp.o
[ 52%] Building CXX object src/CMakeFiles/rclone-browser.dir/remote_widget.cpp.o
[ 54%] Building CXX object src/CMakeFiles/rclone-browser.dir/transfer_dialog.cpp.o
[ 56%] Building CXX object src/CMakeFiles/rclone-browser.dir/export_dialog.cpp.o
[ 58%] Building CXX object src/CMakeFiles/rclone-browser.dir/progress_dialog.cpp.o
[ 60%] Building CXX object src/CMakeFiles/rclone-browser.dir/job_widget.cpp.o
[ 62%] Building CXX object src/CMakeFiles/rclone-browser.dir/mount_widget.cpp.o
[ 64%] Building CXX object src/CMakeFiles/rclone-browser.dir/stream_widget.cpp.o
[ 66%] Building CXX object src/CMakeFiles/rclone-browser.dir/preferences_dialog.cpp.o
[ 68%] Building CXX object src/CMakeFiles/rclone-browser.dir/icon_cache.cpp.o
[ 70%] Building CXX object src/CMakeFiles/rclone-browser.dir/item_model.cpp.o
[ 72%] Building CXX object src/CMakeFiles/rclone-browser.dir/utils.cpp.o
[ 75%] Building CXX object src/CMakeFiles/rclone-browser.dir/moc_main_window.cpp.o
[ 77%] Building CXX object src/CMakeFiles/rclone-browser.dir/moc_remote_widget.cpp.o
[ 79%] Building CXX object src/CMakeFiles/rclone-browser.dir/moc_transfer_dialog.cpp.o
[ 81%] Building CXX object src/CMakeFiles/rclone-browser.dir/moc_export_dialog.cpp.o
[ 83%] Building CXX object src/CMakeFiles/rclone-browser.dir/moc_progress_dialog.cpp.o
[ 85%] Building CXX object src/CMakeFiles/rclone-browser.dir/moc_job_widget.cpp.o
[ 87%] Building CXX object src/CMakeFiles/rclone-browser.dir/moc_mount_widget.cpp.o
[ 89%] Building CXX object src/CMakeFiles/rclone-browser.dir/moc_stream_widget.cpp.o
[ 91%] Building CXX object src/CMakeFiles/rclone-browser.dir/moc_preferences_dialog.cpp.o
[ 93%] Building CXX object src/CMakeFiles/rclone-browser.dir/moc_icon_cache.cpp.o
[ 95%] Building CXX object src/CMakeFiles/rclone-browser.dir/moc_item_model.cpp.o
[ 97%] Building CXX object src/CMakeFiles/rclone-browser.dir/qrc_resources.cpp.o
[100%] Linking CXX executable ../build/rclone-browser
[100%] Built target rclone-browser
xerrni@ubuntu:~/Downloads/RcloneBrowser/RcloneBrowser/build$ ls
build  CMakeCache.txt  CMakeFiles  cmake_install.cmake  Makefile  src
xerrni@ubuntu:~/Downloads/RcloneBrowser/RcloneBrowser/build$ cd build/
xerrni@ubuntu:~/Downloads/RcloneBrowser/RcloneBrowser/build/build$ ls
rclone-browser
xerrni@ubuntu:~/Downloads/RcloneBrowser/RcloneBrowser/build/build$ rclone-browser
bash: rclone-browser: command not found
xerrni@ubuntu:~/Downloads/RcloneBrowser/RcloneBrowser/build/build$ ./rclone-browser 
Segmentation fault (core dumped)
xerrni@ubuntu:~/Downloads/RcloneBrowser/RcloneBrowser/build/build$ chmod +x rclone-browser 
xerrni@ubuntu:~/Downloads/RcloneBrowser/RcloneBrowser/build/build$ chmod 777 rclone-browser 
xerrni@ubuntu:~/Downloads/RcloneBrowser/RcloneBrowser/build/build$ ./rclone-browser 
Segmentation fault (core dumped)
xerrni@ubuntu:~/Downloads/RcloneBrowser/RcloneBrowser/build/build$ 

Transfer Tab Strange Behavior

OK, performing an "upload". in the "Transfer" tab, I enter .5M in "Bandwidth" (that's the only limitation field supplied). I run my rclone "copy". When finished and ready to run another "upload", (in the "transfer" tab, the .5M has shifted down to the "minimum size" field, and the "Bandwidth" field now reads: ".1M"

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.