mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 12:50:22 +00:00
move tskdbdiff to sleuthkit
This commit is contained in:
parent
b063e07450
commit
412ec720e4
@ -16,18 +16,22 @@
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# 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
|
||||
import codecs
|
||||
import datetime
|
||||
import logging
|
||||
import os
|
||||
|
||||
import re
|
||||
import shutil
|
||||
import socket
|
||||
import sqlite3
|
||||
import subprocess
|
||||
import sys
|
||||
from sys import platform as _platform
|
||||
import time
|
||||
import traceback
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user