3 repositorios
Tools for browsing and sorting tables within local database files stored on the device.
Distinct from Local Databases: Distinct from Local Databases: focuses on the exploration and visualization of the data rather than the database management system itself.
Explore 3 awesome GitHub repositories matching data & databases · Local Database Browsers. Refine with filters or upvote what's useful.
FLEX is an in-app debugging tool and runtime exploration environment for iOS applications. It provides an integrated suite for inspecting and modifying the internal state of a running process without the use of an external debugger. The project includes a runtime inspector for browsing the memory heap and calling methods dynamically, alongside a view hierarchy debugger for visualizing and adjusting layout structures in real time. It features a network traffic monitor to log and analyze HTTP request history, headers, and responses, as well as a sandbox manager for viewing and editing files and
Provides a tool to browse and sort tables within database files stored on the local file system.
Objection is a dynamic instrumentation framework and runtime exploration toolkit for mobile application security analysis. It provides a command-line interface to interact with the memory and state of iOS and Android applications during active execution, serving as a toolkit for runtime analysis and security testing. The project distinguishes itself by providing specialized capabilities to bypass common mobile security controls, including SSL pinning, biometric authentication, and root or jailbreak detection. It enables the extraction of sensitive credentials and data from secure storage syst
Interacts with and explores SQLite databases directly on the device without requiring external exports.
Studio es una herramienta de gestión de bases de datos SQL contenerizada que proporciona una interfaz gráfica basada en navegador para ejecutar consultas y gestionar datos a través de varias bases de datos SQL. Consiste en un editor de consultas especializado y una interfaz de administración gráfica diseñada para la administración de bases de datos basada en web. El proyecto cuenta con un editor de consultas SQL de alto rendimiento con autocompletado y sugerencias de funciones para ejecutar múltiples comandos de base de datos simultáneamente. Incluye un editor de esquema visual para crear y modificar columnas de tablas y un editor de registros que prepara y previsualiza cambios antes de que sean confirmados en la fuente. La plataforma cubre conectividad de bases de datos y sincronización de perfiles, integración de SQL multidiálogo y un framework de extensión de interfaz de usuario para añadir lógica personalizada a menús, pestañas y barras laterales. Utiliza un wrapper de escritorio para puentear drivers de bases de datos que de otro modo estarían restringidos dentro de entornos de navegador web estándar. La aplicación está empaquetada como una imagen de Docker para asegurar un despliegue consistente a través de diferentes plataformas de hosting.
Enables connectivity to local database files and drivers typically restricted by web browser environments.