Update version

- Fix version number
- Fix import functions text
- Remove auto-select for imported functions (already done with python)
- Add extracted functions for 15.0.0 arm64
- Show script version
- Add clear command
This commit is contained in:
hyugogirubato
2024-04-01 17:46:39 +02:00
parent 00ecd4e1c7
commit c9b2f8975c
7 changed files with 185039 additions and 18883 deletions
+3
View File
@@ -7,6 +7,7 @@ import coloredlogs
from _frida import Process
from pathlib import Path
import extractor
from extractor.cdm import Cdm
coloredlogs.install(
@@ -24,6 +25,8 @@ if __name__ == '__main__':
args = parser.parse_args()
try:
logger.info('Version: %s', extractor.__version__)
# Start ADB server
exitcode, _ = subprocess.getstatusoutput('adb start-server')
if exitcode != 0: