Show / Hide Table of Contents

Class RegistryWalker

Inheritance
System.Object
RegistryWalker
Namespace: Microsoft.CST.AttackSurfaceAnalyzer.Utils
Assembly: AsaLib.dll
Syntax
public static class RegistryWalker : object

Methods

| Improve this Doc View Source

RegistryKeyToRegistryObject(RegistryKey, RegistryView)

Declaration
public static RegistryObject RegistryKeyToRegistryObject(RegistryKey key, RegistryView registryView)
Parameters
Type Name Description
RegistryKey key
RegistryView registryView
Returns
Type Description
RegistryObject
| Improve this Doc View Source

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
IEnumerable<System.String>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX