C# Class VolatileRegistryReader.SAMHive

Inheritance: VolatileReader.Registry.RegistryHive
Afficher le fichier Open project: brandonprry/volatile_reader

Méthodes publiques

Méthode 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 méthode

public DumpHashes ( SYSTEMHive hive ) : string[]
hive SYSTEMHive
Résultat string[]

DumpPasswordHints() public méthode

public DumpPasswordHints ( SOFTWAREHive hive ) : string[]
hive SOFTWAREHive
Résultat string[]

GetHBootKey() public méthode

public GetHBootKey ( ) : string
Résultat string

GetUsers() public méthode

public GetUsers ( ) : string[]
Résultat string[]

SAMHive() public méthode

public SAMHive ( RegistryHive hive ) : System
hive VolatileReader.Registry.RegistryHive
Résultat System

SAMHive() public méthode

public SAMHive ( string filename ) : System
filename string
Résultat System