mirror of
https://github.com/platomav/BIOSUtilities.git
synced 2025-05-13 14:44:46 -04:00
Portwell EFI BIOS Extractor v2.0_a4
Replaced any assertions
This commit is contained in:
parent
1480d663be
commit
8d262318dd
5 changed files with 229 additions and 6 deletions
|
@ -159,7 +159,7 @@ def chk16_validate(data, tag, padd=0):
|
|||
else:
|
||||
printer('Checksum of UCP Module %s is valid!' % tag, padd)
|
||||
|
||||
# Check if input path or buffer is AMI UCP image
|
||||
# Check if input is AMI UCP image
|
||||
def is_ami_ucp(in_file):
|
||||
buffer = file_to_bytes(in_file)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue