From 0bc660a2b30e636783396f9722c8d7127241946e Mon Sep 17 00:00:00 2001 From: Nex Date: Wed, 4 Aug 2021 19:14:06 +0200 Subject: [PATCH] Updated documentation (closes: #3) --- docs/android/methodology.md | 7 +------ docs/install.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/docs/android/methodology.md b/docs/android/methodology.md index 2c57488..c064da9 100644 --- a/docs/android/methodology.md +++ b/docs/android/methodology.md @@ -1,8 +1,3 @@ # Methodology for Android forensic -For different technical reasons, it is more complex to do a forensic analysis of an Android phone. - -Currently MVT allows to perform two different checks on an Android phone: - -* Download APKs installed in order to analyze them -* Extract Android backup in order to look for suspicious SMS +TODO diff --git a/docs/install.md b/docs/install.md index 313cf34..68d3891 100644 --- a/docs/install.md +++ b/docs/install.md @@ -12,6 +12,8 @@ sudo apt install python3 python3-pip libusb-1.0-0 sqlite3 *libusb-1.0-0* is not required if you intend to only use `mvt-ios` and not `mvt-android`. +When working with Android devices you should additionally install [Android SDK Platform Tools](https://developer.android.com/studio/releases/platform-tools). If you prefer to install a package made available by your distribution of choice, please make sure the version is recent to ensure compatibility with modern Android devices. + ## Dependencies on Mac Running MVT on Mac requires Xcode and [homebrew](https://brew.sh) to be installed. @@ -24,6 +26,14 @@ brew install python3 libusb sqlite3 *libusb* is not required if you intend to only use `mvt-ios` and not `mvt-android`. +When working with Android devices you should additionally install Android SDK Platform Tools: + +```bash +brew install --cask android-platform-tools +``` + +Or by downloading the [official binary releases](https://developer.android.com/studio/releases/platform-tools). + ## MVT on Windows MVT does not currently officially support running natively on Windows. While most functionality should work out of the box, there are known issues especially with `mvt-android`.