appwisp
  • App explorer
  • SDKs insights
  • API
  • Contact
  • About
  • API
  • Github
© 2025 appwisp.com

Sqlite Page Explorer

cc.siara.sqlite_pe

Total installs
68(68)
Rating
unknown
Released
March 30, 2024
Last updated
August 31, 2024
Category
Education
Developer
Siara Logics
Developer details

Name
Siara Logics
E-mail
[email protected]
Website
unknown
Country
unknown
Address
unknown
Android SDKs

  • No items.
Sqlite Page Explorer Header - AppWisp.com

Screenshots

Sqlite Page Explorer Screenshot 1 - AppWisp.com
Sqlite Page Explorer Screenshot 2 - AppWisp.com
Sqlite Page Explorer Screenshot 3 - AppWisp.com
Sqlite Page Explorer Screenshot 4 - AppWisp.com

Description

This application lets the user open Sqlite databases and explore the internal organisation of various objects such as tables and indices. To understand how Sqlite3 data is organised, please see Database file format from Sqlite website.

SQLite is a self-contained, high-reliability, embedded, full-featured, public-domain, SQL database engine.

Applications:
- Viewing internal organisation of Sqlite databases for software development, ethical hacking and troubleshooting
- Studying the format of Sqlite databases for academic purposes
- Forensic investigators may use it to view data from deleted pages

Features:
- Opening Sqlite databases, displaying first page (containing header and schema root)
- Opening internal pages which may be a B-Tree page, Freelist page or Overflow page
- Exploring root, internal and leaf pages of B-Tree pages hierarchically.
Parsing and displaying cell content for B-Tree pages
- Exploring Freelist trunk and leaf pages

User guide:

On pressing the Open database button, the user can select the database file to explore. The application opens the header, finds out the page size and provides links for the user to expand the Header and Page 1.

The first page invariably contains the header and the schema (definitions of tables and indices). If the schema fits into the first page, the definitions can be seen on the Page details section in the form of table under Cells heading.

For exploring data of tables and indices, the Open button against each table/index under Cells section may be clicked. This opens the root page of the table or index. Further exploration can be carried out from there by clicking on buttons in the Page details sections.

If the schema spills over more than one page, the first page contains links to the different pages in which schema information is stored. These links can be seen in the Page details section under Cells heading and Open button against Right most pointer just above Cells.

For each page, the page content in bytes is shown in Hex, Decimal and Text representations. It is also possible to open a random page from the database by entering page number and pressing on the Open: button at the bottom.