mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-02 14:28:58 +02:00
Don't forget to also clone during intermediate format native creation.
This commit is contained in:
@@ -204,6 +204,7 @@ class Version1Format(ISFormatTable):
|
||||
elif type_name == 'bitfield':
|
||||
update = {'start_bit': dictionary['bit_position'], 'end_bit': dictionary['bit_length']}
|
||||
update['base_type'] = self._interdict_to_template(dictionary['type'])
|
||||
native_template = native_template.clone()
|
||||
native_template.update_vol(**update)
|
||||
return native_template
|
||||
|
||||
|
||||
Reference in New Issue
Block a user