Table of Contents
Loading contents...
README.md
MobApp-Storage Inspector
Make mobile app storage analysis effortless.
An all-in-one, cross-platform application that enables users to inspect mobile application storage files, databases, and more. Useful for developers, security testers, and forensics professionals.
Table of Contents
Why Use It
Manual mobile app storage inspection is tedious and error-prone:
- String Extraction: strings
generates noisy, hard-to-parse output.
- SQL Commands: sqlite3
requires complex syntax and error handling.
- Grep Searches: Crafting regex for grep
is slow and yields overwhelming results.
- Objection Limits: Excels in runtime analysis but lacks robust static file inspection.
- Excel Struggles: Poor handling of large datasets, requiring complex schemas and filters.
MobApp-Storage Inspector solves these:
- Auto Strings: Instantly extracts readable text from binaries.
- Database Access: Browse SQLite tables without writing queries.
- Fast Search: Find files or content using plain English, no regex needed.
- Intuitive UI: Replaces command-line complexity with a graphical interface.
Features
Feature | Advantage |
---|---|
File Tree | Effortless directory navigation. |
SQLite Viewer | Browse and query databases without SQL. |
Text Viewer | Syntax highlighting for XML, JSON, and more. |
Image Viewer | Zoom and inspect metadata. |
Binary Analysis | Hex view with auto-extracted strings. |
Fast Search | Quickly locate files or content. |
Flexible Layout | Multiple column and text-based data views. |
Custom Filters | User-defined data post-processing. |
Light/Dark Modes | Comfortable viewing for long sessions. |
Cross-Platform | Compatible with Windows, macOS, Linux. |
Performance | Minimal system resource usage for efficiency. |
Installation
Prerequisites
- Java 17+ (verify with
java -version
).
Quick Start
- Download the latest JAR from Releases.
- Run:
bash java -jar MobApp-Storage-Inspector.jar
Build from Source
- Clone:
bash git clone ttps://github.com/thecybersandeep/mobapp-storage-inspector cd MobApp-Storage-Inspector
- Build:
bash mvn clean package
- Run:
bash java -jar output/MobApp-Storage-Inspector.jar
Usage
- Browse: Navigate app storage using the left tree view.
- Inspect: Click files to view:
- SQLite Databases: Browse tables, run queries.
- Text Files: Syntax-highlighted display.
- Images: Zoom, view metadata.
- Binaries: Hex view with extracted strings. - Search: Use the search bar to find files or content.
Supported Files:
- Databases: .db
, .sqlite
, .sqlite3
- Text: .xml
, .json
, .txt
, .plist
, etc.
- Images: .jpg
, .png
, .gif
, etc.
- Binaries: Any file with hex view.
Troubleshooting
Issue | Fix |
---|---|
Java Error | Install Java 17+ (java -version ). |
Permission Denied | Run as admin or check folder permissions. |
UI Scaling | Adjust system display settings. |
Contributing
Love the tool? Help make it better!
- Report Issues: File bugs or ideas
- Submit PRs: Fork, code, and send pull requests.
Open an Issue.
For thoughts on tool uses, see below.
Tool Information
Author
thecybersandeep
Project Added On
May 31, 2025
License
Open Source
Tags
Related Tools
Deobfuscate-android-app
LLM tool to find any potential vulnerabilities in android apps and deobfuscate android app code.
StableSnapdroid
Android Snapshot and recording tool
Stableapk-components-inspector
A lightweight Python-based tool to extract and enumerate exported Android components (activities, services, receivers, providers), parse real intent extras from Smali code, and automatically generate practical ADB commands for pentesting.
Stable