Skip to content

Commit a92ebe0

Browse files
committed
Update README.md
Added in instructions for Windows executables
1 parent d09f722 commit a92ebe0

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,23 @@ SQLite-Parser
33

44
Script to recover deleted entries in an SQLite database and places the output into either a TSV file or text file (-r)
55

6-
###Usage
6+
###Usage for sqlparse.py
77

88
sqlparse.py -f /home/sanforensics/smsmms.db -o report.tsv
99
sqlparse.py -f /home/sanforensics/smssms.db -r -o report.txt
1010

11+
###Usage for sqlparse_CLI.exe
12+
13+
sqlparse_CLI.exe -f C:\Users\Mari\smsmms.db -o report.tsv
14+
sqlparse_CLI.exe -f C:\Users\Mari\smsmms.db -t -o report.txt
15+
16+
###sqlparse_GUI.exe
17+
This file is a GUI interface. In order to use the GUI, the sqlparse_CLI.exe must be included in the same directory.
18+
Both of these files are included in the sqlparse_GUI.zip file.
19+
1120
###More Information
1221

1322
View the blog post at http://az4n6.blogspot.com/2013/11/python-parser-to-recover-deleted-sqlite.html for more information
1423

1524

16-
Email Mari > arizona4n6 at gmail dot com for help/questions/bugs
25+
Email Mari, arizona4n6 at gmail dot com for help/questions/bugs

0 commit comments

Comments
 (0)