We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ddf946 commit d197031Copy full SHA for d197031
1 file changed
docs/source/projects/dissect.regf/index.rst
@@ -31,9 +31,9 @@ subkeys from the root of a hive:
31
32
from dissect.regf import RegistryHive
33
34
- with open("/path/to/SYSTEM", "rb") as fh
+ with open("/path/to/SYSTEM", "rb") as fh:
35
hive = RegistryHive(fh)
36
- for subkey in hive.root.subkeys():
+ for subkey in hive.root().subkeys():
37
print(subkey)
38
39
0 commit comments