pyregfi
|
Represents a registry SK record which contains a security descriptor. More...
Public Member Functions | |
def | next_security |
Loads the "next" Security record in the hive. | |
def | prev_security |
Loads the "previous" Security record in the hive. | |
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. | |
tuple | 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.
def pyregfi.Security.prev_security | ( | self | ) |
Loads the "previous" Security record in the hive.