Git Product home page Git Product logo

sirikali'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

sirikali's Issues

Fails to build on OSX

Cmake step correctly finds gcrypt.h file. However that knowledge is not passed to the compilation step, so the compilation fails:

$ cmake -DCMAKE_INSTALL_PREFIX=/opt/local -DQT5=true ..
-- The C compiler identification is AppleClang 8.0.0.8000042
-- The CXX compiler identification is AppleClang 8.0.0.8000042
-- Check for working C compiler: /opt/local/bin/clang
-- Check for working C compiler: /opt/local/bin/clang -- 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: /opt/local/bin/clang++
-- Check for working CXX compiler: /opt/local/bin/clang++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found PkgConfig: /opt/local/bin/pkg-config (found version "0.29.1") 
-- Checking for module 'pwquality'
--   No package 'pwquality' found
-- Checking for module 'lxqt-wallet'
--   No package 'lxqt-wallet' found
-- ERROR: could not find lxqt_wallet package
-- ---------------------------------------------------------------------------
-- lxqt wallet support will be provided by an internal library
-- ---------------------------------------------------------------------------
-- found gcrypt header file: /opt/local/include/gcrypt.h
-- found gcrypt library: /opt/local/lib/libgcrypt.dylib
-- Checking for module 'libsecret-1'
--   Found libsecret-1, version 0.18.5
-- 
--------------------------------------------------------------------------
-- kwallet support NOT found,will not build kwallet functionality
-- -----------------------------------------------------------------------
-- 
--------------------------------------------------------------------------
-- libsecret support found,will build libsecret functionality
-- -----------------------------------------------------------------------
-- ---------------------------------------------------------------------------
-- Building GUI components using Qt5
-- ---------------------------------------------------------------------------


-- Configuring done
-- Generating done
-- Build files have been written to: /Users/uri/src/SiriKali-1.2.3/build
$ make
Scanning dependencies of target lxqt-wallet-backend
[  1%] Building C object src/lxqt_wallet/backend/CMakeFiles/lxqt-wallet-backend.dir/lxqtwallet.c.o
clang: warning: argument unused during compilation: '-s'
/Users/uri/src/SiriKali-1.2.3/src/lxqt_wallet/backend/lxqtwallet.c:48:10: fatal error: 'gcrypt.h' file not
      found
#include <gcrypt.h>
         ^
1 error generated.
make[2]: *** [src/lxqt_wallet/backend/CMakeFiles/lxqt-wallet-backend.dir/lxqtwallet.c.o] Error 1
make[1]: *** [src/lxqt_wallet/backend/CMakeFiles/lxqt-wallet-backend.dir/all] Error 2
make: *** [all] Error 2
$

Upgrade processing improvement

When upgrading e.g. cryfs, it asks, on mount, if you would like to upgrade the backing files to the new version. Sirikali reports this as a 'failure', with no indication that it can be fixed by running cryfs standalone.

macOS: mount folder not always removed on unmount

Sometimes I can't get Sirikali to mount a volume, then I realize that the previous /path/to/mount/Drive is not deleted on previous unmount operation and Sirikali simply fails to mount (because the mount path in the favorites isn't empty).
Is there a way to fix it, so that the folder is removed (or, ideally, if the mount path is not empty it could warn you and ask to simply move the old mount path folder to trash (to avoid any data loss in case it was some user folder) and overwrite the old path)

Autostart

How do i remove sirikali from autostart?
Thanks

Mount Options Dialog forgets values

When I set mount options (e.g. a config file or a number of minutes after which to auto-unmount the filesystem), then close the Mount Options Dialog and open it again, the setting fields are empty again.

Add pre-unmount command

Most of the time when using SiriKali and XFCE, I run into an issue where SiriKali is unable to unmount the mounted volume because of a lingering process (the background thumbnailer 'tumblerd') attached to the mount. Would it be possible to add a customizable pre-unmount command that is executed prior to unmounting the volume?

E.g. fuser -m -k $PATH_TO_VOLUME

macOS: Install sirikali using brew cask

Thank you for sirikali. I don't know much C++, and I'm very new to macOS, but if possible I'd like to help out making it simpler to use sirikali on macOS. I was thinking I'd create this ticket with the aim at creating a brew cask to help others install sirikali.

Until then, here's what I had to do to install sirikali on macOS.

First, to build sirikali on macOS (Sierra) I had install these prerequisites (given I've already installed developer tools and brew)

brew install libgcrypt
brew install pkg-config
brew install qt5
export CMAKE_PREFIX_PATH=/usr/local/opt/qt5/

I could then compile sirikali using something similar to what is in BUILD_INSTRUCTIONS

# Inside the directory extracted from 
# https://github.com/mhogomchungu/sirikali/releases/download/1.2.5/SiriKali-1.2.5.tar.xz
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=$HOME/sirikali -DQT5=true -DNOSECRETSUPPORT=false -DINTERNAL_LXQT_WALLET=false -DNOKDESUPPORT=false -DCMAKE_BUILD_TYPE=RELEASE . ..
make
make install

That installs sirikali to $HOME/sirikali. I prefer to keep compiled apps in their own directory, but that's just a personal preference.

It should now be possible to run $HOME/sirikali/bin/sirikali, but there are still no encryption binaries available to mount encrypted directories. So far I've only installed encfs, which was done with

brew cask install osxfuse
brew install homebrew/fuse/encfs

Restart sirikali and encfs should be enabled.

There's an open issue concerning macOS support for gocryptfs. I haven't looked at the other encryption libraries.

So, that's what I have so far. I'll add more details as I learn more.

Compile (make) error.

Hi! :-)

I tried to compile Sirikali at my system (Debian Jessie (oldstable) x64 KDE), but I failed.

Cmake completed successfully with these arguments:
cmake -DCMAKE_INSTALL_PREFIX=/usr -DQT5=true -DCMAKE_BUILD_TYPE=RELEASE -DNOSECRETSUPPORT=true -DNOKDESUPPORT=true -Wno-dev . ..
After that, issuing "make" returned this output:

make
Scanning dependencies of target lxqt-wallet-backend
[  1%] Building C object src/3rdParty/lxqt_wallet/backend/CMakeFiles/lxqt-wallet-backend.dir/lxqtwallet.c.o
/home/giorgos/TEMPG/SiriKali-1.3.2/src/3rdParty/lxqt_wallet/backend/lxqtwallet.c: In function ‘lxqt_wallet_application_wallet_path’:
/home/giorgos/TEMPG/SiriKali-1.3.2/src/3rdParty/lxqt_wallet/backend/lxqtwallet.c:1245:2: προειδοποίηση: ISO C90 forbids mixed declarations and code [-Wpedantic]
  struct passwd * pass = getpwuid( getuid() ) ;
  ^
/home/giorgos/TEMPG/SiriKali-1.3.2/src/3rdParty/lxqt_wallet/backend/lxqtwallet.c: In function ‘_create_application_wallet_path’:
/home/giorgos/TEMPG/SiriKali-1.3.2/src/3rdParty/lxqt_wallet/backend/lxqtwallet.c:1270:2: προειδοποίηση: ISO C90 forbids mixed declarations and code [-Wpedantic]
  char * e ;
  ^
[  2%] Linking C static library liblxqt-wallet-backend.a
[  2%] Built target lxqt-wallet-backend
[  3%] Generating moc_task.cpp
[  3%] Generating ui_changepassworddialog.h
[  4%] Generating ui_password_dialog.h
[  5%] Generating moc_changepassworddialog.cpp
[  6%] Generating moc_password_dialog.cpp
Scanning dependencies of target lxqt-wallet
[  7%] Building CXX object src/3rdParty/lxqt_wallet/frontend/CMakeFiles/lxqt-wallet.dir/lxqt_osx_keychain.cpp.o
[  8%] Building CXX object src/3rdParty/lxqt_wallet/frontend/CMakeFiles/lxqt-wallet.dir/changepassworddialog.cpp.o
[  9%] Building CXX object src/3rdParty/lxqt_wallet/frontend/CMakeFiles/lxqt-wallet.dir/password_dialog.cpp.o
[  9%] Building CXX object src/3rdParty/lxqt_wallet/frontend/CMakeFiles/lxqt-wallet.dir/lxqt_internal_wallet.cpp.o
[ 10%] Building CXX object src/3rdParty/lxqt_wallet/frontend/CMakeFiles/lxqt-wallet.dir/lxqt_wallet.cpp.o
[ 11%] Building CXX object src/3rdParty/lxqt_wallet/frontend/CMakeFiles/lxqt-wallet.dir/moc_changepassworddialog.cpp.o
[ 12%] Building CXX object src/3rdParty/lxqt_wallet/frontend/CMakeFiles/lxqt-wallet.dir/moc_password_dialog.cpp.o
[ 13%] Building CXX object src/3rdParty/lxqt_wallet/frontend/CMakeFiles/lxqt-wallet.dir/moc_task.cpp.o
[ 14%] Linking CXX static library liblxqt-wallet.a
[ 14%] Built target lxqt-wallet
[ 15%] Generating moc_task.cpp
Scanning dependencies of target tasks
[ 16%] Building CXX object src/3rdParty/tasks/CMakeFiles/tasks.dir/moc_task.cpp.o
[ 17%] Linking CXX static library libtasks.a
[ 17%] Built target tasks
[ 18%] Generating moc_networkAccessManager.cpp
Scanning dependencies of target networkAccessManager
[ 18%] Building CXX object src/3rdParty/NetworkAccessManager/CMakeFiles/networkAccessManager.dir/moc_networkAccessManager.cpp.o
[ 19%] Linking CXX static library libnetworkAccessManager.a
[ 19%] Built target networkAccessManager
[ 20%] Generating qrc_icon.cpp
[ 21%] Generating src/moc_configoptions.cpp
[ 22%] Generating src/moc_configfileoption.cpp
[ 23%] Generating src/moc_checkforupdates.cpp
[ 24%] Generating src/moc_dialogok.cpp
[ 25%] Generating src/moc_help.cpp
[ 26%] Generating src/moc_sirikali.cpp
[ 27%] Generating src/moc_keydialog.cpp
[ 27%] Generating src/moc_oneinstance.cpp
[ 28%] Generating src/moc_dialogmsg.cpp
[ 29%] Generating src/moc_plugin.cpp
[ 30%] Generating src/moc_favorites.cpp
[ 31%] Generating src/moc_gocryptfscreateoptions.cpp
[ 32%] Generating src/moc_readonlywarning.cpp
[ 33%] Generating src/moc_walletconfig.cpp
[ 34%] Generating src/moc_walletconfiginput.cpp
[ 34%] Generating src/moc_options.cpp
[ 35%] Generating src/moc_filemanager.cpp
[ 36%] Generating src/moc_mountinfo.cpp
[ 37%] Generating src/moc_securefscreateoptions.cpp
[ 38%] Generating src/moc_cryfscreateoptions.cpp
[ 39%] Generating ui_sirikali.h
[ 40%] Generating ui_keydialog.h
[ 41%] Generating ui_dialogmsg.h
[ 42%] Generating ui_plugin.h
[ 42%] Generating ui_favorites.h
[ 43%] Generating ui_readonlywarning.h
[ 44%] Generating ui_walletconfig.h
[ 45%] Generating ui_walletconfiginput.h
[ 46%] Generating ui_options.h
[ 47%] Generating ui_dialogok.h
[ 48%] Generating ui_help.h
[ 49%] Generating ui_gocryptfscreateoptions.h
[ 50%] Generating ui_filemanager.h
[ 50%] Generating ui_securefscreateoptions.h
[ 51%] Generating ui_cryfscreateoptions.h
[ 52%] Generating ui_configfileoption.h
[ 53%] Generating ui_configoptions.h
Scanning dependencies of target sirikali
[ 54%] Building CXX object CMakeFiles/sirikali.dir/src/moc_configoptions.cpp.o
[ 55%] Building CXX object CMakeFiles/sirikali.dir/src/moc_configfileoption.cpp.o
[ 56%] Building CXX object CMakeFiles/sirikali.dir/src/moc_checkforupdates.cpp.o
[ 56%] Building CXX object CMakeFiles/sirikali.dir/src/moc_dialogok.cpp.o
[ 57%] Building CXX object CMakeFiles/sirikali.dir/src/moc_help.cpp.o
[ 58%] Building CXX object CMakeFiles/sirikali.dir/src/moc_sirikali.cpp.o
[ 59%] Building CXX object CMakeFiles/sirikali.dir/src/moc_keydialog.cpp.o
[ 60%] Building CXX object CMakeFiles/sirikali.dir/src/moc_oneinstance.cpp.o
[ 61%] Building CXX object CMakeFiles/sirikali.dir/src/moc_dialogmsg.cpp.o
[ 62%] Building CXX object CMakeFiles/sirikali.dir/src/moc_plugin.cpp.o
[ 63%] Building CXX object CMakeFiles/sirikali.dir/src/moc_favorites.cpp.o
[ 64%] Building CXX object CMakeFiles/sirikali.dir/src/moc_gocryptfscreateoptions.cpp.o
[ 64%] Building CXX object CMakeFiles/sirikali.dir/src/moc_readonlywarning.cpp.o
[ 65%] Building CXX object CMakeFiles/sirikali.dir/src/moc_walletconfig.cpp.o
[ 66%] Building CXX object CMakeFiles/sirikali.dir/src/moc_walletconfiginput.cpp.o
[ 67%] Building CXX object CMakeFiles/sirikali.dir/src/moc_options.cpp.o
[ 68%] Building CXX object CMakeFiles/sirikali.dir/src/moc_filemanager.cpp.o
[ 69%] Building CXX object CMakeFiles/sirikali.dir/src/moc_mountinfo.cpp.o
[ 70%] Building CXX object CMakeFiles/sirikali.dir/src/moc_securefscreateoptions.cpp.o
[ 71%] Building CXX object CMakeFiles/sirikali.dir/src/moc_cryfscreateoptions.cpp.o
[ 72%] Building CXX object CMakeFiles/sirikali.dir/src/dialogok.cpp.o
[ 72%] Building CXX object CMakeFiles/sirikali.dir/src/main.cpp.o
[ 73%] Building CXX object CMakeFiles/sirikali.dir/src/gocryptfscreateoptions.cpp.o
[ 74%] Building CXX object CMakeFiles/sirikali.dir/src/configoptions.cpp.o
/home/giorgos/TEMPG/SiriKali-1.3.2/src/configoptions.cpp: In lambda function:
/home/giorgos/TEMPG/SiriKali-1.3.2/src/configoptions.cpp:156:5: σφάλμα: δεν ταιριάζει συνάρτηση για την κλήση στο ‘QMenu::addAction(QString, configOptions::configOptions(QWidget*, secrets&, QMenu*, configOptions::functions)::<lambda()>::<lambda()>)’
   } ) ;
     ^
/home/giorgos/TEMPG/SiriKali-1.3.2/src/configoptions.cpp:156:5: σημείωση: candidates are:
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QMenu:1:0,
                 from /home/giorgos/TEMPG/SiriKali-1.3.2/src/configoptions.h:25,
                 from /home/giorgos/TEMPG/SiriKali-1.3.2/src/configoptions.cpp:20:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qmenu.h:88:14: σημείωση: QAction* QMenu::addAction(const QString&)
     QAction *addAction(const QString &text);
              ^
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qmenu.h:88:14: σημείωση:   candidate expects 1 argument, 2 provided
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qmenu.h:89:14: σημείωση: QAction* QMenu::addAction(const QIcon&, const QString&)
     QAction *addAction(const QIcon &icon, const QString &text);
              ^
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qmenu.h:89:14: σημείωση:   no known conversion for argument 1 from ‘QString’ to ‘const QIcon&’
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qmenu.h:90:14: σημείωση: QAction* QMenu::addAction(const QString&, const QObject*, const char*, const QKeySequence&)
     QAction *addAction(const QString &text, const QObject *receiver, const char* member, const QKeySequence &shortcut = 0);
              ^
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qmenu.h:90:14: σημείωση:   candidate expects 4 arguments, 2 provided
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qmenu.h:91:14: σημείωση: QAction* QMenu::addAction(const QIcon&, const QString&, const QObject*, const char*, const QKeySequence&)
     QAction *addAction(const QIcon &icon, const QString &text, const QObject *receiver, const char* member, const QKeySequence &shortcut = 0);
              ^
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qmenu.h:91:14: σημείωση:   candidate expects 5 arguments, 2 provided
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qdialog.h:45:0,
                 from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QDialog:1,
                 from /home/giorgos/TEMPG/SiriKali-1.3.2/src/configoptions.h:23,
                 from /home/giorgos/TEMPG/SiriKali-1.3.2/src/configoptions.cpp:20:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:546:10: σημείωση: void QWidget::addAction(QAction*)
     void addAction(QAction *action);
          ^
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:546:10: σημείωση:   candidate expects 1 argument, 2 provided
/home/giorgos/TEMPG/SiriKali-1.3.2/src/configoptions.cpp:165:5: σφάλμα: δεν ταιριάζει συνάρτηση για την κλήση στο ‘QMenu::addAction(QString, configOptions::configOptions(QWidget*, secrets&, QMenu*, configOptions::functions)::<lambda()>::<lambda()>)’
   } ) ;
     ^
/home/giorgos/TEMPG/SiriKali-1.3.2/src/configoptions.cpp:165:5: σημείωση: candidates are:
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QMenu:1:0,
                 from /home/giorgos/TEMPG/SiriKali-1.3.2/src/configoptions.h:25,
                 from /home/giorgos/TEMPG/SiriKali-1.3.2/src/configoptions.cpp:20:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qmenu.h:88:14: σημείωση: QAction* QMenu::addAction(const QString&)
     QAction *addAction(const QString &text);
              ^
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qmenu.h:88:14: σημείωση:   candidate expects 1 argument, 2 provided
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qmenu.h:89:14: σημείωση: QAction* QMenu::addAction(const QIcon&, const QString&)
     QAction *addAction(const QIcon &icon, const QString &text);
              ^
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qmenu.h:89:14: σημείωση:   no known conversion for argument 1 from ‘QString’ to ‘const QIcon&’
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qmenu.h:90:14: σημείωση: QAction* QMenu::addAction(const QString&, const QObject*, const char*, const QKeySequence&)
     QAction *addAction(const QString &text, const QObject *receiver, const char* member, const QKeySequence &shortcut = 0);
              ^
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qmenu.h:90:14: σημείωση:   candidate expects 4 arguments, 2 provided
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qmenu.h:91:14: σημείωση: QAction* QMenu::addAction(const QIcon&, const QString&, const QObject*, const char*, const QKeySequence&)
     QAction *addAction(const QIcon &icon, const QString &text, const QObject *receiver, const char* member, const QKeySequence &shortcut = 0);
              ^
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qmenu.h:91:14: σημείωση:   candidate expects 5 arguments, 2 provided
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qdialog.h:45:0,
                 from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QDialog:1,
                 from /home/giorgos/TEMPG/SiriKali-1.3.2/src/configoptions.h:23,
                 from /home/giorgos/TEMPG/SiriKali-1.3.2/src/configoptions.cpp:20:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:546:10: σημείωση: void QWidget::addAction(QAction*)
     void addAction(QAction *action);
          ^
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:546:10: σημείωση:   candidate expects 1 argument, 2 provided
/home/giorgos/TEMPG/SiriKali-1.3.2/src/configoptions.cpp:174:5: σφάλμα: δεν ταιριάζει συνάρτηση για την κλήση στο ‘QMenu::addAction(QString, configOptions::configOptions(QWidget*, secrets&, QMenu*, configOptions::functions)::<lambda()>::<lambda()>)’
   } ) ;
     ^
/home/giorgos/TEMPG/SiriKali-1.3.2/src/configoptions.cpp:174:5: σημείωση: candidates are:
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QMenu:1:0,
                 from /home/giorgos/TEMPG/SiriKali-1.3.2/src/configoptions.h:25,
                 from /home/giorgos/TEMPG/SiriKali-1.3.2/src/configoptions.cpp:20:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qmenu.h:88:14: σημείωση: QAction* QMenu::addAction(const QString&)
     QAction *addAction(const QString &text);
              ^
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qmenu.h:88:14: σημείωση:   candidate expects 1 argument, 2 provided
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qmenu.h:89:14: σημείωση: QAction* QMenu::addAction(const QIcon&, const QString&)
     QAction *addAction(const QIcon &icon, const QString &text);
              ^
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qmenu.h:89:14: σημείωση:   no known conversion for argument 1 from ‘QString’ to ‘const QIcon&’
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qmenu.h:90:14: σημείωση: QAction* QMenu::addAction(const QString&, const QObject*, const char*, const QKeySequence&)
     QAction *addAction(const QString &text, const QObject *receiver, const char* member, const QKeySequence &shortcut = 0);
              ^
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qmenu.h:90:14: σημείωση:   candidate expects 4 arguments, 2 provided
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qmenu.h:91:14: σημείωση: QAction* QMenu::addAction(const QIcon&, const QString&, const QObject*, const char*, const QKeySequence&)
     QAction *addAction(const QIcon &icon, const QString &text, const QObject *receiver, const char* member, const QKeySequence &shortcut = 0);
              ^
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qmenu.h:91:14: σημείωση:   candidate expects 5 arguments, 2 provided
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qdialog.h:45:0,
                 from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QDialog:1,
                 from /home/giorgos/TEMPG/SiriKali-1.3.2/src/configoptions.h:23,
                 from /home/giorgos/TEMPG/SiriKali-1.3.2/src/configoptions.cpp:20:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:546:10: σημείωση: void QWidget::addAction(QAction*)
     void addAction(QAction *action);
          ^
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:546:10: σημείωση:   candidate expects 1 argument, 2 provided
/home/giorgos/TEMPG/SiriKali-1.3.2/src/configoptions.cpp:183:5: σφάλμα: δεν ταιριάζει συνάρτηση για την κλήση στο ‘QMenu::addAction(QString, configOptions::configOptions(QWidget*, secrets&, QMenu*, configOptions::functions)::<lambda()>::<lambda()>)’
   } ) ;
     ^
/home/giorgos/TEMPG/SiriKali-1.3.2/src/configoptions.cpp:183:5: σημείωση: candidates are:
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QMenu:1:0,
                 from /home/giorgos/TEMPG/SiriKali-1.3.2/src/configoptions.h:25,
                 from /home/giorgos/TEMPG/SiriKali-1.3.2/src/configoptions.cpp:20:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qmenu.h:88:14: σημείωση: QAction* QMenu::addAction(const QString&)
     QAction *addAction(const QString &text);
              ^
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qmenu.h:88:14: σημείωση:   candidate expects 1 argument, 2 provided
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qmenu.h:89:14: σημείωση: QAction* QMenu::addAction(const QIcon&, const QString&)
     QAction *addAction(const QIcon &icon, const QString &text);
              ^
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qmenu.h:89:14: σημείωση:   no known conversion for argument 1 from ‘QString’ to ‘const QIcon&’
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qmenu.h:90:14: σημείωση: QAction* QMenu::addAction(const QString&, const QObject*, const char*, const QKeySequence&)
     QAction *addAction(const QString &text, const QObject *receiver, const char* member, const QKeySequence &shortcut = 0);
              ^
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qmenu.h:90:14: σημείωση:   candidate expects 4 arguments, 2 provided
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qmenu.h:91:14: σημείωση: QAction* QMenu::addAction(const QIcon&, const QString&, const QObject*, const char*, const QKeySequence&)
     QAction *addAction(const QIcon &icon, const QString &text, const QObject *receiver, const char* member, const QKeySequence &shortcut = 0);
              ^
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qmenu.h:91:14: σημείωση:   candidate expects 5 arguments, 2 provided
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qdialog.h:45:0,
                 from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QDialog:1,
                 from /home/giorgos/TEMPG/SiriKali-1.3.2/src/configoptions.h:23,
                 from /home/giorgos/TEMPG/SiriKali-1.3.2/src/configoptions.cpp:20:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:546:10: σημείωση: void QWidget::addAction(QAction*)
     void addAction(QAction *action);
          ^
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:546:10: σημείωση:   candidate expects 1 argument, 2 provided
CMakeFiles/sirikali.dir/build.make:773: recipe for target 'CMakeFiles/sirikali.dir/src/configoptions.cpp.o' failed
make[2]: *** [CMakeFiles/sirikali.dir/src/configoptions.cpp.o] Error 1
CMakeFiles/Makefile2:70: recipe for target 'CMakeFiles/sirikali.dir/all' failed
make[1]: *** [CMakeFiles/sirikali.dir/all] Error 2
Makefile:127: recipe for target 'all' failed
make: *** [all] Error 2

Any hints?
TIA!
Happy New Year
everyone!!! :-)

OSX: support auto monitoring of mount events

Currently,SiriKali does not support auto monitoring of mount events on OSX and this prevents it from updating its GUI when backends unmount their volumes when inactivity time out is reached. It also prevents SiriKali from auto mounting a favorite list entry when it becomes available.

This is still experimental feature and would appreciate if somebody could test it for me.

The option to enable this feature is set at build time with a cmake option of "-DOSX_AUTOMONITOR=true".

A full cmake argument list may look like:
cmake -DCMAKE_INSTALL_PREFIX=$HOME/sirikali -DQT5=true -DOSX_AUTOMONITOR=true -DCMAKE_BUILD_TYPE=RELEASE . ..

Once the project is build,just run it and try to unlock a volume and then lock it and see if the volume will be added and removed from the GUI respectively.

SiriKali hangs when selecting Key+Keyfile in macOS

When I select the Key+Keyfile option in Sirikali 1.3.0 (macOS 10.12.6) when trying to create a container it just hangs as though it can't open the file selection dialogue (although it works fine for HMAC+Keyfile) and I have to Force quit it.
sirikali key keyfile

Display unmounted favorites in the main window

Navigating to the favorites in Menu -> Favorites and clicking them to mount is hard from a usability point of view. It's very easy to move the mouse outside the menu so that it closes. This site explains this phenomena pretty well:

One of the worse things about hover menus is that they force users to move their mouse through hover tunnels. Hover tunnels are passages that users have to move their mouse through to click an item. Older users who are less tech-savvy will often have trouble doing this. Even tech-savvy users can find it annoying that they have to move their mouse in a confined path.

Hover tunnels make it harder and slower for users to navigate. When a hover menu opens, users can’t move their mouse to the item they want in a straight line. If they do, their mouse will fall off the hover path and close the menu.

But regardless of the nature of and debate concerning hover menus, I think It'd be nice if it was possible to mount a favorite from the main window, since this is a very common action.

Feature Request: auto mount on boot

It would be cool, if SiriKali could be configured to auto-mount file systems on system boot.

For example, SiriKali could have a setting that, when enabled, autostarts SiriKali on system boot. Then, each file system in the favorite list could have a setting whether it should be automounted when SiriKali starts.

Feature Request: Auto mount when getting available

Looking forward for the new auto mount features in the coming versions. I have another auto mount feature request, gnome-encfs-manager has another feature which it should be great to have in Sirikali: if I have for example an USB stick or a portable drive with an encrypted volume on it, it auto mount the volume when I insert the external drive in the computer. In gnome-encfs-manager: "Mount when getting available". It's a whish only for Sirikali which is a great piece of software! Regards.

How to add options to fuse

Not sure if it is the right place ti ask question.
I want to mount a volume with gocryptfs and add option to fuse -o allow_other, on command line I use:

gocryptfs -allow_other dir1 dir2

But I did not find how to di it with the gui, look like configuration file dialog should be the way but I did not find any documentatios on the config file format.

Thanks

Asking for key, although entry in key storage exists

I have a file system in my favorite list and two key storages enabled, Internal and Gnome. Both key stores have an entry for this file system (I also tried it with only one). In this entry, the ciphertext-directory is stored together with the correct key to load the file system.

However, when I click "Favorites -> Mount all", it opens a dialog and asks me for the password. Shouldn't it find the keys in the key storage?

Binary version numbers

I'm very happy that you point us to the site where binary distributions are offered (was waiting for 1.2.4 binary), however would you know why their version numbers are a bit misleading, most recent
sirikali_1.2.3.1487072377.d49c2ab-0_amd64.deb (luckily) contains 1.2.4 inside the .deb.

Thanks

macOS: App hanging if two volumes auto-mounted with ShowMountDialogue on

It seems that Sirikali is trying to open two windows at the same time and just hangs instead of mounting one drive, waiting for user input for the first window then proceeding to mount the second volume and show the second window.
I had to manually disable it in the preferences file to be able to launch the app again.

Error on OSX when making

make -j$(sysctl -n hw.ncpu)

[ 2%] Linking C static library libsecretlib.a
[ 2%] Linking C static library liblxqt-wallet-backend.a
[ 4%] Built target secretlib
[ 4%] Built target lxqt-wallet-backend
Scanning dependencies of target lxqt-wallet
[ 6%] Building CXX object src/3rdParty/lxqt_wallet/frontend/CMakeFiles/lxqt-wallet.dir/lxqt_osx_keychain.cpp.o
[ 6%] Building CXX object src/3rdParty/lxqt_wallet/frontend/CMakeFiles/lxqt-wallet.dir/lxqt_wallet.cpp.o
clang: warning: argument unused during compilation: '-s' [-Wunused-command-line-argument]
clang: warning: argument unused during compilation: '-s' [-Wunused-command-line-argument]
[ 7%] Linking CXX static library liblxqt-wallet.a
[ 18%] Built target lxqt-wallet
[ 18%] Generating src/moc_checkforupdates.cpp
[ 20%] Generating src/moc_sirikali.cpp
[ 20%] Generating src/moc_configoptions.cpp
[ 21%] Generating src/3rdParty/tasks/moc_task.cpp
[ 22%] Generating ui_help.h
Scanning dependencies of target sirikali
[ 23%] Building CXX object CMakeFiles/sirikali.dir/src/moc_configoptions.cpp.o
[ 23%] Building CXX object CMakeFiles/sirikali.dir/src/moc_keydialog.cpp.o
[ 24%] Building CXX object CMakeFiles/sirikali.dir/src/moc_checkforupdates.cpp.o
[ 25%] Building CXX object CMakeFiles/sirikali.dir/src/moc_sirikali.cpp.o
clang: warning: argument unused during compilation: '-s' [-Wunused-command-line-argument]
clang: warning: argument unused during compilation: '-s' [-Wunused-command-line-argument]
clang: warning: argument unused during compilation: '-s' [-Wunused-command-line-argument]
clang: warning: argument unused during compilation: '-s' [-Wunused-command-line-argument]
In file included from /Users/admin/Downloads/sirikali/build/src/moc_configoptions.cpp:9:
In file included from /Users/admin/Downloads/sirikali/build/src/../../src/configoptions.h:23:
In file included from /usr/local/opt/qt5/lib/QtWidgets.framework/Headers/QDialog:1:
In file included from /usr/local/opt/qt5/lib/QtWidgets.framework/Headers/qdialog.h:43:
In file included from /usr/local/opt/qt5/lib/QtWidgets.framework/Headers/qtwidgetsglobal.h:43:
In file included from /usr/local/opt/qt5/lib/QtGui.framework/Headers/qtguiglobal.h:43:
In file included from /usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:45:
/Library/Developer/CommandLineTools/usr/include/c++/v1/type_traits:4007:19: error: invalid application of 'sizeof' to an incomplete type 'void'
static_assert(sizeof(_Tp) > 0, "Type must be complete.");
^~~~~~~~~~~
/Library/Developer/CommandLineTools/usr/include/c++/v1/type_traits:4305:15: note: in instantiation of template class 'std::__1::__check_complete' requested
here
: private __check_complete<_Fp>
^....................

Selecting "Internal Wallet" freezes SiriKali on MacOS for good

Program status is given in #33 (comment)

Symptom: after starting SiriKali, select Menu -> Key Storage -> Internal Wallet. From that point on the app does not respond to anything. Only "Force Quit" option of MacOS can terminate it (analog of Unix kill -9).

It appears that the internal library does not work:

$ cmake -DCMAKE_INSTALL_PREFIX=/opt/local -DQT5=true ..
-- The C compiler identification is AppleClang 8.1.0.8020042
-- The CXX compiler identification is AppleClang 8.1.0.8020042
-- Check for working C compiler: /opt/local/bin/clang
-- Check for working C compiler: /opt/local/bin/clang -- 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: /opt/local/bin/clang++
-- Check for working CXX compiler: /opt/local/bin/clang++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found PkgConfig: /opt/local/bin/pkg-config (found version "0.29.2") 
-- Checking for module 'pwquality'
--   Found pwquality, version 1.3.0
-- found gcrypt header file: /opt/local/include/gcrypt.h
-- found gcrypt library: /opt/local/lib/libgcrypt.dylib
-- adding library search path of: /opt/local/lib
-- Checking for module 'lxqt-wallet'
--   No package 'lxqt-wallet' found
-- ERROR: could not find lxqt_wallet package
-- ---------------------------------------------------------------------------
-- lxqt wallet support will be provided by an internal library
-- ---------------------------------------------------------------------------
-- found gcrypt header file: /opt/local/include/gcrypt.h
-- found gcrypt library: /opt/local/lib/libgcrypt.dylib
-- Checking for module 'libsecret-1'
--   Found libsecret-1, version 0.18.5
-- 
--------------------------------------------------------------------------
-- kwallet support NOT found,will not build kwallet functionality
-- -----------------------------------------------------------------------
-- 
--------------------------------------------------------------------------
-- libsecret support found,will build libsecret functionality
-- -----------------------------------------------------------------------
-- ---------------------------------------------------------------------------
-- Building GUI components using Qt5
-- ---------------------------------------------------------------------------


-- Configuring done
-- Generating done
-- Build files have been written to: /Users/ur20980/src/sirikali/build
$ make 
Scanning dependencies of target secretlib
[  1%] Building C object src/3rdParty/lxqt_wallet/frontend/libsecret/CMakeFiles/secretlib.dir/__/libsecret.c.o
clang: warning: argument unused during compilation: '-s' [-Wunused-command-line-argument]
[  2%] Linking C static library libsecretlib.a
[  2%] Built target secretlib
Scanning dependencies of target lxqt-wallet-backend
[  3%] Building C object src/3rdParty/lxqt_wallet/backend/CMakeFiles/lxqt-wallet-backend.dir/lxqtwallet.c.o
clang: warning: argument unused during compilation: '-s' [-Wunused-command-line-argument]
[  4%] Linking C static library liblxqt-wallet-backend.a
[  4%] Built target lxqt-wallet-backend
[  5%] Generating moc_task.cpp
[  6%] Generating ui_changepassworddialog.h
[  7%] Generating ui_password_dialog.h
[  8%] Generating moc_changepassworddialog.cpp
[  9%] Generating moc_password_dialog.cpp
Scanning dependencies of target lxqt-wallet
[ 10%] Building CXX object src/3rdParty/lxqt_wallet/frontend/CMakeFiles/lxqt-wallet.dir/lxqt_osx_keychain.cpp.o
clang: warning: argument unused during compilation: '-s' [-Wunused-command-line-argument]
[ 12%] Building CXX object src/3rdParty/lxqt_wallet/frontend/CMakeFiles/lxqt-wallet.dir/changepassworddialog.cpp.o
clang: warning: argument unused during compilation: '-s' [-Wunused-command-line-argument]
[ 13%] Building CXX object src/3rdParty/lxqt_wallet/frontend/CMakeFiles/lxqt-wallet.dir/password_dialog.cpp.o
clang: warning: argument unused during compilation: '-s' [-Wunused-command-line-argument]
[ 14%] Building CXX object src/3rdParty/lxqt_wallet/frontend/CMakeFiles/lxqt-wallet.dir/lxqt_internal_wallet.cpp.o
clang: warning: argument unused during compilation: '-s' [-Wunused-command-line-argument]
[ 15%] Building CXX object src/3rdParty/lxqt_wallet/frontend/CMakeFiles/lxqt-wallet.dir/lxqt_wallet.cpp.o
clang: warning: argument unused during compilation: '-s' [-Wunused-command-line-argument]
[ 16%] Building CXX object src/3rdParty/lxqt_wallet/frontend/CMakeFiles/lxqt-wallet.dir/lxqt_libsecret.cpp.o
clang: warning: argument unused during compilation: '-s' [-Wunused-command-line-argument]
[ 17%] Building CXX object src/3rdParty/lxqt_wallet/frontend/CMakeFiles/lxqt-wallet.dir/moc_changepassworddialog.cpp.o
clang: warning: argument unused during compilation: '-s' [-Wunused-command-line-argument]
[ 18%] Building CXX object src/3rdParty/lxqt_wallet/frontend/CMakeFiles/lxqt-wallet.dir/moc_password_dialog.cpp.o
clang: warning: argument unused during compilation: '-s' [-Wunused-command-line-argument]
[ 19%] Building CXX object src/3rdParty/lxqt_wallet/frontend/CMakeFiles/lxqt-wallet.dir/moc_task.cpp.o
clang: warning: argument unused during compilation: '-s' [-Wunused-command-line-argument]
[ 20%] Linking CXX static library liblxqt-wallet.a
[ 20%] Built target lxqt-wallet
[ 21%] Generating qrc_icon.cpp
[ 23%] Generating src/moc_dialogok.cpp
[ 24%] Generating src/moc_sirikali.cpp
[ 25%] Generating src/moc_keydialog.cpp
[ 26%] Generating src/moc_oneinstance.cpp
[ 27%] Generating src/moc_dialogmsg.cpp
[ 28%] Generating src/moc_plugin.cpp
[ 29%] Generating src/moc_favorites.cpp
[ 30%] Generating src/moc_readonlywarning.cpp
[ 31%] Generating src/moc_walletconfig.cpp
[ 32%] Generating src/moc_walletconfiginput.cpp
[ 34%] Generating src/moc_options.cpp
[ 35%] Generating src/moc_networkAccessManager.cpp
[ 36%] Generating src/moc_filemanager.cpp
[ 37%] Generating src/moc_mountinfo.cpp
[ 38%] Generating src/moc_securefscreateoptions.cpp
[ 39%] Generating src/moc_cryfscreateoptions.cpp
[ 40%] Generating src/3rdParty/tasks/moc_task.cpp
[ 41%] Generating ui_sirikali.h
[ 42%] Generating ui_keydialog.h
[ 43%] Generating ui_dialogmsg.h
[ 45%] Generating ui_plugin.h
[ 46%] Generating ui_favorites.h
[ 47%] Generating ui_readonlywarning.h
[ 48%] Generating ui_walletconfig.h
[ 49%] Generating ui_walletconfiginput.h
[ 50%] Generating ui_options.h
[ 51%] Generating ui_dialogok.h
[ 52%] Generating ui_filemanager.h
[ 53%] Generating ui_securefscreateoptions.h
[ 54%] Generating ui_cryfscreateoptions.h
Scanning dependencies of target sirikali
[ 56%] Building CXX object CMakeFiles/sirikali.dir/src/moc_dialogok.cpp.o
clang: warning: argument unused during compilation: '-s' [-Wunused-command-line-argument]
[ 57%] Building CXX object CMakeFiles/sirikali.dir/src/moc_sirikali.cpp.o
clang: warning: argument unused during compilation: '-s' [-Wunused-command-line-argument]
[ 58%] Building CXX object CMakeFiles/sirikali.dir/src/moc_keydialog.cpp.o
clang: warning: argument unused during compilation: '-s' [-Wunused-command-line-argument]
[ 59%] Building CXX object CMakeFiles/sirikali.dir/src/moc_oneinstance.cpp.o
clang: warning: argument unused during compilation: '-s' [-Wunused-command-line-argument]
[ 60%] Building CXX object CMakeFiles/sirikali.dir/src/moc_dialogmsg.cpp.o
clang: warning: argument unused during compilation: '-s' [-Wunused-command-line-argument]
[ 61%] Building CXX object CMakeFiles/sirikali.dir/src/moc_plugin.cpp.o
clang: warning: argument unused during compilation: '-s' [-Wunused-command-line-argument]
[ 62%] Building CXX object CMakeFiles/sirikali.dir/src/moc_favorites.cpp.o
clang: warning: argument unused during compilation: '-s' [-Wunused-command-line-argument]
[ 63%] Building CXX object CMakeFiles/sirikali.dir/src/moc_readonlywarning.cpp.o
clang: warning: argument unused during compilation: '-s' [-Wunused-command-line-argument]
[ 64%] Building CXX object CMakeFiles/sirikali.dir/src/moc_walletconfig.cpp.o
clang: warning: argument unused during compilation: '-s' [-Wunused-command-line-argument]
[ 65%] Building CXX object CMakeFiles/sirikali.dir/src/moc_walletconfiginput.cpp.o
clang: warning: argument unused during compilation: '-s' [-Wunused-command-line-argument]
[ 67%] Building CXX object CMakeFiles/sirikali.dir/src/moc_options.cpp.o
clang: warning: argument unused during compilation: '-s' [-Wunused-command-line-argument]
[ 68%] Building CXX object CMakeFiles/sirikali.dir/src/moc_networkAccessManager.cpp.o
clang: warning: argument unused during compilation: '-s' [-Wunused-command-line-argument]
[ 69%] Building CXX object CMakeFiles/sirikali.dir/src/moc_filemanager.cpp.o
clang: warning: argument unused during compilation: '-s' [-Wunused-command-line-argument]
[ 70%] Building CXX object CMakeFiles/sirikali.dir/src/moc_mountinfo.cpp.o
clang: warning: argument unused during compilation: '-s' [-Wunused-command-line-argument]
[ 71%] Building CXX object CMakeFiles/sirikali.dir/src/moc_securefscreateoptions.cpp.o
clang: warning: argument unused during compilation: '-s' [-Wunused-command-line-argument]
[ 72%] Building CXX object CMakeFiles/sirikali.dir/src/moc_cryfscreateoptions.cpp.o
clang: warning: argument unused during compilation: '-s' [-Wunused-command-line-argument]
[ 73%] Building CXX object CMakeFiles/sirikali.dir/src/3rdParty/tasks/moc_task.cpp.o
clang: warning: argument unused during compilation: '-s' [-Wunused-command-line-argument]
[ 74%] Building CXX object CMakeFiles/sirikali.dir/src/dialogok.cpp.o
clang: warning: argument unused during compilation: '-s' [-Wunused-command-line-argument]
[ 75%] Building CXX object CMakeFiles/sirikali.dir/src/main.cpp.o
clang: warning: argument unused during compilation: '-s' [-Wunused-command-line-argument]
[ 76%] Building CXX object CMakeFiles/sirikali.dir/src/sirikali.cpp.o
clang: warning: argument unused during compilation: '-s' [-Wunused-command-line-argument]
[ 78%] Building CXX object CMakeFiles/sirikali.dir/src/keydialog.cpp.o
clang: warning: argument unused during compilation: '-s' [-Wunused-command-line-argument]
[ 79%] Building CXX object CMakeFiles/sirikali.dir/src/siritask.cpp.o
clang: warning: argument unused during compilation: '-s' [-Wunused-command-line-argument]
[ 80%] Building CXX object CMakeFiles/sirikali.dir/src/oneinstance.cpp.o
clang: warning: argument unused during compilation: '-s' [-Wunused-command-line-argument]
[ 81%] Building CXX object CMakeFiles/sirikali.dir/src/mountinfo.cpp.o
clang: warning: argument unused during compilation: '-s' [-Wunused-command-line-argument]
[ 82%] Building CXX object CMakeFiles/sirikali.dir/src/utility.cpp.o
clang: warning: argument unused during compilation: '-s' [-Wunused-command-line-argument]
[ 83%] Building CXX object CMakeFiles/sirikali.dir/src/dialogmsg.cpp.o
clang: warning: argument unused during compilation: '-s' [-Wunused-command-line-argument]
[ 84%] Building CXX object CMakeFiles/sirikali.dir/src/favorites.cpp.o
clang: warning: argument unused during compilation: '-s' [-Wunused-command-line-argument]
[ 85%] Building CXX object CMakeFiles/sirikali.dir/src/checkforupdates.cpp.o
clang: warning: argument unused during compilation: '-s' [-Wunused-command-line-argument]
[ 86%] Building CXX object CMakeFiles/sirikali.dir/src/plugin.cpp.o
clang: warning: argument unused during compilation: '-s' [-Wunused-command-line-argument]
[ 87%] Building CXX object CMakeFiles/sirikali.dir/src/tablewidget.cpp.o
clang: warning: argument unused during compilation: '-s' [-Wunused-command-line-argument]
[ 89%] Building CXX object CMakeFiles/sirikali.dir/src/readonlywarning.cpp.o
clang: warning: argument unused during compilation: '-s' [-Wunused-command-line-argument]
[ 90%] Building CXX object CMakeFiles/sirikali.dir/src/walletconfig.cpp.o
clang: warning: argument unused during compilation: '-s' [-Wunused-command-line-argument]
[ 91%] Building CXX object CMakeFiles/sirikali.dir/src/walletconfiginput.cpp.o
clang: warning: argument unused during compilation: '-s' [-Wunused-command-line-argument]
[ 92%] Building CXX object CMakeFiles/sirikali.dir/src/options.cpp.o
clang: warning: argument unused during compilation: '-s' [-Wunused-command-line-argument]
[ 93%] Building CXX object CMakeFiles/sirikali.dir/src/secrets.cpp.o
clang: warning: argument unused during compilation: '-s' [-Wunused-command-line-argument]
[ 94%] Building CXX object CMakeFiles/sirikali.dir/src/filemanager.cpp.o
clang: warning: argument unused during compilation: '-s' [-Wunused-command-line-argument]
[ 95%] Building CXX object CMakeFiles/sirikali.dir/src/securefscreateoptions.cpp.o
clang: warning: argument unused during compilation: '-s' [-Wunused-command-line-argument]
[ 96%] Building CXX object CMakeFiles/sirikali.dir/src/cryfscreateoptions.cpp.o
clang: warning: argument unused during compilation: '-s' [-Wunused-command-line-argument]
[ 97%] Building CXX object CMakeFiles/sirikali.dir/src/utility2.cpp.o
clang: warning: argument unused during compilation: '-s' [-Wunused-command-line-argument]
[ 98%] Building CXX object CMakeFiles/sirikali.dir/qrc_icon.cpp.o
clang: warning: argument unused during compilation: '-s' [-Wunused-command-line-argument]
[100%] Linking CXX executable sirikali.app/Contents/MacOS/sirikali
[100%] Built target sirikali
$ open sirikali.app
$ open sirikali.app
$ open sirikali.app
$ make install
[  2%] Built target secretlib
[  4%] Built target lxqt-wallet-backend
[ 20%] Built target lxqt-wallet
[100%] Built target sirikali

Selecting OSX Keychain seems to work. Selecting Gnome Wallet does not work, but does not produce any undesirable effects (like hang-ups or crashes) either. Though the build does not seem to realize that Gnome Wallet is not available, so there's no point in enabling it, or allowing it to be selected.

Personally, I'm not sure whether it's worth spending your time on debugging the internal wallet library on MacOS, given that OSX KeyChain plugin thankfully appears to work fine. But if it doesn't cost you a ton of time and blood, it might be good to get it working, just in case.

macOS: changing file manager

What format should I use in the settings to replace Finder with Path Finder?
If I use just the application name with its path, Sirikali opens a new instance of Path Finder (rather weird, first time I see another instance of an app launched instead of opening an already running application), if I use /usr/bin/open "/Applications/Path Finder.app" (as e.g. /usr/bin/open "/Applications/Path Finder.app" ~ from the terminal would open ~ Home Path in Path Finder), hoping Sirikali would add path to the new volume, it doesn't work either.

Stop being brew-exclusive on OS X

Your current OSX_BUILD_INSTRUCTIONS makes it appear as if you can only build SiriKali if you install brew. That's plain wrong.

Instead it should say what packages are required, and that they may be installed via brew, Macports, or manually - and SiriKali needs to be informed of the location where those packages are.

For example, I successfully built and ran the current SiriKali using Macports-installed packages.

OSX: Sirikali window is not visible in Mission Control

The macOS Mission Control is like Ubuntu's super+w, it's a way to display all open windows at the same time. However, Sirikali doesn't appear in Mission Control:

apr -04-2017 10-15-50

As you can see the Sirikali window just fades away when you open Mission Control. When you close mission control the Sirikali window re-appears for a split second before losing focus to the application below it.

How to mount volume created in SiriKali from command line?

So as the title says, however I'm interested when the option of Key+KeyFile are used to create the volume. Does cryfs, securefs, gocryptfs, encfs or ecrypts support Key+KeyFile?

If a volume was created with SiriKali and Key+KeyFile can it be mounted with something else?

Doesn't automount when key is in Gnome Wallet

I created a volume (with an external config file, if that makes a difference), added it to my favorites and set it to auto-mount. I also enabled auto-mounting of favorites. Then I added the key to the gnome wallet. The gnome wallet is open. But still, when I start SiriKali, it didn't mount the volume but just (silently) fails.

Then, I added the key to the internal wallet. And next time I started SiriKali, it mounted the volume. Seems it has problems accessing my Gnome Wallet in auto mount.

Create Filesystem with Specified Configuration File

When creating a file system and clicking on "options", the dialog only allows choosing existing files as a configuration file. However, I'm trying to create a file system, so the configuration file doesn't exist yet and would be created with the file system.

Custom mount options

Is there a way to provide custom options to execute during mounting filesystem?

For example I would like to use -allow_other option for mount gocryptfs filesystem and I don't see how to do it.

Update to cryfs 0.9.7 : Error Backend not responding

I've updated cryfs to version 0.9.7 (I was on 0.9.6) My volume is encrypted with key + keyfile.
Now I get the message:
Failed to complete the task. Backend not responding.
Only thing that worked was downgrading cryfs to 0.9.6

MACOS: Refresh feature sometimes fails to work

The problem as described in the heading is reported in this SiriKali[1] review.

Will appreciate some help from macos users of SiriKali in troubleshooting this problem since i dont have a mac.

If you look at the video review,you will see the UI did not update after a volume was mounted. The code that is responsible for the monitoring mount events in maxos is here[2] and i do not know if "diskutil activity" failed to register the activity or it did but SiriKali failed to notice it, or SiriKali noticed it but failed to send notify the UI.

First thing to report is output of "diskutil activity" command when a volume is first mounted and then unmounted.

[1] http://macdownload.informer.com/sirikali/

[2]

void mountinfo::osxMonitor()

OSX: SiriKali built with QT5 crashes on exit

It crashes on exit - otherwise sirikali runs fine. Here's the backtrace:

Process:               sirikali [355]
Path:                  /opt/local/share/sirikali.app/Contents/MacOS/sirikali
Identifier:            com.crypto.SiriKali
Version:               1.2.8 (1.2.8)
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           sirikali [355]
User ID:               501

Date/Time:             2017-07-04 00:50:44.777 -0400
OS Version:            Mac OS X 10.12.5 (16F73)
Report Version:        12
Anonymous UUID:        B3544DF6-AE65-3AD0-0E52-DD6C16797F5A

Sleep/Wake UUID:       ABAC80BA-35E4-4B7D-A0B8-F6B43EEFE5ED

Time Awake Since Boot: 570000 seconds
Time Since Wake:       5000 seconds

System Integrity Protection: enabled

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

Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
Exception Codes:       EXC_I386_GPFLT
Exception Note:        EXC_CORPSE_NOTIFY

Termination Signal:    Segmentation fault: 11
Termination Reason:    Namespace SIGNAL, Code 0xb
Terminating Process:   exc handler [0]

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   org.qt-project.QtCore         	0x00000001060a0a68 QEventLoop::exit(int) + 8
1   com.crypto.SiriKali           	0x00000001051cd729 Task::ThreadHelper<bool>::~ThreadHelper() + 105
2   com.crypto.SiriKali           	0x00000001051ccc4c Task::ThreadHelper<bool>::~ThreadHelper() + 28
3   org.qt-project.QtCore         	0x00000001060cce42 QObject::event(QEvent*) + 146
4   org.qt-project.QtCore         	0x0000000105ee9b9f QThread::event(QEvent*) + 143
5   org.qt-project.QtWidgets      	0x00000001054eb1d2 QApplicationPrivate::notify_helper(QObject*, QEvent*) + 306
6   org.qt-project.QtWidgets      	0x00000001054ec528 QApplication::notify(QObject*, QEvent*) + 360
7   org.qt-project.QtCore         	0x00000001060a444f QCoreApplication::notifyInternal2(QObject*, QEvent*) + 159
8   org.qt-project.QtCore         	0x00000001060a5492 QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) + 850
9   org.qt-project.QtCore         	0x00000001060a4b5e QCoreApplication::exec() + 430
10  com.crypto.SiriKali           	0x00000001051aacd4 sirikali::start(QApplication&) + 356
11  com.crypto.SiriKali           	0x00000001051a331d main + 253
12  libdyld.dylib                 	0x00007fffd7f26235 start + 1

Thread 1:: com.apple.NSEventThread
0   libsystem_kernel.dylib        	0x00007fffd804d34a mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fffd804c797 mach_msg + 55
2   com.apple.CoreFoundation      	0x00007fffc27ad434 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation      	0x00007fffc27ac8c1 __CFRunLoopRun + 1361
4   com.apple.CoreFoundation      	0x00007fffc27ac114 CFRunLoopRunSpecific + 420
5   com.apple.AppKit              	0x00007fffc03f3f02 _NSEventThread + 205
6   libsystem_pthread.dylib       	0x00007fffd813f93b _pthread_body + 180
7   libsystem_pthread.dylib       	0x00007fffd813f887 _pthread_start + 286
8   libsystem_pthread.dylib       	0x00007fffd813f08d thread_start + 13

Thread 2:: com.apple.CFSocket.private
0   libsystem_kernel.dylib        	0x00007fffd8054eb6 __select + 10
1   com.apple.CoreFoundation      	0x00007fffc27e866a __CFSocketManager + 682
2   libsystem_pthread.dylib       	0x00007fffd813f93b _pthread_body + 180
3   libsystem_pthread.dylib       	0x00007fffd813f887 _pthread_start + 286
4   libsystem_pthread.dylib       	0x00007fffd813f08d thread_start + 13

Thread 3:
0   libsystem_kernel.dylib        	0x00007fffd805544e __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fffd813f48e _pthread_wqthread + 1023
2   libsystem_pthread.dylib       	0x00007fffd813f07d start_wqthread + 13

Thread 4:: Dispatch queue: NSCGSDisableUpdates
0   libsystem_kernel.dylib        	0x00007fffd804d34a mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fffd804c797 mach_msg + 55
2   com.apple.SkyLight            	0x00007fffd423edb3 _CGSReenableUpdateForConnectionSync + 99
3   com.apple.SkyLight            	0x00007fffd438b52e CGSUpdateManager::enable_update(unsigned long long) + 532
4   libdispatch.dylib             	0x00007fffd7ef9524 _dispatch_call_block_and_release + 12
5   libdispatch.dylib             	0x00007fffd7ef08fc _dispatch_client_callout + 8
6   libdispatch.dylib             	0x00007fffd7f069a0 _dispatch_queue_serial_drain + 896
7   libdispatch.dylib             	0x00007fffd7ef9306 _dispatch_queue_invoke + 1046
8   libdispatch.dylib             	0x00007fffd7eff020 _dispatch_queue_override_invoke + 369
9   libdispatch.dylib             	0x00007fffd7ef26b5 _dispatch_root_queue_drain + 476
10  libdispatch.dylib             	0x00007fffd7ef248c _dispatch_worker_thread3 + 99
11  libsystem_pthread.dylib       	0x00007fffd813f5a2 _pthread_wqthread + 1299
12  libsystem_pthread.dylib       	0x00007fffd813f07d start_wqthread + 13

Thread 5:
0   libsystem_kernel.dylib        	0x00007fffd805544e __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fffd813f621 _pthread_wqthread + 1426
2   libsystem_pthread.dylib       	0x00007fffd813f07d start_wqthread + 13

Thread 6:
0   libsystem_kernel.dylib        	0x00007fffd805544e __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fffd813f48e _pthread_wqthread + 1023
2   libsystem_pthread.dylib       	0x00007fffd813f07d start_wqthread + 13

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x107379211bca00d4  rbx: 0x00007ff3e9694bb0  rcx: 0x00007fff5aa5edcf  rdx: 0x00000001060cd1c8
  rdi: 0x00007fff5aa5edd0  rsi: 0x0000000000000000  rbp: 0x00007fff5aa65710  rsp: 0x00007fff5aa65710
   r8: 0x00007ff3e995ca18   r9: 0x00007ff3e995ca20  r10: 0x00007ff3e995ca00  r11: 0x0000000000001000
  r12: 0x00007ff3e9694bb0  r13: 0x00007ff3e9400800  r14: 0x00007ff3e9694bf0  r15: 0x00007ff3e9400800
  rip: 0x00000001060a0a68  rfl: 0x0000000000010202  cr2: 0x00007ff3e9694bb0
  
Logical CPU:     1
Error Code:      0x00000000
Trap Number:     13


Binary Images:
       0x105199000 -        0x10525dff7 +com.crypto.SiriKali (1.2.8 - 1.2.8) <76F915C2-6E50-36EA-BC0B-820D81C3D26A> /opt/local/share/sirikali.app/Contents/MacOS/sirikali
       0x105300000 -        0x1053dfff7 +org.qt-project.QtNetwork (5.7 - 5.7.1) <F4B47B1B-B1DA-3FDD-BBD1-CB66640E3C18> /opt/local/libexec/*/QtNetwork.framework/Versions/5/QtNetwork
       0x105428000 -        0x10542cff3 +libpwquality.1.dylib (0) <4F5BD313-11C9-3CE6-B44D-313ECE3674E5> /opt/local/lib/libpwquality.1.dylib
       0x10542f000 -        0x1054bcffb +libgcrypt.20.dylib (0) <C2A3BE60-FF17-31A9-B4BE-4AC8D181F1E7> /opt/local/lib/libgcrypt.20.dylib
       0x1054d9000 -        0x105929fff +org.qt-project.QtWidgets (5.7 - 5.7.1) <2CC358D5-15BA-357E-B17D-53C530A79101> /opt/local/libexec/*/QtWidgets.framework/Versions/5/QtWidgets
       0x105a86000 -        0x105dd7fef +org.qt-project.QtGui (5.7 - 5.7.1) <F32DA849-932D-39F1-AC3A-62601AAEA1C7> /opt/local/libexec/*/QtGui.framework/Versions/5/QtGui
       0x105ec2000 -        0x10629affb +org.qt-project.QtCore (5.7 - 5.7.1) <07275CC7-8280-3E0F-AF51-B1DF3348FE97> /opt/local/libexec/*/QtCore.framework/Versions/5/QtCore
       0x10634f000 -        0x10637fffb +libsecret-1.0.dylib (0) <07CD0EC6-5C3C-34E2-A57C-6A8432A72A43> /opt/local/lib/libsecret-1.0.dylib
       0x1063b5000 -        0x1064b3ff7 +libgio-2.0.0.dylib (0) <14777AD1-E186-3AE7-BA22-77B4A17EFEFD> /opt/local/lib/libgio-2.0.0.dylib
       0x10652a000 -        0x10655bff7 +libgobject-2.0.0.dylib (0) <EB90C092-0BD3-3FC9-881E-72D89C305B10> /opt/local/lib/libgobject-2.0.0.dylib
       0x10656f000 -        0x106637fff +libglib-2.0.0.dylib (0) <84EA5EB0-E4BE-3F39-86E8-5A8A8C8A21A1> /opt/local/lib/libglib-2.0.0.dylib
       0x106663000 -        0x10666bff3 +libintl.8.dylib (0) <34C7A792-8F97-3B47-BE05-892044CF0A65> /opt/local/lib/libintl.8.dylib
       0x106674000 -        0x106684ffb +libz.1.dylib (0) <59C83AE6-76F4-3E33-8DA8-B1C7AFA4E20E> /opt/local/lib/libz.1.dylib
       0x106688000 -        0x1066d1ff7 +libssl.1.0.0.dylib (0) <0D0BED58-658B-37A4-A9EA-C35BA07F973A> /opt/local/lib/libssl.1.0.0.dylib
       0x1066f6000 -        0x106879437 +libcrypto.1.0.0.dylib (0) <777E96D9-D804-3754-A100-B4623CF5EA05> /opt/local/lib/libcrypto.1.0.0.dylib
       0x1068f8000 -        0x106a4fffb +libicui18n.58.dylib (0) <13E0DEC9-864E-3035-A04D-D4DD6D234AAE> /opt/local/lib/libicui18n.58.dylib
       0x106b34000 -        0x106c33ff7 +libicuuc.58.dylib (0) <599871F1-9CA0-3280-AE67-0B0FCBF7FFDE> /opt/local/lib/libicuuc.58.dylib
       0x106ca0000 -        0x10859ffff +libicudata.58.dylib (0) <A13D3C91-A9A2-329A-97D3-CD170B2A16C5> /opt/local/lib/libicudata.58.dylib
       0x1085a1000 -        0x1085fffff +libpcre16.0.dylib (0) <9554082B-209E-3EF8-85FE-AF418700B392> /opt/local/lib/libpcre16.0.dylib
       0x108609000 -        0x10860cfff +libgthread-2.0.0.dylib (0) <C891AE77-7437-35C4-8036-9DF71E84B8AD> /opt/local/lib/libgthread-2.0.0.dylib
       0x108611000 -        0x108706ff7 +libiconv.2.dylib (0) <455FEED2-6E0D-3401-B482-886C3489F9EC> /opt/local/lib/libiconv.2.dylib
       0x108717000 -        0x10877effb +libpcre.1.dylib (0) <2D670BD5-5AF4-37EC-AAF3-E3CBD955D462> /opt/local/lib/libpcre.1.dylib
       0x108784000 -        0x10878afff +libcrack.2.dylib (0) <F3DFA66A-60A6-3804-8243-455FAF51FCE8> /opt/local/lib/libcrack.2.dylib
       0x108795000 -        0x1087a2ffb +libgpg-error.0.dylib (0) <9E21A2EF-D131-3752-9541-8D578273A0F0> /opt/local/lib/libgpg-error.0.dylib
       0x1087ae000 -        0x108815ffb +libharfbuzz.0.dylib (0) <E370D17F-2123-35DD-9331-0F5C2567D4F4> /opt/local/lib/libharfbuzz.0.dylib
       0x108833000 -        0x108856ffb +libpng16.16.dylib (0) <4F6353F2-D235-32DD-93F9-331E48243A5B> /opt/local/lib/libpng16.16.dylib
       0x108860000 -        0x1088ddffb +libfreetype.6.dylib (0) <16118026-993F-3EE2-BBA4-A0293CAB4C20> /opt/local/lib/libfreetype.6.dylib
       0x1088fb000 -        0x108917ff3 +libgraphite2.3.dylib (0) <779F3D92-4746-3C22-9A42-A679B6B7EFED> /opt/local/lib/libgraphite2.3.dylib
       0x108928000 -        0x108939ff7 +libbz2.1.0.dylib (0) <41142963-7245-3191-BBA7-A9B029742522> /opt/local/lib/libbz2.1.0.dylib
       0x108943000 -        0x108947ff7 +libffi.6.dylib (0) <E26DDFF3-7498-3895-B705-76E93F2B8F3F> /opt/local/lib/libffi.6.dylib
       0x10894c000 -        0x108950fff +libgmodule-2.0.0.dylib (0) <040EBC5E-58B1-3C02-B6FD-4AAF0C9A554D> /opt/local/lib/libgmodule-2.0.0.dylib
       0x10a302000 -        0x10a3a0ffb +libqcocoa.dylib (0) <47F78398-D094-321B-A61F-5ABDC07BB86F> /opt/local/libexec/*/libqcocoa.dylib
       0x10a3df000 -        0x10a40cff7 +libfontconfig.1.dylib (0) <FB3F8815-1BF0-36A2-BA40-9245FBFC605A> /opt/local/lib/libfontconfig.1.dylib
       0x10a41c000 -        0x10a447ff7 +org.qt-project.QtPrintSupport (5.7 - 5.7.1) <D88B4B33-B031-3814-A745-0C724AB0FD4D> /opt/local/libexec/*/QtPrintSupport.framework/Versions/5/QtPrintSupport
       0x10a468000 -        0x10a481ff3 +libexpat.1.dylib (0) <BE682EBD-0230-35BA-8D49-E675DDE39C24> /opt/local/lib/libexpat.1.dylib
       0x10a488000 -        0x10a49fffb  libCGInterfaces.dylib (331.5) <17109679-A284-3C72-AA60-DBA815D3062B> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
       0x10aa54000 -        0x10aa5afff +libqgif.dylib (0) <105D7565-61B0-3A68-9665-E1C01033BDA9> /opt/local/libexec/*/libqgif.dylib
       0x10aaa1000 -        0x10aaa6fff +libqico.dylib (0) <BFD6C201-C1B4-3F5A-AEB0-605DB44FA489> /opt/local/libexec/*/libqico.dylib
       0x10aaae000 -        0x10aad8fff  GLRendererFloat (14.0.16) <8D11C08E-8249-38DB-9856-BFC01EEDE0CB> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat
       0x10ab6d000 -        0x10ab71fff  libFontRegistryUI.dylib (196.4) <4EEE5715-A024-3A4B-BF0E-D55325B8E129> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Resources/libFontRegistryUI.dylib
       0x10d16d000 -        0x10d313fff  GLEngine (14.0.16) <1999FBF9-0B82-34B1-8876-87B4F82101BB> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
       0x10d352000 -        0x10d8adff7  com.apple.driver.AppleIntelHD5000GraphicsGLDriver (10.25.13 - 10.2.5) <2C0CF883-843A-3CCF-BE6C-2AA7DE5F4E61> /System/Library/Extensions/AppleIntelHD5000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsGLDriver
       0x10dac0000 -        0x10db38ff7  com.apple.driver.AppleIntelHD5000GraphicsMTLDriver (10.25.13 - 10.2.5) <77FF34DB-2688-393A-BBBA-456DF3834B7F> /System/Library/Extensions/AppleIntelHD5000GraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsMTLDriver
       0x10dc6a000 -        0x10dc71ff7 +libqjpeg.dylib (0) <1D80DF8B-0A4F-3481-AFC0-578F0171110D> /opt/local/libexec/*/libqjpeg.dylib
       0x10de9f000 -        0x10decbff3 +libjpeg.9.dylib (0) <252D7EA9-5071-3C24-B3BE-88CD58FFBBB6> /opt/local/lib/libjpeg.9.dylib
       0x10ded2000 -        0x10ded7ff7 +libqsvg.dylib (0) <06575B9F-A8CD-3EFC-8EF5-A37B1D1213C8> /opt/local/libexec/*/libqsvg.dylib
       0x10dedc000 -        0x10df10fff +org.qt-project.QtSvg (5.7 - 5.7.1) <C2EA8FEB-9344-3654-A795-177FF50FC5C1> /opt/local/libexec/*/QtSvg.framework/Versions/5/QtSvg
       0x10ef37000 -        0x10ef51ff7  com.apple.security.csparser (3.0 - 57740.60.18) <119893A8-D878-3AF2-BA3C-F70D5C6E6950> /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/csparser
       0x1121df000 -        0x11221cdc7  dyld (433.5) <322C06B7-8878-311D-888C-C8FD2CA96FF3> /usr/lib/dyld
    0x7fffbd3d7000 -     0x7fffbd71cff7  com.apple.RawCamera.bundle (7.03 - 912) <1476F375-6C4B-382A-ABDB-99B7DCBF4F6D> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fffbef4e000 -     0x7fffbef52ffb  com.apple.agl (3.3.1 - AGL-3.3.1) <752FDB92-EF67-3D04-BF40-A352BF1075CF> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x7fffbef53000 -     0x7fffbf114fff  com.apple.avfoundation (2.0 - 1187.36) <8C7813BE-B548-33E3-A61E-FF1F1984386A> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x7fffbf115000 -     0x7fffbf1b7ff7  com.apple.audio.AVFAudio (1.0 - ???) <7997D588-B542-3EBB-B822-D719C1114BB4> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Frameworks/AVFAudio.framework/Versions/A/AVFAudio
    0x7fffbf282000 -     0x7fffbf282fff  com.apple.Accelerate (1.11 - Accelerate 1.11) <916E360F-323C-3AE1-AB3D-D1F3B284AEE9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fffbf29b000 -     0x7fffbf7b4feb  com.apple.vImage (8.1 - ???) <B58A7937-BEE2-38FE-87F4-5D5F40D31DC9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fffbf7b5000 -     0x7fffbf926ff3  libBLAS.dylib (1185.50.4) <4087FFE0-627E-3623-96B4-F0A9A1991E09> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fffbf927000 -     0x7fffbf93bffb  libBNNS.dylib (15) <254698C7-7D36-3FFF-864E-ADEEEE543076> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
    0x7fffbf93c000 -     0x7fffbfd32fef  libLAPACK.dylib (1185.50.4) <C35FFB2F-A0E6-3903-8A3C-113A74BCBCA2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fffbfd33000 -     0x7fffbfd49fff  libLinearAlgebra.dylib (1185.50.4) <345CAACF-7263-36EF-B69B-793EA8B390AF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fffbfd4a000 -     0x7fffbfd50fff  libQuadrature.dylib (3) <EF56C8E6-DE22-3C69-B543-A8648F335FDD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
    0x7fffbfd51000 -     0x7fffbfd65ff7  libSparseBLAS.dylib (1185.50.4) <67BA432E-FB59-3C78-A8BE-ED4274CBC359> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fffbfd66000 -     0x7fffbfeedfe7  libvDSP.dylib (600.60.1) <4155F45B-41CD-3782-AE8F-7AE740FD83C3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fffbfeee000 -     0x7fffbffa0fff  libvMisc.dylib (600.60.1) <98F27D2D-E5DD-38EF-8747-0C4DE821A23D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fffbffa1000 -     0x7fffbffa1fff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <7C5733E7-0568-3E7D-AF61-160F19FED544> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fffbffa2000 -     0x7fffbffdfffb  com.apple.Accounts (113 - 113) <8550BD08-7D05-3AC4-A0CC-B67ECB2DE950> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
    0x7fffbffe0000 -     0x7fffc025fff7  com.apple.AddressBook.framework (10.0 - 1756.20) <EF74B8FF-3AFE-3336-82B0-02792B17406C> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x7fffc0260000 -     0x7fffc1039ff3  com.apple.AppKit (6.9 - 1504.83.101) <EC7BD195-F9E1-3E43-820A-5FDD0B2B0B67> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fffc104b000 -     0x7fffc104bfff  com.apple.ApplicationServices (48 - 48) <4C71CBA8-47E4-38BF-BE3B-F20DF8667D5D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fffc104c000 -     0x7fffc10baff7  com.apple.ApplicationServices.ATS (377 - 422.2) <A31D17BE-F747-39FB-9A84-5F2F8891204C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fffc1154000 -     0x7fffc1283ff7  libFontParser.dylib (194.12) <73C3946D-EF92-3AC1-89C3-0E75B2A85325> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fffc1284000 -     0x7fffc12cefff  libFontRegistry.dylib (196.4) <EA96AE47-3369-3DEA-BB82-98348ADBD85B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fffc132b000 -     0x7fffc135efff  libTrueTypeScaler.dylib (194.12) <8944A23A-EE36-3657-9B4F-933231C8FDEC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fffc13cb000 -     0x7fffc1475ff7  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
    0x7fffc1476000 -     0x7fffc14c7fff  com.apple.HIServices (1.22 - 592.1) <7353E76E-9A3A-3693-87AF-41953585E024> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fffc14c8000 -     0x7fffc14d7ff3  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
    0x7fffc14d8000 -     0x7fffc1525fff  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
    0x7fffc1526000 -     0x7fffc1561fff  com.apple.QD (3.12 - 313) <B339C41D-8CDF-3342-8414-F9717DCCADD4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fffc1562000 -     0x7fffc156dfff  com.apple.speech.synthesis.framework (6.6.2 - 6.6.2) <7853EFF4-62B9-394E-B7B8-41A645656820> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fffc156e000 -     0x7fffc177afff  com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <91D2BA22-B168-3A9A-9008-6FFC5A8FDC1E> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fffc177b000 -     0x7fffc177bfff  com.apple.audio.units.AudioUnit (1.14 - 1.14) <8C0153FD-FEFF-309C-AACD-BF9657A31F8E> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fffc18e4000 -     0x7fffc1cbefff  com.apple.CFNetwork (811.5.4 - 811.5.4) <4DBF8932-6286-3B23-87D9-63615B9958D9> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fffc1cd8000 -     0x7fffc1cd8fff  com.apple.Carbon (154 - 157) <69F403C7-F0CB-34E6-89B0-235CF4978C17> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fffc1cd9000 -     0x7fffc1cdcfff  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
    0x7fffc1cdd000 -     0x7fffc1fe6fff  com.apple.HIToolbox (2.1.1 - 857.8) <CAB143FE-AEAF-3EDE-AD7B-C04E1B7C5615> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fffc1fe7000 -     0x7fffc1feaff7  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
    0x7fffc1feb000 -     0x7fffc1ff0fff  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
    0x7fffc1ff1000 -     0x7fffc2088ff3  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
    0x7fffc2089000 -     0x7fffc20a3fff  com.apple.openscripting (1.7 - 172) <31CFBB35-24BD-3E12-9B6B-1FA842FB605B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fffc20a4000 -     0x7fffc20a5ff3  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
    0x7fffc20a6000 -     0x7fffc20a8ff7  com.apple.securityhi (9.0 - 55006) <DBD65629-535D-3669-8218-7F074D61638C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fffc20a9000 -     0x7fffc20afff7  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
    0x7fffc20b0000 -     0x7fffc218fffb  com.apple.cloudkit.CloudKit (651.14 - 651.14) <9F901E45-23E3-3F45-B66F-1BAB3AFC4462> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
    0x7fffc2190000 -     0x7fffc2190fff  com.apple.Cocoa (6.11 - 22) <85EDFBE1-75F0-369E-8CA8-C6A639B98FA6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fffc22da000 -     0x7fffc2367fff  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <78767F88-91D4-31CE-AAC6-1F9407F479BB> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fffc2368000 -     0x7fffc237bfff  com.apple.CoreBluetooth (1.0 - 1) <BCB78777-76F0-3CC1-8443-9E61AEF7EF63> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fffc237c000 -     0x7fffc2677fff  com.apple.CoreData (120 - 754.2) <4C9CAB2C-60D4-3694-A0A0-5B04B14BD14E> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fffc2678000 -     0x7fffc2724ff7  com.apple.CoreDisplay (1.0 - 1) <AAD5DF0B-0D22-305E-86FF-BB1431130363> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
    0x7fffc2725000 -     0x7fffc2bbeff7  com.apple.CoreFoundation (6.9 - 1349.8) <09ED473E-5DE8-307F-B55C-16F6419236D5> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fffc2bbf000 -     0x7fffc3241fff  com.apple.CoreGraphics (2.0 - 1070.22) <78E7C882-837D-3CC3-B221-767B999873CE> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fffc3242000 -     0x7fffc3485ffb  com.apple.CoreImage (12.4.0 - 451.4.9) <BE4303C9-C9D9-361D-AC94-DBE40EB6700E> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fffc3486000 -     0x7fffc34ebff7  com.apple.corelocation (2101.0.63) <B76E6C13-E10B-3F2F-AFD7-DB2C0DEF6579> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x7fffc34ec000 -     0x7fffc359dfff  com.apple.CoreMedia (1.0 - 1907.59.1.5) <6CCDE81A-6992-33ED-A1D9-9D27A4C1E31F> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fffc359e000 -     0x7fffc35e9ff7  com.apple.CoreMediaIO (805.0 - 4932) <ACE54DDE-C526-31CA-9755-3938603E3751> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x7fffc35ea000 -     0x7fffc35eafff  com.apple.CoreServices (775.19 - 775.19) <7255917D-EFBB-3BE2-A8FD-DAD631BC0949> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fffc35eb000 -     0x7fffc363cfff  com.apple.AE (712.5 - 712.5) <61F2AE2C-E04E-3FDF-9E88-201325136C83> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fffc363d000 -     0x7fffc3918ff7  com.apple.CoreServices.CarbonCore (1159.6 - 1159.6) <08AC074C-965B-3EDF-8E45-0707C8DE9EAD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fffc3919000 -     0x7fffc394cfff  com.apple.DictionaryServices (1.2 - 274) <D23866E2-F7C8-3984-A9D4-96552CCDE573> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fffc394d000 -     0x7fffc3955ff3  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
    0x7fffc3956000 -     0x7fffc3ac2ff7  com.apple.LaunchServices (775.19 - 775.19) <94D15A2A-852C-3B4B-A701-43043C8F1527> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fffc3ac3000 -     0x7fffc3b73ffb  com.apple.Metadata (10.7.0 - 1075.40) <DA911E1B-3977-386D-930D-96BD5085CB8E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fffc3b74000 -     0x7fffc3bd3fff  com.apple.CoreServices.OSServices (775.19 - 775.19) <C709A773-4FA0-33DD-B3E2-FBA41E00F177> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fffc3bd4000 -     0x7fffc3c44fff  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
    0x7fffc3c45000 -     0x7fffc3c8aff7  com.apple.coreservices.SharedFileList (38 - 38) <DA096678-93AB-3291-BDE2-482F1D544589> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fffc3d13000 -     0x7fffc3e60ffb  com.apple.CoreText (352.0 - 544.15) <BF0EE575-BB7E-3BF9-9029-232B4ADC24E4> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fffc3e61000 -     0x7fffc3e96ff3  com.apple.CoreVideo (1.8 - 235.3) <AC11D5FB-C77B-34F5-B942-F698E84C229F> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fffc3e97000 -     0x7fffc3f08ffb  com.apple.framework.CoreWLAN (11.0 - 1200.31) <E47C0568-E37B-3052-9E77-F0F371DCDE7F> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fffc3f3b000 -     0x7fffc3f46ff3  com.apple.DirectoryService.Framework (10.12 - 194) <45BEA292-4550-3082-8CE7-5D6CE7E0052A> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x7fffc3f47000 -     0x7fffc4005ff7  com.apple.DiscRecording (9.0.3 - 9030.4.5) <88544E99-217A-33D9-8AC7-F54D2716658D> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fffc4006000 -     0x7fffc400bfff  com.apple.DiskArbitration (2.7 - 2.7) <8AC72143-D3C4-3AA6-84DF-734E3AFAC49B> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fffc419d000 -     0x7fffc4543ff3  com.apple.Foundation (6.9 - 1349.81) <730B7944-BB43-35D5-A546-9F6CCED4B9F3> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fffc456f000 -     0x7fffc45a0ff7  com.apple.GSS (4.0 - 2.0) <6FADED0B-0425-3567-A75A-040C5A4638EB> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fffc4660000 -     0x7fffc4703ffb  com.apple.Bluetooth (5.0.4 - 5.0.4f18) <B3FED7E7-45EE-32DD-B59E-7942BCE9426C> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fffc4704000 -     0x7fffc479aff7  com.apple.framework.IOKit (2.0.2 - 1324.60.3) <7CE4C98B-107C-3AAA-B49A-F2ACFCBBF526> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fffc479b000 -     0x7fffc47a1ffb  com.apple.IOSurface (159.7 - 159.7) <40550017-EF96-3C52-B400-806AFEE4B134> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fffc47a2000 -     0x7fffc47f3ff7  com.apple.ImageCaptureCore (7.0 - 7.0) <A640CA2F-8093-34AB-947C-26679ECB8A6D> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x7fffc47f4000 -     0x7fffc4954fef  com.apple.ImageIO.framework (3.3.0 - 1599.10.2) <87AA4D39-0AFC-3A34-98EF-02710E2BF3CA> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fffc4955000 -     0x7fffc4959fff  libGIF.dylib (1599.10.2) <6ED05614-1301-3452-943B-118F00F20C8D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fffc495a000 -     0x7fffc4a4aff7  libJP2.dylib (1599.10.2) <72C00423-55F0-3CAD-B198-EF00950791E6> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fffc4a4b000 -     0x7fffc4a6effb  libJPEG.dylib (1599.10.2) <78945614-990F-3705-A91C-46F717F7C635> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fffc4a6f000 -     0x7fffc4a96ff7  libPng.dylib (1599.10.2) <B800C14F-6E41-36B6-8DC1-1AE97A83A964> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fffc4a97000 -     0x7fffc4a99ff3  libRadiance.dylib (1599.10.2) <037D95B4-82A7-3A59-B3EB-0FF0977CF7A5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fffc4a9a000 -     0x7fffc4ae8fff  libTIFF.dylib (1599.10.2) <CA2C7BF9-FDDB-36CF-B063-B075B29F8878> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fffc4c46000 -     0x7fffc584eff3  com.apple.JavaScriptCore (12603 - 12603.2.4) <FFD37381-05F4-3907-BD31-74CFC3D7868F> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fffc584f000 -     0x7fffc5868ff7  com.apple.Kerberos (3.0 - 1) <B9D242EB-E325-3A21-9812-C77CBBFB0D51> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fffc5869000 -     0x7fffc589ffff  com.apple.LDAPFramework (2.4.28 - 194.5) <492ACA22-373E-3DD9-BAEB-9EF6AA962FD5> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fffc5af1000 -     0x7fffc5af7fff  com.apple.MediaAccessibility (1.0 - 97.1.1) <0BD82735-6644-37CE-B13D-8E7CC59A1752> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
    0x7fffc5b0d000 -     0x7fffc6046ff7  com.apple.MediaToolbox (1.0 - 1907.59.1.5) <2024A2A2-50B6-36AA-BC6D-3AAFA78EB707> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fffc6047000 -     0x7fffc60a2fff  com.apple.Metal (87.18 - 87.18) <5C2F12FB-45C1-3103-A827-3D225BF8D05A> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fffc698b000 -     0x7fffc6993fff  com.apple.NetFS (6.0 - 4.0) <14A24D00-5673-330A-959D-87F72040DEFF> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fffc6b6a000 -     0x7fffc6b72ff7  libcldcpuengine.dylib (2.8.5) <73E1E526-01DF-3199-9B48-155F0329EF44> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
    0x7fffc6b73000 -     0x7fffc6bc1ff3  com.apple.opencl (2.8.6 - 2.8.6) <5FAF6F49-2648-39E6-922B-5630A5D7F7E4> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fffc6bc2000 -     0x7fffc6bdbffb  com.apple.CFOpenDirectory (10.12 - 194) <A64E9A01-3F6E-36EA-9C10-88C564A68C9D> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fffc6bdc000 -     0x7fffc6be7ff7  com.apple.OpenDirectory (10.12 - 194) <4298FFD0-B1A7-3064-AF5B-708B3FA38671> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fffc6be8000 -     0x7fffc6beafff  libCVMSPluginSupport.dylib (14.0.16) <A20EC348-37C9-33B6-9A81-06006F3214A1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fffc6beb000 -     0x7fffc6beeff7  libCoreFSCache.dylib (156.3) <687C4CC3-6537-344B-8BE1-5234C8CB2864> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0x7fffc6bef000 -     0x7fffc6bf3fff  libCoreVMClient.dylib (156.3) <E7AEFCBE-B6BF-3C7C-9A4E-E78CB04DB794> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fffc6bf4000 -     0x7fffc6bfdff7  libGFXShared.dylib (14.0.16) <63542E68-EB1A-3ECF-AAFB-E7B8AB313C70> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fffc6bfe000 -     0x7fffc6c09fff  libGL.dylib (14.0.16) <84BEED97-0A93-356D-A922-97EA311EA446> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fffc6c0a000 -     0x7fffc6c46ff7  libGLImage.dylib (14.0.16) <3518A85C-6905-3511-A6C9-2F82C519D28F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fffc6c47000 -     0x7fffc6dbdff3  libGLProgrammability.dylib (14.0.16) <0EDA89D8-7C28-3D53-BDBA-7CB25232C329> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    0x7fffc6dbe000 -     0x7fffc6dffff7  libGLU.dylib (14.0.16) <9860DCF7-56E0-3A8F-A377-52635C9D8B27> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fffc7767000 -     0x7fffc7775fff  com.apple.opengl (14.0.16 - 14.0.16) <27E7D76E-A26B-39F8-8CF2-AB57920776A3> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fffc7812000 -     0x7fffc7959fff  com.apple.QTKit (7.7.3 - 2978.7) <49F88771-52FE-3989-AAB7-10A7494C4419> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fffc795a000 -     0x7fffc7bc4ff7  com.apple.imageKit (3.0 - 1023) <9C547565-CBAA-3ACB-A3F6-1366A0DCDCB4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
    0x7fffc7bc5000 -     0x7fffc7c8cfff  com.apple.PDFKit (1.0 - 1) <BE82F14C-B20C-3771-B16C-F0723F6552AD> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
    0x7fffc7c8d000 -     0x7fffc81b3ff7  com.apple.QuartzComposer (5.1 - 356) <C66293F6-EF05-3B36-8524-081CEB9FADD7> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
    0x7fffc81b4000 -     0x7fffc81d7ffb  com.apple.quartzfilters (1.10.0 - 1.10.0) <365342ED-7A1A-3C75-AE60-90764E96034C> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
    0x7fffc81d8000 -     0x7fffc82c5fff  com.apple.QuickLookUIFramework (5.0 - 720.7) <3136C23E-399E-3296-928A-B18EC9FC423C> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x7fffc82c6000 -     0x7fffc82c6fff  com.apple.quartzframework (1.5 - 21) <09455972-8A33-3D61-B193-BA7E7CF984CA> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fffc82c7000 -     0x7fffc84c7fff  com.apple.QuartzCore (1.11 - 453.39.3) <AB46D60D-17A8-3122-800E-2A9DA604FCBA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fffc84c8000 -     0x7fffc851dfff  com.apple.QuickLookFramework (5.0 - 720.7) <3BD7BA2F-924C-3EFF-B26E-3F930E62E6B4> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fffc851e000 -     0x7fffc8533fff  com.apple.SafariServices.framework (12603 - 12603.2.4) <BD072E0A-9759-341D-9E59-5D869380076B> /System/Library/Frameworks/SafariServices.framework/Versions/A/SafariServices
    0x7fffc8a2e000 -     0x7fffc8d30ff7  com.apple.security (7.0 - 57740.60.18) <021AACF6-D15F-37E0-840B-88853684BA00> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fffc8d31000 -     0x7fffc8da6fff  com.apple.securityfoundation (6.0 - 55132.50.7) <4433C0CC-FE90-3DD3-BAC1-CC31D515B510> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fffc8da7000 -     0x7fffc8dd0fff  com.apple.securityinterface (10.0 - 55079.50.4) <50E3EAA8-1AF0-3910-AAFD-57D93D958DFF> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
    0x7fffc8dd1000 -     0x7fffc8dd4ff3  com.apple.xpc.ServiceManagement (1.0 - 1) <9F285B19-B53B-3502-85A2-72C26DB40EA7> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fffc915b000 -     0x7fffc91caff7  com.apple.SystemConfiguration (1.14 - 1.14) <2412CDE0-C317-31EA-8F53-7A58BBFCC720> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fffc91cb000 -     0x7fffc9579fff  com.apple.VideoToolbox (1.0 - 1907.59.1.5) <75E2F901-572F-3FC8-A599-96A085EEBC88> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fffcb2a4000 -     0x7fffcb2abffb  com.apple.APFS (1.0 - 1) <4CDEFDF0-A8CD-3982-B428-02CBA8FAC7C6> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
    0x7fffcba1f000 -     0x7fffcba3aff3  com.apple.AppContainer (4.0 - 307.50.21) <C2E6BA3D-81FF-39C3-B4BF-DBB9A17DE078> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
    0x7fffcba3b000 -     0x7fffcba48ff3  com.apple.AppSandbox (4.0 - 307.50.21) <BF9FA426-8C11-358B-9E1F-A3901E3F2B14> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
    0x7fffcba49000 -     0x7fffcba6bffb  com.apple.framework.Apple80211 (12.0 - 1200.47) <B692048E-1B61-3DAF-9CBA-4D314E7562DC> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fffcba6c000 -     0x7fffcba7bfeb  com.apple.AppleFSCompression (88.50.3 - 1.0) <478E8BFF-8BA2-375E-BE02-BA27F115C15A> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fffcbb6f000 -     0x7fffcbbfa97f  com.apple.AppleJPEG (1.0 - 1) <B9E9570D-04A4-34E4-B756-D200043B25B8> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fffcbc0e000 -     0x7fffcbc29fff  com.apple.aps.framework (4.0 - 4.0) <6CA07CDF-1E35-34E9-95BF-BD565FF42BAD> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
    0x7fffcbc2a000 -     0x7fffcbc32ffb  com.apple.AppleSRP (5.0 - 1) <6AAE93B6-9816-35B2-9C59-D5C3218065AF> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
    0x7fffcbc33000 -     0x7fffcbc36ff3  com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <42A1731A-A576-307A-B07C-9F8F64696CB7> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
    0x7fffcbc37000 -     0x7fffcbc89fff  com.apple.AppleVAFramework (5.0.36 - 5.0.36) <7352078D-C230-397C-81A5-57A48CF218C0> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fffcbc93000 -     0x7fffcbc9aff7  com.apple.AssetCacheServices (48.3 - 48.3) <C59F7295-36D8-3109-A910-C83D884CC92C> /System/Library/PrivateFrameworks/AssetCacheServices.framework/Versions/A/AssetCacheServices
    0x7fffcc02d000 -     0x7fffcc0abff7  com.apple.backup.framework (1.8.5 - 1.8.5) <CC679891-E8F5-3166-8EB6-AEA06954A52D> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fffcc0d4000 -     0x7fffcc111ffb  com.apple.bom (14.0 - 194.1) <0CBECAF1-B5E0-302F-99EC-D7ED14E12B84> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fffcc352000 -     0x7fffcc37bffb  com.apple.CacheDelete (1.0 - 1) <D9678282-6F34-3EE4-94E2-42B2F6A055A5> /System/Library/PrivateFrameworks/CacheDelete.framework/Versions/A/CacheDelete
    0x7fffcc747000 -     0x7fffcc76efff  com.apple.CalendarAgentLink (8.0 - 250) <E50E29F6-2BAB-3B8B-BBEA-7DC0B8B077AD> /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/CalendarAgentLink
    0x7fffccd36000 -     0x7fffccd5dff3  com.apple.ChunkingLibrary (173 - 173) <FC2165F9-FC93-39C0-8323-C2F43A5E00A3> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fffccd5e000 -     0x7fffccdeaff7  com.apple.CloudDocs (1.0 - 486.29) <751554B6-A09E-32A8-A604-9F1B1FD8B84D> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs
    0x7fffcd682000 -     0x7fffcd68bffb  com.apple.CommonAuth (4.0 - 2.0) <216950CB-269F-3476-BA17-D6363AC49FBC> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fffcd752000 -     0x7fffcd7a2ffb  com.apple.AddressBook.ContactsFoundation (8.0 - 2250.10) <3097DEAC-ED6B-358E-8E81-8B7011CECA91> /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/ContactsFoundation
    0x7fffcd7a3000 -     0x7fffcd7c5fff  com.apple.contacts.ContactsPersistence (1.0 - 2250.10) <7EC0366F-30A6-3538-8BC9-8CABD55C178D> /System/Library/PrivateFrameworks/ContactsPersistence.framework/Versions/A/ContactsPersistence
    0x7fffcd80f000 -     0x7fffcdbeeff7  com.apple.CoreAUC (226.0.0 - 226.0.0) <FBF6C5BC-5937-3957-B6BA-E101DF9B0DF6> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fffcdbef000 -     0x7fffcdc1ffff  com.apple.CoreAVCHD (5.9.0 - 5900.4.1) <3F6857D1-AE7C-3593-B064-930F5BB7269E> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x7fffcdcba000 -     0x7fffcdcc2ffb  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <2AB86FAF-37B3-3323-9EF0-CA591B6E357C> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
    0x7fffcddd3000 -     0x7fffcdde3fff  com.apple.CoreEmoji (1.0 - 40.3.3) <E9A28301-2D79-3A97-A046-028258A6ABE5> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
    0x7fffcdea8000 -     0x7fffcdebeff3  com.apple.CoreMediaAuthoring (2.2 - 956) <AEBFF55F-BF1E-3CA5-AA9C-1CE22218A665> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
    0x7fffcdec5000 -     0x7fffcdf55ffb  com.apple.CorePDF (4.0 - 4) <7F50E4A6-940C-33F5-BE4E-7E01AFE98A8F> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fffce11e000 -     0x7fffce14eff3  com.apple.CoreServicesInternal (276.2 - 276.2) <05EB7D45-DD4C-3A0F-AC63-A0C2A68E6481> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fffce3df000 -     0x7fffce46eff7  com.apple.CoreSymbolication (62046) <7839CD8E-011D-3567-88DE-3D472C661136> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fffce46f000 -     0x7fffce5aefe7  com.apple.coreui (2.1 - 431.3) <2E8FEC10-FC5B-3782-92DA-A85C24B7BF7C> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fffce5af000 -     0x7fffce67fff3  com.apple.CoreUtils (5.1 - 510.31) <E68BB8ED-8874-36EC-A7C5-1017C0E727CB> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fffce6cf000 -     0x7fffce734ff3  com.apple.framework.CoreWiFi (12.0 - 1200.31) <DF0972EF-F817-3FD3-8C00-2D57B8738D8C> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fffce735000 -     0x7fffce743ff7  com.apple.CrashReporterSupport (10.12 - 827) <14037A71-ECFE-394A-8D6E-2CECE98F02EE> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fffce7b5000 -     0x7fffce7bfffb  com.apple.framework.DFRFoundation (1.0 - 104.25) <7CFF896C-EF22-3941-BB3D-F3615CE4C908> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
    0x7fffce7c0000 -     0x7fffce7c4ff3  com.apple.DSExternalDisplay (3.1 - 380) <A195C0CE-8E4E-384B-9556-8270E306FE1D> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
    0x7fffce7fa000 -     0x7fffce86fffb  com.apple.datadetectorscore (7.0 - 539.1) <9C312AAC-8AEE-3C72-BDE5-7FBF62452525> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fffce8ab000 -     0x7fffce8eafff  com.apple.DebugSymbols (137 - 137) <58A70B66-2628-3CFE-B103-2200D95FC5F7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fffce8eb000 -     0x7fffce9fcfff  com.apple.desktopservices (1.11.5 - 1.11.5) <46A9D4F3-1EF8-373C-98A4-AD48D285E484> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fffcea01000 -     0x7fffcead6fff  com.apple.DiskImagesFramework (444.50.16 - 444.50.16) <F57B7413-6603-390A-B5C3-8AD68708E49B> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x7fffceb3f000 -     0x7fffceb4afff  com.apple.DisplayServicesFW (3.1 - 380) <83BB7C77-F18D-382D-9023-26132D925F75> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x7fffceb8f000 -     0x7fffceb91ffb  com.apple.EFILogin (2.0 - 2) <A74B0065-643F-3BC1-8FE9-E7CEAA29AD9A> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
    0x7fffcece4000 -     0x7fffcf115ff7  com.apple.vision.FaceCore (3.3.2 - 3.3.2) <9391D5A3-738C-3136-9D07-518CB43DBADA> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fffcf153000 -     0x7fffcf4e5ff7  com.apple.FinderKit (1.5.5 - 1.5.5) <85D64484-35E0-3500-A651-FD1DD9A1D6C5> /System/Library/PrivateFrameworks/FinderKit.framework/Versions/A/FinderKit
    0x7fffd046c000 -     0x7fffd046cfff  libmetal_timestamp.dylib (600.0.49.9) <E5EED927-1671-3390-BCBB-D76201D63C73> /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib
    0x7fffd0479000 -     0x7fffd0484ff3  libGPUSupportMercury.dylib (14.0.16) <7E99C736-2F48-313E-BEF6-6F8BABFADD9F> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
    0x7fffd073d000 -     0x7fffd0759fff  com.apple.GenerationalStorage (2.0 - 267.1) <3DE1C580-D089-362D-8582-8DE68A3C5F13> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fffd0772000 -     0x7fffd0e24fff  com.apple.GeoServices (1.0 - 1228.24.9.30.34) <96BF97F6-8FF2-3FC4-A8C1-498CB7B0D9A0> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
    0x7fffd0e6a000 -     0x7fffd0ee0ff3  com.apple.Heimdal (4.0 - 2.0) <8F9C9041-66D5-36C9-8A4C-1658035C311D> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fffd14fb000 -     0x7fffd1502ffb  com.apple.IOAccelerator (311.13 - 311.13) <40C04C41-A76A-3687-8D64-F76E8C46AA81> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fffd1504000 -     0x7fffd1518ff7  com.apple.IOPresentment (1.0 - 29.10) <A3F7C1F6-CE50-3804-AAAF-7B75EBC46BE4> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
    0x7fffd1519000 -     0x7fffd153bfff  com.apple.IconServices (74.4 - 74.4) <218DDD05-35F4-3833-B98D-471ED0EBC031> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fffd15d7000 -     0x7fffd15e7ff3  com.apple.IntlPreferences (2.0 - 216) <47681AE8-4539-3525-890C-206B301CEC77> /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPreferences
    0x7fffd1622000 -     0x7fffd17d9fff  com.apple.LanguageModeling (1.0 - 123.2.5) <A8CA965F-0399-310D-91C3-B93DDDE9A442> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fffd1825000 -     0x7fffd1829ff7  com.apple.LoginUICore (4.0 - 4.0) <7ADA40B1-995C-3947-8163-2257E7FB9440> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore
    0x7fffd18d5000 -     0x7fffd1997ff3  com.apple.MMCS (1.3 - 385.4) <D3D76CE0-DE05-373E-B757-9E4B4920565D> /System/Library/PrivateFrameworks/MMCS.framework/Versions/A/MMCS
    0x7fffd1e49000 -     0x7fffd1e4cfff  com.apple.Mangrove (1.0 - 1) <98814966-FD65-302B-B47E-00928DC34E5C> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
    0x7fffd1f25000 -     0x7fffd1f59ff3  com.apple.MediaKit (16 - 845) <883DC63F-F90F-3FB9-8C23-9CECD72EBCDE> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x7fffd20fa000 -     0x7fffd2173ff7  com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <C323FC94-FFA5-3EE6-B2AC-7E61EA92F304> /System/Library/PrivateFrameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
    0x7fffd22cf000 -     0x7fffd22dcff3  com.apple.MobileKeyBag (2.0 - 1.0) <F42EB8B1-BA68-3769-98BE-26A18AED902F> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
    0x7fffd22ed000 -     0x7fffd2315ff7  com.apple.MultitouchSupport.framework (368.16 - 368.16) <512ADEC6-D694-3D73-A48A-6BE79CD39539> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fffd23c7000 -     0x7fffd23d2fff  com.apple.NetAuth (6.2 - 6.2) <97F487D6-8089-31A8-B68C-6C1EAC6ED1B5> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fffd281f000 -     0x7fffd2821fff  com.apple.OAuth (25 - 25) <D6E5F36D-71B8-3E12-9601-CE2A1D6ED60B> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
    0x7fffd2caa000 -     0x7fffd2cebff3  com.apple.PerformanceAnalysis (1.148.3 - 148.3) <6A21AB41-3AAA-32F3-9D46-2555A143A8B9> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fffd2d2e000 -     0x7fffd2d35ff3  com.apple.phonenumbers (1.1.1 - 105) <B8EFDDD3-BA26-39B8-9EA0-3649184BF527> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
    0x7fffd3323000 -     0x7fffd3345fff  com.apple.pluginkit.framework (1.0 - 1) <775E1168-9A28-34EC-AACD-B73803B9DDD4> /System/Library/PrivateFrameworks/PlugInKit.framework/Versions/A/PlugInKit
    0x7fffd3398000 -     0x7fffd33d2ff7  com.apple.ProtectedCloudStorage (1.0 - 1) <1C6083B7-F020-3634-8F53-CC9E07F27EC5> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
    0x7fffd33d3000 -     0x7fffd33edfff  com.apple.ProtocolBuffer (1 - 249.1) <A1F1B0F3-078F-378F-A9A9-0DEEA70E816A> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fffd33ee000 -     0x7fffd33fdff7  com.apple.QuickLookThumbnailing (1.0 - 1) <173EE873-1700-3FCA-9782-C060FBB5BCAD> /System/Library/PrivateFrameworks/QuickLookThumbnailing.framework/Versions/A/QuickLookThumbnailing
    0x7fffd3406000 -     0x7fffd3429ff3  com.apple.RemoteViewServices (2.0 - 124) <6B967FDA-6591-302C-BA0A-76C4856E584E> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fffd40f0000 -     0x7fffd40f3fff  com.apple.SecCodeWrapper (4.0 - 307.50.21) <F8E957B2-D3F0-3B73-B38C-AE8868F00939> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
    0x7fffd4182000 -     0x7fffd420ffff  com.apple.Sharing (696.2.67 - 696.2.67) <F681EE28-153F-3216-97A6-6F5E4148AB2E> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fffd4230000 -     0x7fffd4496fef  com.apple.SkyLight (1.600.0 - 170.3) <83AB220F-48C0-3063-8ED3-ACDB69243B4D> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
    0x7fffd4675000 -     0x7fffd4681ff7  com.apple.SpeechRecognitionCore (3.3.2 - 3.3.2) <684BD1EA-8268-331C-A5A9-080EB375C658> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fffd4a0b000 -     0x7fffd4a6cfff  com.apple.Suggestions (6.0 - 197) <9DD142A2-82A5-3202-B36C-20E19B4C5D56> /System/Library/PrivateFrameworks/Suggestions.framework/Versions/A/Suggestions
    0x7fffd4d6d000 -     0x7fffd4de1fdf  com.apple.Symbolication (62048.1) <1A30ED19-7532-3F46-9DD3-9879A973D0CF> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fffd5001000 -     0x7fffd502dff3  com.apple.framework.SystemAdministration (1.0 - 1.0) <CD5B74B1-01ED-369E-AB11-1DA59F2C2A24> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration
    0x7fffd5220000 -     0x7fffd5226ff7  com.apple.TCC (1.0 - 1) <911B534B-4AC7-34E4-935E-E42ECD008CBC> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fffd52b2000 -     0x7fffd5378ff7  com.apple.TextureIO (2.8 - 2.8) <3D61E533-4156-3B21-B7ED-CB823E680DFC> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
    0x7fffd53c1000 -     0x7fffd53d6ff3  com.apple.ToneKit (1.0 - 1) <B709293D-0A79-398A-8AA9-50F6340C227C> /System/Library/PrivateFrameworks/ToneKit.framework/Versions/A/ToneKit
    0x7fffd53d7000 -     0x7fffd53e5ffb  com.apple.ToneLibrary (1.0 - 1) <F2ED5DFC-5F11-3012-BCD7-17753413141F> /System/Library/PrivateFrameworks/ToneLibrary.framework/Versions/A/ToneLibrary
    0x7fffd53ec000 -     0x7fffd53edfff  com.apple.TrustEvaluationAgent (2.0 - 28.50.1) <EBE65DD5-1732-3747-8C6C-7BECEBF089A4> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fffd53ee000 -     0x7fffd557eff3  com.apple.UIFoundation (1.0 - 490.7) <2A3063FE-1790-3510-8A0E-AEC581D42B7E> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fffd604d000 -     0x7fffd610dfff  com.apple.ViewBridge (283 - 283) <25A635B3-C87C-3D3A-ADF3-539713FA1048> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
    0x7fffd6558000 -     0x7fffd655efff  com.apple.XPCService (2.0 - 1) <4B28B225-2105-33F4-9ED0-F04288FF4FB1> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
    0x7fffd662f000 -     0x7fffd6631ffb  com.apple.loginsupport (1.0 - 1) <F3140B97-12C3-35A7-9D3D-43DA2D13C113> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fffd665d000 -     0x7fffd6684ff7  com.apple.contacts.vCard (1.0 - 2250.10) <19E37E68-E945-3534-8658-87AA411D0AD4> /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard
    0x7fffd6686000 -     0x7fffd66a1ff7  libCRFSuite.dylib (34) <F78B7F5F-0B4F-35C6-AA2F-84EE9CB22137> /usr/lib/libCRFSuite.dylib
    0x7fffd66a2000 -     0x7fffd66adfff  libChineseTokenizer.dylib (21) <0886E908-A825-36AF-B94B-2361FD8BC2A1> /usr/lib/libChineseTokenizer.dylib
    0x7fffd66ae000 -     0x7fffd673eff7  libCoreStorage.dylib (540.30.1) <85C0A366-F901-36E3-854A-FE8A14A04A72> /usr/lib/libCoreStorage.dylib
    0x7fffd673f000 -     0x7fffd6740ff3  libDiagnosticMessagesClient.dylib (102) <84A04D24-0E60-3810-A8C0-90A65E2DF61A> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fffd6741000 -     0x7fffd6954fff  libFosl_dynamic.dylib (16.39) <E22A4243-D148-3C74-BA15-2D906A3D1F9E> /usr/lib/libFosl_dynamic.dylib
    0x7fffd6970000 -     0x7fffd6977fff  libMatch.1.dylib (27) <70D4BD2A-9383-37F2-B0D6-9B592D236601> /usr/lib/libMatch.1.dylib
    0x7fffd6978000 -     0x7fffd6978fff  libOpenScriptingUtil.dylib (172) <90743888-C1E8-34E3-924E-1A754B2B63B9> /usr/lib/libOpenScriptingUtil.dylib
    0x7fffd6979000 -     0x7fffd697dffb  libScreenReader.dylib (477.40.6) <CBE6420C-EF60-3ACD-A0B6-7CBE936BA3B8> /usr/lib/libScreenReader.dylib
    0x7fffd697e000 -     0x7fffd697fffb  libSystem.B.dylib (1238.60.2) <FC9E9F13-3B18-305C-BE0A-97C7843652B0> /usr/lib/libSystem.B.dylib
    0x7fffd69eb000 -     0x7fffd6a16ff3  libarchive.2.dylib (41.50.2) <B4F507BC-B24E-3BE7-B658-94D798E2CD81> /usr/lib/libarchive.2.dylib
    0x7fffd6a17000 -     0x7fffd6a93fc7  libate.dylib (1.12.13) <D0767875-D02E-3377-84D8-5F174C27BEA9> /usr/lib/libate.dylib
    0x7fffd6a97000 -     0x7fffd6a97ff3  libauto.dylib (187) <34388D0B-C539-3C1B-9408-2BC152162E43> /usr/lib/libauto.dylib
    0x7fffd6a98000 -     0x7fffd6aa8ff3  libbsm.0.dylib (34) <20084796-B04D-3B35-A003-EA11459557A9> /usr/lib/libbsm.0.dylib
    0x7fffd6aa9000 -     0x7fffd6ab7ff7  libbz2.1.0.dylib (38) <ADFA329A-DCE7-356D-8F09-A3168DFC6610> /usr/lib/libbz2.1.0.dylib
    0x7fffd6ab8000 -     0x7fffd6b0eff7  libc++.1.dylib (307.5) <0B43BB5D-E6EB-3464-8DE9-B41AC8ED9D1C> /usr/lib/libc++.1.dylib
    0x7fffd6b0f000 -     0x7fffd6b39fff  libc++abi.dylib (307.3) <30199352-88BF-30BD-8CFF-2A4FBE247523> /usr/lib/libc++abi.dylib
    0x7fffd6b3a000 -     0x7fffd6b4affb  libcmph.dylib (6) <2B5D405E-2D0B-3320-ABD6-622934C86ABE> /usr/lib/libcmph.dylib
    0x7fffd6b4b000 -     0x7fffd6b61fcf  libcompression.dylib (39) <F2726F95-F54E-3B21-BCB5-F7151DEFDC2F> /usr/lib/libcompression.dylib
    0x7fffd6b62000 -     0x7fffd6b62ff7  libcoretls.dylib (121.50.4) <64B1001E-10F6-3542-A3B2-C4B49F51817F> /usr/lib/libcoretls.dylib
    0x7fffd6b63000 -     0x7fffd6b64ff3  libcoretls_cfhelpers.dylib (121.50.4) <1A10303E-5EB0-3C7C-9165-021FCDFD934D> /usr/lib/libcoretls_cfhelpers.dylib
    0x7fffd6c1e000 -     0x7fffd6d03ff7  libcrypto.0.9.8.dylib (64.50.6) <D34E16A7-990A-37A9-933A-DFAA46554EAA> /usr/lib/libcrypto.0.9.8.dylib
    0x7fffd6e95000 -     0x7fffd6ea0fff  libcsfde.dylib (540.30.1) <0C2B183B-16D9-3D5F-962D-0A09C7063211> /usr/lib/libcsfde.dylib
    0x7fffd6ea1000 -     0x7fffd6ef4ff7  libcups.2.dylib (450) <9950BFCB-7882-33C9-9ECF-CE66773C5657> /usr/lib/libcups.2.dylib
    0x7fffd6ef5000 -     0x7fffd6f45ffb  libcurl.4.dylib (95.50.2) <2E3E82EE-3710-3340-8B07-A285BDA385B1> /usr/lib/libcurl.4.dylib
    0x7fffd6f46000 -     0x7fffd6f4dff3  libdscsym.dylib (148.3) <63492BDA-33A8-31DE-90E8-A3D44F07EB9C> /usr/lib/libdscsym.dylib
    0x7fffd6f6f000 -     0x7fffd6f6ffff  libenergytrace.dylib (15) <A1B040A2-7977-3097-9ADF-34FF181EB970> /usr/lib/libenergytrace.dylib
    0x7fffd6f7f000 -     0x7fffd6f84ff7  libheimdal-asn1.dylib (498.50.8) <A40E3196-235E-34CE-AD9A-8D1AFC5DE004> /usr/lib/libheimdal-asn1.dylib
    0x7fffd6f85000 -     0x7fffd7077ff7  libiconv.2.dylib (50) <42125B35-81D7-3FC4-9475-A26DBE10884D> /usr/lib/libiconv.2.dylib
    0x7fffd7078000 -     0x7fffd729dffb  libicucore.A.dylib (57165.0.1) <2931B842-2946-3576-AD1D-1CDA22FA1388> /usr/lib/libicucore.A.dylib
    0x7fffd72a3000 -     0x7fffd72a4fff  liblangid.dylib (126) <2085E7A7-9A34-3735-87F4-F174EF8EABF0> /usr/lib/liblangid.dylib
    0x7fffd72a5000 -     0x7fffd72beffb  liblzma.5.dylib (10) <44BD0279-99DD-36B5-8A6E-C11432E2098D> /usr/lib/liblzma.5.dylib
    0x7fffd72bf000 -     0x7fffd72d5ff7  libmarisa.dylib (5) <9030D214-5D0F-30CB-AC03-902C63909362> /usr/lib/libmarisa.dylib
    0x7fffd72d6000 -     0x7fffd757eff7  libmecabra.dylib (744.8) <D429FCC9-42A4-38B3-8784-44024BC859EF> /usr/lib/libmecabra.dylib
    0x7fffd75b1000 -     0x7fffd762bff3  libnetwork.dylib (856.60.1) <191E99F5-4723-3180-8013-02AF2F9AE4B8> /usr/lib/libnetwork.dylib
    0x7fffd762c000 -     0x7fffd79fe047  libobjc.A.dylib (709) <DC77AA6E-A4E4-326D-8D7F-82D63AA88F99> /usr/lib/libobjc.A.dylib
    0x7fffd79ff000 -     0x7fffd7a00fff  libodfde.dylib (23.50.1) <744F1E66-11EB-3A4D-8944-722F39C55278> /usr/lib/libodfde.dylib
    0x7fffd7a01000 -     0x7fffd7a05fff  libpam.2.dylib (21.30.1) <71EB0D88-DE84-3C8D-A2C5-58AA282BC5BC> /usr/lib/libpam.2.dylib
    0x7fffd7a06000 -     0x7fffd7a37fff  libpcap.A.dylib (67.60.1) <F6BC6ED6-AEE4-3520-B248-0C342636E2B0> /usr/lib/libpcap.A.dylib
    0x7fffd7a54000 -     0x7fffd7a70ffb  libresolv.9.dylib (64) <A244AE4C-00B0-396C-98FF-97FE4DB3DA30> /usr/lib/libresolv.9.dylib
    0x7fffd7a71000 -     0x7fffd7aaafff  libsandbox.1.dylib (592.60.1) <B3A1C3BD-084C-389B-9AFD-4BCFDBE9B5B6> /usr/lib/libsandbox.1.dylib
    0x7fffd7aab000 -     0x7fffd7abdffb  libsasl2.2.dylib (209) <32107C59-22C6-3049-B86E-9C2F85FF549B> /usr/lib/libsasl2.2.dylib
    0x7fffd7abe000 -     0x7fffd7abfff3  libspindump.dylib (231.3) <C7CEEB64-06F4-3ACA-AAC1-30ECA909501A> /usr/lib/libspindump.dylib
    0x7fffd7ac0000 -     0x7fffd7c0dff7  libsqlite3.dylib (254.7) <07CD6DE3-394D-3C6A-A4B4-4CAB1054A041> /usr/lib/libsqlite3.dylib
    0x7fffd7cfe000 -     0x7fffd7d01ff7  libutil.dylib (47.30.1) <88CC63B3-0EDF-306E-9AB5-D87EBE0F3F16> /usr/lib/libutil.dylib
    0x7fffd7d02000 -     0x7fffd7d0ffff  libxar.1.dylib (357) <69547C64-E811-326F-BBED-490C6361BDCB> /usr/lib/libxar.1.dylib
    0x7fffd7d10000 -     0x7fffd7dffffb  libxml2.2.dylib (30.16) <D2A6861B-D9FA-3BFC-B664-830C3FCE6065> /usr/lib/libxml2.2.dylib
    0x7fffd7e00000 -     0x7fffd7e29fff  libxslt.1.dylib (15.9) <00735AD5-B62D-3E83-86AC-5533E4E2B102> /usr/lib/libxslt.1.dylib
    0x7fffd7e2a000 -     0x7fffd7e3bff3  libz.1.dylib (67) <46E3FFA2-4328-327A-8D34-A03E20BFFB8E> /usr/lib/libz.1.dylib
    0x7fffd7e4a000 -     0x7fffd7e4eff7  libcache.dylib (79) <093A4DAB-8385-3D47-A350-E20CB7CCF7BF> /usr/lib/system/libcache.dylib
    0x7fffd7e4f000 -     0x7fffd7e59fff  libcommonCrypto.dylib (60092.50.5) <8A64D1B0-C70E-385C-92F0-E669079FDA90> /usr/lib/system/libcommonCrypto.dylib
    0x7fffd7e5a000 -     0x7fffd7e61fff  libcompiler_rt.dylib (62) <55D47421-772A-32AB-B529-1A46C2F43B4D> /usr/lib/system/libcompiler_rt.dylib
    0x7fffd7e62000 -     0x7fffd7e6afff  libcopyfile.dylib (138) <819BEA3C-DF11-3E3D-A1A1-5A51C5BF1961> /usr/lib/system/libcopyfile.dylib
    0x7fffd7e6b000 -     0x7fffd7eeefdf  libcorecrypto.dylib (442.50.19) <65D7165E-2E71-335D-A2D6-33F78E2DF0C1> /usr/lib/system/libcorecrypto.dylib
    0x7fffd7eef000 -     0x7fffd7f20fff  libdispatch.dylib (703.50.37) <6582BAD6-ED27-3B30-B620-90B1C5A4AE3C> /usr/lib/system/libdispatch.dylib
    0x7fffd7f21000 -     0x7fffd7f26ffb  libdyld.dylib (433.5) <EC3D88D2-3D40-3274-8E26-362C2D7352C8> /usr/lib/system/libdyld.dylib
    0x7fffd7f27000 -     0x7fffd7f27ffb  libkeymgr.dylib (28) <7AA011A9-DC21-3488-BF73-3B5B14D1FDD6> /usr/lib/system/libkeymgr.dylib
    0x7fffd7f28000 -     0x7fffd7f34ffb  libkxld.dylib (3789.60.24) <5DFCDC05-6CBC-35A6-8B92-DF6803492E12> /usr/lib/system/libkxld.dylib
    0x7fffd7f35000 -     0x7fffd7f35fff  liblaunch.dylib (972.60.2) <D3306CFF-58AA-3C90-B06C-B70E80E60C5B> /usr/lib/system/liblaunch.dylib
    0x7fffd7f36000 -     0x7fffd7f3bff3  libmacho.dylib (898) <17D5D855-F6C3-3B04-B680-E9BF02EF8AED> /usr/lib/system/libmacho.dylib
    0x7fffd7f3c000 -     0x7fffd7f3eff3  libquarantine.dylib (85.50.1) <12448CC2-378E-35F3-BE33-9DC395A5B970> /usr/lib/system/libquarantine.dylib
    0x7fffd7f3f000 -     0x7fffd7f40ffb  libremovefile.dylib (45) <38D4CB9C-10CD-30D3-8B7B-A515EC75FE85> /usr/lib/system/libremovefile.dylib
    0x7fffd7f41000 -     0x7fffd7f59ff7  libsystem_asl.dylib (349.50.5) <096E4228-3B7C-30A6-8B13-EC909A64499A> /usr/lib/system/libsystem_asl.dylib
    0x7fffd7f5a000 -     0x7fffd7f5aff7  libsystem_blocks.dylib (67) <10DC5404-73AB-35B3-A277-A8AFECB476EB> /usr/lib/system/libsystem_blocks.dylib
    0x7fffd7f5b000 -     0x7fffd7fe8fef  libsystem_c.dylib (1158.50.2) <E5AE5244-7D0C-36AC-8BB6-C7AE7EA52A4B> /usr/lib/system/libsystem_c.dylib
    0x7fffd7fe9000 -     0x7fffd7fecffb  libsystem_configuration.dylib (888.60.2) <BECC01A2-CA8D-31E6-BCDF-D452965FA976> /usr/lib/system/libsystem_configuration.dylib
    0x7fffd7fed000 -     0x7fffd7ff0fff  libsystem_coreservices.dylib (41.4) <7D26DE79-B424-3450-85E1-F7FAB32714AB> /usr/lib/system/libsystem_coreservices.dylib
    0x7fffd7ff1000 -     0x7fffd8009fff  libsystem_coretls.dylib (121.50.4) <EC6FCF07-DCFB-3A03-9CC9-6DD3709974C6> /usr/lib/system/libsystem_coretls.dylib
    0x7fffd800a000 -     0x7fffd8010fff  libsystem_dnssd.dylib (765.50.9) <CC960215-0B1B-3822-A13A-3DDE96FA796F> /usr/lib/system/libsystem_dnssd.dylib
    0x7fffd8011000 -     0x7fffd803aff7  libsystem_info.dylib (503.50.4) <611DB84C-BF70-3F92-8702-B9F28A900920> /usr/lib/system/libsystem_info.dylib
    0x7fffd803b000 -     0x7fffd805dff7  libsystem_kernel.dylib (3789.60.24) <6E9E485F-91F6-36B7-A125-AE91DC978BCC> /usr/lib/system/libsystem_kernel.dylib
    0x7fffd805e000 -     0x7fffd80a5fe7  libsystem_m.dylib (3121.6) <86D499B5-BBDC-3D3B-8A4E-97AE8E6672A4> /usr/lib/system/libsystem_m.dylib
    0x7fffd80a6000 -     0x7fffd80c4ff7  libsystem_malloc.dylib (116.50.8) <A3D15F17-99A6-3367-8C7E-4280E8619C95> /usr/lib/system/libsystem_malloc.dylib
    0x7fffd80c5000 -     0x7fffd811effb  libsystem_network.dylib (856.60.1) <369D0221-56CA-3C3E-9EDE-94B41CAE77B7> /usr/lib/system/libsystem_network.dylib
    0x7fffd811f000 -     0x7fffd8128ff3  libsystem_networkextension.dylib (563.60.2) <B021F2B3-8A75-3633-ABB0-FC012B8E9B0C> /usr/lib/system/libsystem_networkextension.dylib
    0x7fffd8129000 -     0x7fffd8132ff3  libsystem_notify.dylib (165.20.1) <B8160190-A069-3B3A-BDF6-2AA408221FAE> /usr/lib/system/libsystem_notify.dylib
    0x7fffd8133000 -     0x7fffd813bfe7  libsystem_platform.dylib (126.50.8) <897462FD-B318-321B-A554-E61982630F7E> /usr/lib/system/libsystem_platform.dylib
    0x7fffd813c000 -     0x7fffd8146ff7  libsystem_pthread.dylib (218.60.3) <B8FB5E20-3295-39E2-B5EB-B464D1D4B104> /usr/lib/system/libsystem_pthread.dylib
    0x7fffd8147000 -     0x7fffd814aff7  libsystem_sandbox.dylib (592.60.1) <DC780631-BD23-36B1-9376-668619E18D25> /usr/lib/system/libsystem_sandbox.dylib
    0x7fffd814b000 -     0x7fffd814cff3  libsystem_secinit.dylib (24.50.4) <F78B847B-3565-3E4B-98A6-F7AD40392E2D> /usr/lib/system/libsystem_secinit.dylib
    0x7fffd814d000 -     0x7fffd8154ffb  libsystem_symptoms.dylib (532.50.47) <3390E07C-C1CE-348F-ADBD-2C5440B45EAA> /usr/lib/system/libsystem_symptoms.dylib
    0x7fffd8155000 -     0x7fffd8168ff7  libsystem_trace.dylib (518.60.2) <6B145B10-5874-3E89-90CD-D370DB475BA1> /usr/lib/system/libsystem_trace.dylib
    0x7fffd8169000 -     0x7fffd816effb  libunwind.dylib (35.3) <3D50D8A8-C460-334D-A519-2DA841102C6B> /usr/lib/system/libunwind.dylib
    0x7fffd816f000 -     0x7fffd8198ff7  libxpc.dylib (972.60.2) <1C9AF716-69DF-359F-85E9-7DFDE362F9A2> /usr/lib/system/libxpc.dylib

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

VM Region Summary:
ReadOnly portion of Libraries: Total=373.2M resident=0K(0%) swapped_out_or_unallocated=373.2M(100%)
Writable regions: Total=211.2M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=211.2M(100%)
 
                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Accelerate framework               256K        3 
Activity Tracing                   256K        2 
CG backing stores                 4336K       12 
CG image                           204K       41 
CoreAnimation                       64K       13 
CoreUI image data                 2056K       22 
CoreUI image file                  192K        6 
Foundation                           4K        2 
Image IO                            12K        2 
Kernel Alloc Once                    8K        2 
MALLOC                           176.6M       78 
MALLOC guard page                   48K       10 
Memory Tag 242                      12K        2 
Memory Tag 251                      40K        4 
STACK GUARD                       56.0M        8 
Stack                             11.0M        8 
VM_ALLOCATE                        344K       38 
__DATA                            32.8M      346 
__GLSLBUILTINS                    2588K        2 
__IMAGE                            528K        2 
__LINKEDIT                       122.5M       51 
__TEXT                           250.7M      337 
__UNICODE                          556K        2 
mapped file                       55.5M       27 
shared memory                     16.4M       16 
===========                     =======  ======= 
TOTAL                            732.7M     1011 

Wishlist - Disable unavailable encryptors

Add a visual indication in the Create Volume menu (dim?) if an encryptor is not available, with a note on why ("'EncFS' is not installed").

Currrently, you have to go through volume setup to get the message, and the recovery option may not be obvious to the user.

Several options are not available as packages.

Mount failure.

Mount fails with the message:
Failed To Unlock The Volume.
Not supported Volume Encountered.

Sirikali v.1.3.2 from it's repository, at Debian Jessie (oldstable) x64 KDE, with gocryptfs 1.4.2.

Disable wallets

I can't figure out how to get Sirikali to stop asking me about Wallet passwords. I wish to type in the passwords. Key Storage -> None does not do it.

Cryfs: Volume Creation Options

When creating a cryfs volume in Arch Linux, there is no option to select aes-256-gcm or aes-256-cfb from the drop-down list in Sirikali. These options can be selected if I use cryfs via the command line.

Problem creating gocryptfs

Attempting to create a gocryptfs volume yields the following error to stdout:

2016/10/09 22:50:27 Could not find fusermount binary: exec: "fusermount": executable file not found in $PATH

fusermount is in /usr/bin
cryfs mounts can be created
gocryptfs mounts can be created from the command line.

No list of mounted volumes on macOS

After creating/mounting a volume, Sirikali does open it, however, it doesn't show anything in the list and hence can't unmount any volumes (I have to unmount via Finder)

sirikali list

Even though a volume is mounted (in the default ~/.SiriKali/VolumeName path)
sirikali mount

Feature Request: Auto-Mount setting on a per-filesystem basis

It's currently not possible, to auto-mount some file systems from the favorite list only. I think it would make sense to have this setting be on a per-filesystem basis. It could for example be set as a boolean flag in the favorite file system.

Cmake fails when strictly following BUILD_INSTRUCTIONS

I tried compiling it by following the BUILD_INSTRUCTIONS, but got the following error message when running cmake:

~/Downloads/mhogomchungu-sirikali-7dc9fde/build$ cmake -DCMAKE_INSTALL_PREFIX=/usr -DQT5=true -DNOSECRETSUPPORT=false -DINTERNAL_LXQT_WALLET=false -DNOKDESUPPORT=false -DCMAKE_BUILD_TYPE=RELEASE . ..
-- Checking for module 'pwquality'
--   No package 'pwquality' found
-- Checking for module 'lxqt-wallet'
--   No package 'lxqt-wallet' found
-- ERROR: could not find lxqt_wallet package
-- ---------------------------------------------------------------------------
-- lxqt wallet support will be provided by an internal library
-- ---------------------------------------------------------------------------
-- found gcrypt header file: /usr/include/gcrypt.h
-- found gcrypt library: /usr/lib/x86_64-linux-gnu/libgcrypt.so
-- 
--------------------------------------------------------------------------
-- kwallet support NOT found,will not build kwallet functionality
-- -----------------------------------------------------------------------
-- 
--------------------------------------------------------------------------
-- libsecret support found,will build libsecret functionality
-- -----------------------------------------------------------------------
-- ---------------------------------------------------------------------------
-- Building GUI components using Qt5
-- ---------------------------------------------------------------------------


-- Configuring done
-- Generating done
-- Build files have been written to: Downloads/mhogomchungu-sirikali-7dc9fde/build

Problems with leftover backing directory

If there is a problem during a session, the backing dir in ~/.Sirikali may remain. On subsequent mounts, !/.Sirikali/

(2) is created and used. In this situation, the "Open Folder" operation does not work.

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.