Giter VIP home page Giter VIP logo

mmkv_visualizer's Introduction

mmkv_visualizer

A web application that will allow you to visualize MMKV databases, with all processing done client-side. The web service utilizes Pyodide which enables a python runtime within the browser, in which the main MMKV parsing code is written in. It sends no data up to any server and all the parsing happens right in your browser.

Usage

There are three ways you can use the following code:

  1. Web Application:

The main way is to utilize the online web service provided at https://www.mmkv-visualizer.com/. You can simply drag & drop or choose an MMKV of your choice, then visualize the data. The visualizer allows you to iterate through different data type encodings (MMKV uses protobuf encoding) by simply clicking any table cell, as well as expand the data to get a deeper look.

  1. Local Web Application:

For those who would like to run the service locally, all you need is npm:

  • cd frontend
  • npm install
  • npm run dev
  1. Python Parsing:

If you'd like to use only the python code to parse the data itself, the parsing code can be found here. The main advantage of using this parsing code over the official python wrapper is that the official python wrapper does not allow you to see older data, while this parser can. This may be important for the inclined forensicator.

You can also find a set of python tests found at tests.

Decryption

The MMKV library natives allows users to encrypt their MMKV files using AES-128 in CFB mode. If needed, the application allows decryption of the data, but must be given the following:

  1. The encrypted MMKV file AND corresponding .crc file (the .crc file contains the 16-byte IV)
  2. The AES key. (Will be prompted to enter the AES key in the form of a hexstring, allowing any length for the key)

Roadmap

  • Expose more metadata: whether database size was found, or if it's a best effort approach, file is empty, file is probablistically encrypted.
  • Experiment with new UI design and see if Svelte Material is a viable solution.
  • Enable decryption with user input of encryption key.

mmkv_visualizer's People

Contributors

apmyhr avatar spak9 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.