undark
undark copied to clipboard
SQLite3 data extraction / undelete
Hi Great stuff! But what I've found out, that it works wrong with non-english characters in database. It makes dots out of any for example cyryllic letters: 79,NULL,"+380966478305","...... ..........","...... ..........",384,384,"........","...
Hi, not sure if this project is still being developed (I hope so though!) but I found a bug while reading my sqlite db. `./undark -i my_database.db --no-blobs` gives out...
As a minimal example, create the following database: ``` CREATE TABLE 'simpletable' ( 'name' TEXT, '8bitnumber' INTEGER, '16bitnumber' INTEGER, '24bitnumber' INTEGER, '32bitnumber' INTEGER, '48bitnumber' INTEGER, '64bitnumber' INTEGER ); INSERT INTO...