-
Notifications
You must be signed in to change notification settings - Fork 274
Bitmap Class
Jared Atkinson edited this page Nov 5, 2015
·
6 revisions
public class Bitmap
{
// Properties
public ulong Cluster;
public bool InUse;
// Static Methods
public static Bitmap Get(string volume, ulong cluster)
public static Bitmap GetByPath(string path, ulong cluster)
public static Bitmap[] GetInstances(string volume)
public static Bitmap[] GetInstancesByPath(string path)
}
Cluster -
InUse -
Name | Description |
---|---|
Get(string, ulong) | |
GetByPath(string, ulong) | |
GetInstances(string) | |
GetInstancesByPath(string) |
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