-
Notifications
You must be signed in to change notification settings - Fork 274
ValueKey Class
Jared Atkinson edited this page Nov 5, 2015
·
5 revisions
public class ValueKey : Cell
{
// Properties
public readonly string HivePath;
public readonly string Key;
public readonly uint DataLength;
public readonly VALUE_KEY_DATA_TYPES DataType;
public readonly string Name;
// Static Methods
public static ValueKey Get(string path, string key, string val)
public static ValueKey[] GetInstances(string path, string key)
// Instance Methods
public byte[] GetData()
}
HivePath -
Key -
DataLength -
DataType -
Name -
Name | Description |
---|---|
Get(string, string, string) | |
GetInstances(string, string) | |
GetData() |
Getting Started
- PowerForensics
- PowerForensics.Artifacts
- PowerForensics.Ntfs
- PowerForensics.Formats
- PowerForensics.Registry
- PowerForensics.Utilities
Cmdlets
- ConvertTo-ForensicTimeline
- Copy-ForensicFile
- Get-ForensicAlternateDataStream
- Get-ForensicAmcache
- Get-ForensicAttrDef
- Get-ForensicBitmap
- Get-ForensicBootSector
- Get-ForensicChildItem
- Get-ForensicContent
- Get-ForensicEventLog
- Get-ForensicFileRecord
- Get-ForensicFileRecordIndex
- Get-ForensicFileSlack
- Get-ForensicGuidPartitionTable
- Get-ForensicMasterBootRecord
- Get-ForensicMftSlack
- Get-ForensicNetworkList
- Get-ForensicPartitionTable
- Get-ForensicPrefetch
- Get-ForensicRegistryKey
- Get-ForensicRegistryValue
- Get-ForensicScheduledJob
- Get-ForensicSid
- Get-ForensicTimeline
- Get-ForensicTimezone
- Get-ForensicUnallocatedSpace
- Get-ForensicUserAssist
- Get-ForensicUsnJrnl
- Get-ForensicUsnJrnlInformation
- Get-ForensicVolumeBootRecord
- Get-ForensicVolumeInformation
- Get-ForensicVolumeName
- Invoke-ForensicDD