Class RegistryWalker
Inheritance
System.Object
RegistryWalker
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AttackSurfaceAnalyzer.Utils
Assembly: AsaLib.dll
Syntax
public static class RegistryWalker
Methods
| Improve this Doc View SourceRegistryKeyToRegistryObject(RegistryKey, RegistryView)
Declaration
public static RegistryObject RegistryKeyToRegistryObject(RegistryKey key, RegistryView registryView)
Parameters
| Type | Name | Description |
|---|---|---|
| RegistryKey | key | |
| RegistryView | registryView |
Returns
| Type | Description |
|---|---|
| RegistryObject |
WalkHive(RegistryHive, RegistryView, String)
Declaration
public static IEnumerable<string> WalkHive(RegistryHive Hive, RegistryView View, string startingKey = "")
Parameters
| Type | Name | Description |
|---|---|---|
| RegistryHive | Hive | |
| RegistryView | View | |
| System.String | startingKey |
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerable<System.String> |