pyregfi
Public Member Functions | Static Public Attributes
pyregfi.Security Class Reference

Represents a registry SK record which contains a security descriptor. More...

Inheritance diagram for pyregfi.Security:
Inheritance graph
[legend]

List of all members.

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.

Detailed Description

Represents a registry SK record which contains a security descriptor.


Member Function Documentation

def pyregfi.Security.next_security (   self)

Loads the "next" Security record in the hive.

Note:
SK records are included in a circular, doubly-linked list. To iterate over all SK records, be sure to check for the repetition of the SK record you started with to determine when all have been traversed.
def pyregfi.Security.prev_security (   self)

Loads the "previous" Security record in the hive.

Note:
SK records are included in a circular, doubly-linked list. To iterate over all SK records, be sure to check for the repetition of the SK record you started with to determine when all have been traversed.

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables