Skip to content

Commit df71afe

Browse files
committed
2025-11-5 post
1 parent 9580033 commit df71afe

2 files changed

Lines changed: 55 additions & 0 deletions

File tree

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
---
2+
layout: post
3+
title: Trying out ALEX - Android Logical Extractor
4+
author: 'ogmini'
5+
tags:
6+
- Android
7+
- Python
8+
- ALEX
9+
---
10+
11+
Trying out Android Logical Extractor (ALEX) by Christian Peter today — available at [https://github.com/prosch88/ALEX](https://github.com/prosch88/ALEX). My test setup:
12+
13+
- Windows 11 23H2 (I need to update this testing system)
14+
- Pixel 6A (no root) (Future Test)
15+
- Pixel 7 (root)
16+
- Python 3.10.11 (ALEX requires 3.11)
17+
18+
What follows are just some quick observations/thoughts. This is not meant to be a full review.
19+
20+
## Installation Steps
21+
22+
Pretty straightforward and this assumes you already have Python installed on the system. These steps are for Windows.
23+
24+
1. git clone the repository or download the zip file.
25+
2. `pip install -r requirements.txt`
26+
3. `winget install --id Google.PlatformTools`
27+
4. Connect device to computer and run `adb devices` to verify
28+
5. `python.exe alex.py`
29+
30+
## Options / UI
31+
32+
![Main Menu](/images/ALEX/main-screen.png)
33+
34+
On the main menu you have the following option:
35+
36+
- Reporting Options
37+
- Save Device Info
38+
- Create PDF Report
39+
- Acquisition Options
40+
- Pull "sdcard"
41+
- ADB Backup
42+
- Logical+ Backup (UFED Style)
43+
- Partially Restored Filesystem Backup
44+
- Logging Options
45+
- Logcat (Dump)
46+
- Dumpsys
47+
- Bugreport
48+
- Advanced Optiosn
49+
- Take screenshots
50+
- Chat Capture
51+
- Query Content Providers
52+
53+
I tried out all of the options except for "Chat Capture" and encountered no issues/errors. I have no chats on my test Pixel 7 at the moment. I have not had a chance to run this on the Pixel 6A yet.
54+
55+
ALEX is Very easy to use and gives similar vibes to [Android Triage](https://github.com/RealityNet/android_triage). I have to find some more time to dig in deeper. Feeding the output in ALEAPP and examining any differences between ALEX's capabilities on a rooted and non-rooted phone.

images/ALEX/main-screen.png

46.6 KB
Loading

0 commit comments

Comments
 (0)