Does not use ready-made sqlite3 libraries, instead reads the database file by parsing.It parses the sqlite3 file structure using the b-tree algorithm and saves it in a separate file. It does not process deleted data.
It first reads the database file in bytes. Parses read data according to sqlite database structure. Writes parsed data to "%time_stamp%_database.log" file.
- (Executable) Sqlite3 Parser
- sqlite3_parser.rar --> zip password: "sqlite3_parser"
- Link = https://drive.google.com/file/d/1JpVBakK6SbPSMnMIAoqp5EU5zlALY9Si/view?usp=sharing
Required libraries: pyinstaller
pip install pyinstaller
"pyinstaller" will be used to make the code one piece executable
[Language : Python 3.8.5]
pyinstaller --onefile --icon=main.ico main.py
Screenshot [1]
Screenshot [2]
Screenshot [3]
Screenshot [4]
Screenshot [5]
Run your tests on virtual machines. The responsibility for illegal use belongs to the user. Shared for educational purposes.