Package vmm
Interface IVmmRegValue
public interface IVmmRegValue
Interface representing a registry value.
- Author:
- Ulf Frisk - pcileech@frizk.net
-
Method Summary
Modifier and TypeMethodDescriptionRetrieve the parent key.getName()
Retrieve the registry key name.getPath()
Retrieve the registry key path.int
getType()
Retrieve the registry type.byte[]
getValue()
Retrieve the raw registry value.int
Retrieve a DWORD value.Retrieve the registry value as a String.
-
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:
-