mdawsonuk / LevelDBDumper

Dumps all of the Key/Value pairs from a LevelDB database
GNU General Public License v3.0
63 stars 5 forks source link

LevelDBDumper does not produce output files #12

Closed SolitudePy closed 11 months ago

SolitudePy commented 11 months ago

LevelDB Dumper version

v2.0.2 latest

Describe the bug

When running LevelDBDumper it does not produce the output files as expected. The following command:

LevelDBDumper.exe -d C:\Temp\leveldb

indeed produce output to the terminal, but any of the following commands:

LevelDBDumper.exe -d C:\Temp\leveldb -o C:\Temp LevelDBDumper.exe -d C:\Temp\leveldb -o C:\Temp --outputFile evidence.csv

Simply does not create any files. I also tried the Kape module of LevelDBDumper and the same happened. I tried on both Whatsapp & Discord leveldb files and the same happened.

To Reproduce

Simply running LevelDBDumper on Discord/Whatsapp leveldbs

Expected behavior

Evidence files created at output directory

SolitudePy commented 11 months ago

Oh, I tried the pre-release of v3.0.0 LevelDBDumper and it works as expected. I suggest you organize the releases because the latest one is broken

mdawsonuk commented 11 months ago

Oh, I tried the pre-release of v3.0.0 LevelDBDumper and it works as expected. I suggest you organize the releases because the latest one is broken

Hi, please could you give it a go with 3.0.0, I need to get that officially released, thanks for the reminder.

SolitudePy commented 11 months ago

Yeah as I wrote I tried v3.0.0 and it worked as expected