-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
19 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,32 @@ | ||
# SQLiteDiskExplorer | ||
|
||
<img align="left" src="https://github.com/guillaC/SQLiteDiskExplorer/assets/6315083/680a84d7-583c-43f6-b608-c3f9131dbe92" width="100" height="100"> | ||
<img align="left" src="https://github.com/guillaC/SQLiteDiskExplorer/assets/6315083/680a84d7-583c-43f6-b608-c3f9131dbe92" width="80" height="80"> | ||
|
||
SQLiteDiskExplorer is a tool designed to help you efficiently manage *your* SQLite files. Whether you're looking to explore, catalog, or batch extract SQLite files from disks and removable media, this tool provides a user-friendly solution for your needs. | ||
SQLiteDiskExplorer is a tool designed to assist you in the efficient management of *your* SQLite files. | ||
|
||
Explore, manage, and extract SQLite files efficiently with SQLiteDiskExplorer. Your valuable data is just a scan away! | ||
|
||
```diff | ||
- This application is currently in active development and is not suitable for production use. | ||
Explore and manage your SQLite files with ease using SQLiteDiskExplorer, Your valuable data is just a scan away ! | ||
|
||
+ but it works 🙃 | ||
``` | ||
|
||
## Features | ||
- **Explore SQLite Files:** Easily navigate and explore SQLite files stored on disks and removable media. | ||
- **Batch Extraction:** Extract multiple SQLite files in one go, saving time and effort. | ||
- **User-Friendly Interface:** Intuitive interface that doesn't require extensive technical knowledge. | ||
## Key Features | ||
- **Explore SQLite Files:** Easily navigate and explore SQLite files stored on disks. | ||
- Configure the application to perform targeted term searches within the columns and paths of SQLite files, facilitating quick data retrieval. | ||
- **User-Friendly Interface:** | ||
- Intuitive interface that doesn't require extensive technical knowledge. | ||
- HexViewer | ||
|
||
## Todo | ||
- **Data Visualization:** View the structure and content of your SQLite databases. | ||
- **Batch Extraction:** Extract multiple SQLite files in one go, saving time and effort. | ||
|
||
## Screenshots | ||
![image](https://github.com/guillaC/SQLiteDiskExplorer/assets/6315083/78b68650-ef33-4d36-b360-4428f27ec33f) | ||
![image](https://github.com/guillaC/SQLiteDiskExplorer/assets/6315083/f859a73c-cf6f-4a43-b864-6bd2d8ea7ddd) | ||
### Drive Analyzer | ||
![image](https://github.com/guillaC/SQLiteDiskExplorer/assets/6315083/2d2b31d8-335d-42d6-8655-e46d4b1056f6) | ||
|
||
In this user interface, the terms searched in the columns of SQLite files are displayed in blue. | ||
### SQLite Reader | ||
![image](https://github.com/guillaC/SQLiteDiskExplorer/assets/6315083/b1d7607f-79e1-4a5b-975e-655f6372a35a) | ||
|
||
## Contributing | ||
Contributions are welcome! If you find a bug or have suggestions for improvements, feel free to open an issue. |