mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-12 20:57:39 +02:00
Pdbconv: Revert typing correction that causes breakages
This commit is contained in:
@@ -366,8 +366,6 @@ class PdbReader:
|
||||
offset += length_len
|
||||
output, consumed = self.consume_type(module, offset, length)
|
||||
leaf_type, name, value = output
|
||||
if name is None:
|
||||
name = 'NO_NAME_RETURNED'
|
||||
for tag_type in ['unnamed', 'anonymous']:
|
||||
if name == '<{}-tag>'.format(tag_type) or name == '__{}'.format(tag_type):
|
||||
name = '__{}_'.format(tag_type) + hex(len(self.types) + 0x1000)[2:]
|
||||
|
||||
Reference in New Issue
Block a user