C# 클래스 VolatileRegistryReader.SAMHive

상속: VolatileReader.Registry.RegistryHive
파일 보기 프로젝트 열기: brandonprry/volatile_reader

공개 메소드들

메소드 설명
DumpHashes ( SYSTEMHive hive ) : string[]
DumpPasswordHints ( SOFTWAREHive hive ) : string[]
GetHBootKey ( ) : string
GetUsers ( ) : string[]
SAMHive ( RegistryHive hive ) : System
SAMHive ( string filename ) : System

메소드 상세

DumpHashes() 공개 메소드

public DumpHashes ( SYSTEMHive hive ) : string[]
hive SYSTEMHive
리턴 string[]

DumpPasswordHints() 공개 메소드

public DumpPasswordHints ( SOFTWAREHive hive ) : string[]
hive SOFTWAREHive
리턴 string[]

GetHBootKey() 공개 메소드

public GetHBootKey ( ) : string
리턴 string

GetUsers() 공개 메소드

public GetUsers ( ) : string[]
리턴 string[]

SAMHive() 공개 메소드

public SAMHive ( RegistryHive hive ) : System
hive VolatileReader.Registry.RegistryHive
리턴 System

SAMHive() 공개 메소드

public SAMHive ( string filename ) : System
filename string
리턴 System