Package vmm

Interface IVmmRegValue


public interface IVmmRegValue
Interface representing a registry value.
Author:
Ulf Frisk - pcileech@frizk.net
  • Method Details

    • getName

      String getName()
      Retrieve the registry key name.
      Returns:
    • getType

      int getType()
      Retrieve the registry type.
      Returns:
    • getValue

      byte[] getValue()
      Retrieve the raw registry value.
      Returns:
    • getValueAsDword

      int getValueAsDword()
      Retrieve a DWORD value.
      Returns:
    • getValueAsString

      String getValueAsString()
      Retrieve the registry value as a String.
      Returns:
    • getPath

      String getPath()
      Retrieve the registry key path.
      Returns:
    • getKeyParent

      IVmmRegKey getKeyParent()
      Retrieve the parent key.
      Returns: