JohnE
|
6099bf0d34
|
MOD: updated docs for release
|
2016-02-20 02:05:10 -08:00 |
JohnE
|
6b0ba75e0c
|
Merge branch 'md5func' into fpsave
|
2016-02-20 01:47:00 -08:00 |
JohnE
|
b19750dcaa
|
FIN: fingerprint insert complete
|
2016-02-20 01:42:47 -08:00 |
JohnE
|
3afbd57d78
|
MOD: insert working with an exception
|
2016-02-19 23:13:25 -08:00 |
JohnE
|
0239696efb
|
NEW: md5 serach complete
|
2016-02-19 01:33:52 -08:00 |
JohnE
|
817530d135
|
MOD: notes
|
2016-02-18 23:09:34 -08:00 |
JohnE
|
4f08d382a8
|
MOD: notes
|
2016-02-18 23:08:38 -08:00 |
JohnE
|
dbdfadbe5a
|
MOD: merged changes from Nathan'
|
2016-02-18 19:54:15 -08:00 |
JohnE
|
6c4a5b62e6
|
WIP: adding new fingerprint index
|
2016-02-18 11:01:45 -08:00 |
JohnE
|
558c19ccb8
|
WIP: table md5 search
|
2016-02-09 16:36:23 -08:00 |
JohnE
|
87dba395ea
|
WIP: changes are work in progress
|
2016-02-08 20:42:12 -08:00 |
JohnE
|
ddde72c13f
|
WIP: changes are work in progress
|
2016-02-08 20:18:57 -08:00 |
JohnE
|
50132eeb7f
|
MOD: updated the docs to reflect the latest changes
|
2016-02-02 02:06:01 -08:00 |
JohnE
|
98720f214d
|
MOD: more cleanup of print statements, better exception handling, changed switch from "-dd" to "-ad", changed switch from "-pull" to "-android_pull"
|
2016-01-29 21:30:11 -08:00 |
JohnE
|
2c3ef39e24
|
MOD: code cleanup to be more consistant with print statements and exception handing when calling the API
|
2016-01-29 13:24:44 -08:00 |
JohnE
|
2e12a2cce1
|
MOD: updated docs in support of API
|
2016-01-25 15:28:59 -08:00 |
JohnE
|
3efcd0a482
|
FIX: bug fixes to the -db feature to allow for single filename, improved error messages in the command line tool
|
2016-01-23 15:44:21 -08:00 |
JohnE
|
85f7e474e2
|
UPD: updated the documents, updated the version #, ready for release
|
2016-01-12 23:39:16 -08:00 |
JohnE
|
e3872e159f
|
MOD: removed my username from file
|
2016-01-12 23:22:50 -08:00 |
JohnE
|
734f5ba4b2
|
FIX: fixed bugs introduced with the importJSON and the fingerprint index cmoparison feature
|
2016-01-12 01:10:05 -08:00 |
JohnE
|
4a52287c59
|
MOD: new fingerprints were created after a bug fix
|
2016-01-12 01:09:01 -08:00 |
JohnE
|
9a663ef918
|
BUG: fixed bug that had each app fingerprints be concatenated together because the fingerprint object was bring recycled and the new tables were appended...now I create a new fingerprint object for each file that is read
|
2016-01-08 03:47:29 -08:00 |
JohnE
|
96ef570419
|
FIN: completed the fingerprint comparison with and index of fingerprints
|
2016-01-08 02:49:49 -08:00 |
JohnE
|
2984a84a81
|
WIP: fingerprint index comparison lookup
|
2016-01-05 16:43:29 -08:00 |
JohnE
|
eaba709b46
|
WIP: index query, updated cursor connection code
|
2016-01-01 02:00:38 -08:00 |
JohnE
|
a39dad4f18
|
WIP: adding functions to use index
|
2015-12-28 23:50:10 -08:00 |
JohnE
|
b6c6e0f600
|
FIX: fixed the database connection to be consistant
|
2015-12-28 22:51:37 -08:00 |
JohnE
|
6a79f61cb6
|
FIN: second index population complete, fingerprint count for each md5 complete (fp_count), collision detection complete, primary keys complete
|
2015-12-17 13:47:21 -08:00 |
JohnE
|
cb4ab6d169
|
MOD: example unit tests
|
2015-12-17 00:18:54 -08:00 |
JohnE
|
b60f036d99
|
WIP: fingerpoint counts fp_count
|
2015-12-16 17:34:49 -08:00 |
JohnE
|
2312d54984
|
FIN: updated the insert into md5_all table with collision detection, updates the row and adds another fingerprint to the fp_list column
|
2015-12-14 20:56:10 -08:00 |
JohnE
|
81fbd50dc5
|
WIP: second index is created and working on populating it
|
2015-12-14 15:27:07 -08:00 |
JohnE
|
b22b34a1d7
|
MOD: updated to reflect the new options added (-dd) (-idx)
|
2015-12-14 15:27:07 -08:00 |
JohnE
|
cb99e55dd5
|
NEW: added developer notes
|
2015-12-14 15:27:07 -08:00 |
JohnE
|
246cb522da
|
MOD: insert is working, but there is already collisions for the md5 of the entire schema and the field was marked as unique. I will investigate if this accurate.
|
2015-12-14 15:27:07 -08:00 |
JohnE
|
5e6fc05b81
|
FIX: fixed a bug that occurred from changing import
|
2015-12-10 19:33:44 -08:00 |
JohnE
|
ff06ba1d71
|
WIP: sql insert
|
2015-12-10 16:39:05 -08:00 |
JohnE
|
7736404c30
|
WIP: problem inserting a row into database, troubleshooting
|
2015-12-10 12:48:13 -08:00 |
JohnE
|
8653b56e86
|
MOD: updated the open index for better exception handling, updated the json import and code, not using a getter for member variables because that is pointless, instead doing do.db_hash and db.table_hashes
|
2015-12-04 12:29:56 -08:00 |
JohnE
|
c51cfb7bad
|
NEW: added new command line switch "-l" for logging to a file, also modified "-v" to set the debug level
|
2015-12-03 11:34:35 -08:00 |
JohnE
|
0465d31781
|
NEW: added new command line switch "-idx" for the index
|
2015-12-03 11:06:37 -08:00 |
JohnE
|
c91a0f74dd
|
MOD: added a timestamp to the fingerprints folder to avoid collisions, fingerprints_2015-12-02_131904
|
2015-12-02 13:22:31 -08:00 |
JohnE
|
78c1727afa
|
MOD: updated the file version # since changes to the format were made
|
2015-12-02 11:33:01 -08:00 |
JohnE
|
02e187c233
|
MOD: modified the output of the fingerprints to be flat (not creating a directory for every app
|
2015-11-30 17:48:08 -08:00 |
JohnE
|
c87aea45f0
|
NEW: added processing of an android data folder
|
2015-11-30 17:35:15 -08:00 |
JohnE
|
2c1a131c30
|
WIP: fingerprint index
|
2015-11-30 10:35:38 -08:00 |
JohnE
|
ea26abc58c
|
MOD: updated the commandline parameters
|
2015-11-19 16:35:38 -08:00 |
JohnE
|
9a0c1a9439
|
MOD: added db-metadata-md5 to the fingerprint. it is a md5 sum of a concatenation of each table md5 sum
|
2015-11-19 02:04:21 -08:00 |
JohnE
|
dd653d60d7
|
NEW: added md5 sume exceptions
|
2015-11-19 02:02:44 -08:00 |
JohnE
|
2417001be2
|
WIP: md5 create index
|
2015-11-16 15:57:28 -08:00 |