Skip to content

Instantly share code, notes, and snippets.

@umjammer
Last active October 11, 2022 13:45
Show Gist options
  • Save umjammer/ed626d74c96d5c5ff9ad771b1151e3e5 to your computer and use it in GitHub Desktop.
Save umjammer/ed626d74c96d5c5ff9ad771b1151e3e5 to your computer and use it in GitHub Desktop.

Rescue or Forensic Mac APFS Fusion Drive

USE AUTOPSY !!!

NO OTHER CHOICE

IT'S FREE AND OPEN SOURCE

install

brew's sleuthkit cannot use for build

$ cd /usr/local/src
$ brew install ant automake libtool afflib libewf postgresql testdisk doxygen
:
$ git clone --depth 1 https://github.com/sleuthkit/sleuthkit.git
:
$ cd sleuthkit
$ ./bootstrap
:
$ ./configure
:
$ make
:
$ cd ..
$ git clone --depth 1 https://github.com/sleuthkit/autopsy.git
:
$ cd autopsy
$ TSK_HOME=/usr/local/src/sleuthkit ant clean build build-zip
:
$ cd ..
$ unzip -x autopsy/dist/autopsy.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment