> For the complete documentation index, see [llms.txt](https://digitalsleuth.gitbook.io/win-for-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://digitalsleuth.gitbook.io/win-for-documentation/the-tools/mobile-analysis.md).

# Mobile Analysis

### ALEAPP

Website: <https://github.com/abrignoni/aleapp\\>
Description: Android Logs Events and Protobuf Parser\
Author: Alexis Brignoni\
License: MIT License (<https://github.com/abrignoni/ALEAPP/blob/master/LICENSE)\\>
Version: 3.1.1\
Notes:

### Android Studio and SDK

Website: <https://developer.android.com/\\>
Description: Tools for debugging and accessing an Android device\
Category: Mobile Analysis\
Author: Google\
License:\
Version: 34.0.5\
Notes: Comes with adb and fastboot

### apktool

Website: <https://apktool.org/\\>
Description: A tool for reverse engineering Android apk files\
Author: Connor Tumbleson et al (<https://github.com/iBotPeaches/Apktool/blob/master/CONTRIBUTORS.md)\\>
License: Apache License v2 (<https://github.com/iBotPeaches/Apktool/blob/master/LICENSE.md)\\>
Version: 2.8.1\
Notes: JAR file, requires Java

### Bytecode Viewer

Website: <https://github.com/konloch/bytecode-viewer\\>
Description: Android APK reverse engineering suite\
Author: Konloch\
License: GNU General Public License v3 (<https://github.com/Konloch/bytecode-viewer/blob/master/LICENSE)\\>
Version: 2.11.2\
Notes:

### dex2jar

Website: <https://github.com/pxb1988/dex2jar\\>
Description: Android .dex and .class file analysis\
Author: Bob Pan (pxb1988)\
License: Apache License v2.0 (<https://github.com/pxb1988/dex2jar/blob/2.x/LICENSE.txt)\\>
Version: 2.1\
Notes:

### ILEAPP

Website: <https://github.com/abrignoni/ileapp\\>
Description: iOS Logs Events and Plists Parser\
Author: Alexis Brignoni\
License: MIT License (<https://github.com/abrignoni/iLEAPP/blob/master/LICENSE)\\>
Version: 1.18.1\
Notes:

### iphoneanalyzer (iPhone Analyzer)

Website: <https://sourceforge.net/project/iphoneanalyzer/\\>
Description: Analyze iPhone backups\
Author: leocrawford, matproud\
License: GNU General Public License v3 (<https://sourceforge.net/directory/os:linux/license:gplv3/)\\>
Version: 2.1.0\
Notes:

### jd-gui

Website: <https://github.com/java-decompiler/jd-gui\\>
Description: GUI-based Java Decompiler\
Author: Emmanuel Dupuy (emmanue1)\
License: GNU General Public License v3 (<https://github.com/java-decompiler/jd-gui/blob/master/LICENSE)\\>
Version: 1.6.6\
Notes:

### Plist Editor

Website: <https://www.icopybot.com\\>
Description: Mac PList viewing tool\
Author: VOW Software Studio\
License: End User License Agreement\
Version: 2.5.0\
Notes: Free Trial

### scrcpy

Website: <https://github.com/Genymobile/scrcpy\\>
Description: Tool to mirror and graphically control Android devices over USB or TCP/IP\
Author: Genymobile\
License: Apache License 2.0 (<https://github.com/Genymobile/scrcpy/blob/master/LICENSE)\\>
Version: 2.1.1\
Notes:

### UFADE (Universal Forensic Apple Device Extractor)

Website: <https://github.com/prosch88/UFADE\\>
Description: Standalone tool to extract data from Apple Devices\
Author: prosch88\
License: GNU General Public License 3 (<https://github.com/prosch88/UFADE/blob/main/LICENSE)\\>
Version: 0.9.4\
Notes:

### VLEAPP

Website: <https://github.com/abrignoni/vleapp\\>
Description: Vehicle Logs Events and Properties Parser\
Author: Alexis Brignoni\
License: MIT License (<https://github.com/abrignoni/VLEAPP/blob/main/LICENSE)\\>
Version: 1.0.0\
Notes:


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://digitalsleuth.gitbook.io/win-for-documentation/the-tools/mobile-analysis.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
