I accidentally the AMI string extraction

This commit is contained in:
RichardG867
2022-04-19 16:00:59 -03:00
parent 5512da2e2a
commit 69005babc0

View File

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