Skip to content

chpe1/blob_sqlite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BLOB TO TEXT IN SQLITE

Table of Contents

  1. General Info
  2. Library
  3. Installation

General Info


This script creates a copy of a sqlite database, parses the BLOB tables and, for each table found, creates a new BLOB_TEXT table in which the ASCII characters of the original table have been extracted. This allows to query on this new table. The script requires a SQLITE database as input.

Library


Installation


Warning, this script uses the binary2strings library. It is recommended to install Visual Studio 2019 to use this library.

$ git clone https://github.com/chpe1/blob_sqlite.git  
$ cd ../path/to/the/file  
$ pip install --upgrade -r requirements.txt  
$ python main.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages