First commit to refactor of command definitions

This commit is contained in:
Nex
2022-06-15 17:41:19 +02:00
parent a9be771f79
commit a12c4e6b93
42 changed files with 384 additions and 298 deletions
-1
View File
@@ -4,7 +4,6 @@
# https://license.mvt.re/1.1/
import hashlib
import logging
from mvt.android.parsers.backup import parse_backup_file, parse_tar_for_sms
-1
View File
@@ -8,7 +8,6 @@ import os
from pathlib import Path
from mvt.android.modules.bugreport.appops import Appops
from mvt.common.indicators import Indicators
from mvt.common.module import run_module
from ..utils import get_artifact_folder
-3
View File
@@ -3,9 +3,6 @@
# Use of this software is governed by the MVT License 1.1 that can be found at
# https://license.mvt.re/1.1/
import hashlib
import logging
from mvt.android.parsers.dumpsys import parse_dumpsys_appops
from ..utils import get_artifact