mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-11 20:27:38 +02:00
Registry node with RI signature are effectively _CM_KEY_INDEX, just with single item elements.
This commit is contained in:
@@ -77,7 +77,7 @@ class RegistryHive(interfaces.layers.TranslationLayerInterface):
|
||||
return cell.u.KeyValue
|
||||
elif signature == 'db':
|
||||
return cell.u.ValueData
|
||||
elif signature == 'lf' or signature == 'lh':
|
||||
elif signature == 'lf' or signature == 'lh' or signature == 'ri':
|
||||
return cell.u.KeyIndex
|
||||
else:
|
||||
# It doesn't matter that we use KeyNode, we're just after the first two bytes
|
||||
|
||||
Reference in New Issue
Block a user