mirror of
https://github.com/platomav/BIOSUtilities.git
synced 2025-05-14 23:24:49 -04:00
Dell PFS Update Extractor v6.0_a2
Added --version parameter Structure fixes and improvements
This commit is contained in:
parent
96e87455de
commit
d6e8d31391
7 changed files with 96 additions and 90 deletions
|
@ -7,7 +7,7 @@ AMI BIOS Guard Extractor
|
|||
Copyright (C) 2018-2022 Plato Mavropoulos
|
||||
"""
|
||||
|
||||
title = 'AMI BIOS Guard Extractor v4.0_a2'
|
||||
title = 'AMI BIOS Guard Extractor v4.0_a3'
|
||||
|
||||
import os
|
||||
import re
|
||||
|
@ -20,10 +20,10 @@ sys.dont_write_bytecode = True
|
|||
|
||||
from common.externals import get_bgs_tool
|
||||
from common.num_ops import get_ordinal
|
||||
from common.path_ops import argparse_init, safe_name
|
||||
from common.path_ops import safe_name
|
||||
from common.patterns import PAT_AMI_PFAT
|
||||
from common.struct_ops import get_struct, char, uint8_t, uint16_t, uint32_t
|
||||
from common.system import script_init, script_title, printer
|
||||
from common.system import script_init, script_title, argparse_init, printer
|
||||
|
||||
class AmiBiosGuardHeader(ctypes.LittleEndianStructure):
|
||||
_pack_ = 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue