Added Insyde iFlash Update Extractor v2.0_a2

Added Toshiba BIOS COM Extractor v2.0_a2
This commit is contained in:
platomav 2022-06-30 01:20:21 +03:00
parent be90f364d2
commit cd2704f743
7 changed files with 359 additions and 10 deletions

View file

@ -9,8 +9,7 @@ import os
import subprocess
from common.path_ops import project_root, safe_path
from common.system import get_os_ver
from common.system import printer
from common.system import get_os_ver, printer
def get_compress_sizes(data):
size_compress = int.from_bytes(data[0x0:0x4], 'little')