mirror of
https://github.com/86Box/bios-tools.git
synced 2026-02-22 09:35:33 -07:00
I accidentally the AMI string extraction
This commit is contained in:
@@ -416,6 +416,7 @@ class AMIAnalyzer(Analyzer):
|
||||
self.debug_print('Version (Color):', repr(self.version))
|
||||
|
||||
# Extract string.
|
||||
self.string = util.read_string(file_data[id_block_index + 0x78:id_block_index + 0xa0])
|
||||
self.debug_print('Raw string:', repr(self.string))
|
||||
|
||||
# Add identification tag to the string if one is present.
|
||||
|
||||
Reference in New Issue
Block a user