Portwell EFI BIOS Extractor v2.0_a4

Replaced any assertions
This commit is contained in:
platomav 2022-05-15 19:40:54 +03:00
parent 1480d663be
commit 8d262318dd
5 changed files with 229 additions and 6 deletions

View file

@ -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)