pyregfi
|
Represents a registry SK record which contains a security descriptor. More...
Public Member Functions | |
def | next_security (self) |
Loads the "next" Security record in the hive. More... | |
def | prev_security (self) |
Loads the "previous" Security record in the hive. More... | |
Public Member Functions inherited from pyregfi._StructureWrapper | |
def | __eq__ (self, other) |
Test for equality. More... | |
Static Public Attributes | |
int | ref_count = 1 |
Number of registry Keys referencing this SK record. | |
int | offset = 0xCAFEBABE |
The absolute file offset of the SK record's cell in the Hive file. | |
descriptor = object() | |
The winsec.SecurityDescriptor for this SK record. | |
Represents a registry SK record which contains a security descriptor.
def pyregfi.Security.next_security | ( | self | ) |
Loads the "next" Security record in the hive.
References pyregfi._StructureWrapper._base, pyregfi._StructureWrapper._hive, pyregfi._GenericList._hive, and pyregfi.HiveIterator._hive.
def pyregfi.Security.prev_security | ( | self | ) |
Loads the "previous" Security record in the hive.
References pyregfi._StructureWrapper._base, pyregfi._StructureWrapper._hive, pyregfi._GenericList._hive, and pyregfi.HiveIterator._hive.