This repository contains executables (source code coming soon) to view LevelDB's in a GUI or to dump them to a sqlite database and CSV file.
To use the either program make sure you make a copy of the levelDB directory that you want to view/dump Once you view it and dump it the programs will no longer be able to read from them so you will have to get a cew copy of them.
Leveldb-dump.exe
is the directory that the levelDB database resides in.
the base file name that the sqlite database and csv files will be created under.Leveldb_viewer.exe
Under the File menu option choose open database. Navigate to the directory that the levelDB data resides in and click open to view the key value pairs.