-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathchangelog.txt
78 lines (71 loc) · 1.89 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
Version 1.2.4 (September 19 2020)
------------
Bug Fixes
- Changed temporary file handle for protoc check to use binmode.
Version 1.2.3 (September 17 2020)
------------
New Features
- Hacked in protobuf identification to separate protobuf branch.
Version 1.2.2 (October 28 2017)
-------------
New Features
- Added TAR to the file types
- Added the ability to search for magic numbers at offsets greater than 0 (such as TAR at 257)
Version 1.2.1 (October 28 2017)
-------------
Bug Fixes
- Missing parenthesis got fixed
Version 1.2.0 (October 28 2017)
-------------
New Features
- Added the ability to directly open an Android backup
Version 1.1.0 (October 24 2017)
-------------
New Features
- Added a log file for each run to store the same output as is displayed on the screen
- Moved all output to log functions that copy anything displayed to aforementioned logs
- Now exports both the compressed and decompressed versions of blobs if both the --export and --decompress options are chosen
Bug Fixes
- Typos in some of the output lines
Version 1.0.0 (October 23 2017)
-------------
Initial public release of SQLite Miner. Includes the following features:
- Reading individual SQLite database with the --file= option
- Recursively searching a directory for SQLite databases using the --dir= option
- Decompressing compressed files using IO::AnyUncompress with the --decompress option
- Exporting identified blobs using the --export option
- Printing basic usage with --help
- Changing the output directory using the --output= option
- Verbose output using the --verbose option
- VERY verbose output using the --very-verbose option
- The following filetypes:
7ZIP
BZIP
GZIP
LZ4
RAR
RAR_5.0
ZIP
ZIP_EMPTY
ZIP_SPAN
ZLIB_LOW
ZLIB
ZLIB_MAX
BPLIST
XML
BMP
JPEG_RAW
JPEG_JFIF
JPEG_EXIF
GIF
PNG
WEBP
MP3
MP3_ID3
OGG
WAV
FLAC
PDF
RTF
iNote
DALVIK_EXECUTABLE