Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 482 Bytes

registry.md

File metadata and controls

27 lines (19 loc) · 482 Bytes

Registry

This documentation provides details about the data that can be faked for the Windows Registry.

To retrieve data about a fake Registry you can do the following:

from socfaker import SocFaker

sc = SocFaker()

print(sc.registry.hive)
print(sc.registry.root)
print(sc.registry.key)
print(sc.registry.path)
print(sc.registry.type)
print(sc.registry.value)

Registry Class

.. automodule:: socfaker.registry
   :members:
   :undoc-members: