mvt/mvt/android/parsers/__init__.py

10 lines
296 B
Python

# Mobile Verification Toolkit (MVT)
# Copyright (c) 2021-2023 Claudio Guarnieri.
# Use of this software is governed by the MVT License 1.1 that can be found at
# https://license.mvt.re/1.1/
from .dumpsys import (
parse_dumpsys_battery_history,
parse_dumpsys_receiver_resolver_table,
)