pyregfi
|
Represents a registry SK record which contains a security descriptor. More...
Public Member Functions | |
next_security (self) | |
Loads the "next" Security record in the hive. | |
prev_security (self) | |
Loads the "previous" Security record in the hive. | |
![]() | |
__eq__ (self, other) | |
Test for equality. | |
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.
pyregfi.Security.next_security | ( | self | ) |
Loads the "next" Security record in the hive.
References pyregfi._StructureWrapper._base, pyregfi.Key._base, pyregfi.Security._base, pyregfi._GenericList._hive, pyregfi._StructureWrapper._hive, pyregfi.HiveIterator._hive, pyregfi.Key._hive, and pyregfi.Security._hive.
pyregfi.Security.prev_security | ( | self | ) |
Loads the "previous" Security record in the hive.
References pyregfi._StructureWrapper._base, pyregfi.Key._base, pyregfi.Security._base, pyregfi._GenericList._hive, pyregfi._StructureWrapper._hive, pyregfi.HiveIterator._hive, pyregfi.Key._hive, and pyregfi.Security._hive.