mirror of
https://github.com/platomav/BIOSUtilities.git
synced 2025-05-13 14:44:46 -04:00
Added Insyde iFlash Update Extractor v2.0_a2
Added Toshiba BIOS COM Extractor v2.0_a2
This commit is contained in:
parent
be90f364d2
commit
cd2704f743
7 changed files with 359 additions and 10 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue