WIP: MD5 indexing

This commit is contained in:
JohnE 2015-11-12 14:40:11 -08:00
parent 0862011ee6
commit dbfebf636f
2 changed files with 0 additions and 48 deletions

25
dbfp.py
View File

@ -127,31 +127,6 @@ def parseArgs():
else: else:
parser.print_help() parser.print_help()
# return
# if (args.pull):
# fingerprintDir()
# return
# if (args.file is None) or (args.fp is None) or (args.pull is None):
# parser.print_help()
# return
# # compare a sqlite database file to all fingerprints
# if (args.fp and args.fpdir):
# compareFingerprintDir(args.file, args.fp, args.fpdir)
# return
# # compare a sqlite database file to a fingerprint
# if (args.fp):
# compareFingerprint(args.file, args.fp)
# return
# # create a fingerprint from the sqlite file
# filename = toolbox.ToolBox.parseFilename(args.file)
# fileout = filename + "_" + timestr + '.json'
# createFingerprint(args.file, fileout, args.verbose, args.app_name, args.app_version, args.notes)
if __name__ == "__main__": if __name__ == "__main__":

View File

@ -1,23 +0,0 @@
#
#
#
from libs import fingerprint
class FingerprintRunner:
"""
Compare Finger Prints from a directory
"""
#
def __init__(self):
return
#
def dirCompare(self, folder):
return
def compareFingerprint(self, fp1, fp2):
pass