C# Class VolatileRegistryReader.SAMHive

Inheritance: VolatileReader.Registry.RegistryHive
Show file Open project: brandonprry/volatile_reader

Public Methods

Method Description
DumpHashes ( SYSTEMHive hive ) : string[]
DumpPasswordHints ( SOFTWAREHive hive ) : string[]
GetHBootKey ( ) : string
GetUsers ( ) : string[]
SAMHive ( RegistryHive hive ) : System
SAMHive ( string filename ) : System

Method Details

DumpHashes() public method

public DumpHashes ( SYSTEMHive hive ) : string[]
hive SYSTEMHive
return string[]

DumpPasswordHints() public method

public DumpPasswordHints ( SOFTWAREHive hive ) : string[]
hive SOFTWAREHive
return string[]

GetHBootKey() public method

public GetHBootKey ( ) : string
return string

GetUsers() public method

public GetUsers ( ) : string[]
return string[]

SAMHive() public method

public SAMHive ( RegistryHive hive ) : System
hive VolatileReader.Registry.RegistryHive
return System

SAMHive() public method

public SAMHive ( string filename ) : System
filename string
return System