move tskdbdiff to sleuthkit

This commit is contained in:
Greg DiCristofaro 2021-08-30 14:35:52 -04:00
parent b063e07450
commit 412ec720e4
2 changed files with 7 additions and 1203 deletions

View File

@ -16,18 +16,22 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
import sys
import subprocess
import os
# import db_diff
sys.path.insert(0, os.path.join(subprocess.getoutput("cygpath -u $TSK_HOME"), "db_diff"))
from tskdbdiff import TskDbDiff, TskDbDiffException, PGSettings from tskdbdiff import TskDbDiff, TskDbDiffException, PGSettings
import codecs import codecs
import datetime import datetime
import logging import logging
import os
import re import re
import shutil import shutil
import socket import socket
import sqlite3 import sqlite3
import subprocess
import sys
from sys import platform as _platform from sys import platform as _platform
import time import time
import traceback import traceback

File diff suppressed because it is too large Load Diff