aboutsummaryrefslogtreecommitdiff
path: root/ReverseEngineering/Get-NtSystemInformation.format.ps1xml
diff options
context:
space:
mode:
authorMatt Graeber <mattgraeber@gmail.com>2013-06-01 09:55:04 -0400
committerMatt Graeber <mattgraeber@gmail.com>2013-06-01 09:55:04 -0400
commit02c982dd18ef1ed58da76c5d6469ec507a4121ce (patch)
tree7d0de82226154eaa6b0ee62b928dfc4c5e9cea5a /ReverseEngineering/Get-NtSystemInformation.format.ps1xml
parentdfec277813bfbc956dcac45345a9158093d68343 (diff)
downloadPowerSploit-02c982dd18ef1ed58da76c5d6469ec507a4121ce.tar.gz
PowerSploit-02c982dd18ef1ed58da76c5d6469ec507a4121ce.zip
Type names added to Get-NtSystemInformation
When displaying handle information, you can now filter by and display object type names: Get-NtSystemInformation
Diffstat (limited to 'ReverseEngineering/Get-NtSystemInformation.format.ps1xml')
-rw-r--r--ReverseEngineering/Get-NtSystemInformation.format.ps1xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/ReverseEngineering/Get-NtSystemInformation.format.ps1xml b/ReverseEngineering/Get-NtSystemInformation.format.ps1xml
index 3a73b47..10d16d4 100644
--- a/ReverseEngineering/Get-NtSystemInformation.format.ps1xml
+++ b/ReverseEngineering/Get-NtSystemInformation.format.ps1xml
@@ -215,7 +215,7 @@
<Label>CreatorBackTraceIndex</Label>
</TableColumnHeader>
<TableColumnHeader>
- <Label>ObjectTypeIndex</Label>
+ <Label>ObjectType</Label>
</TableColumnHeader>
<TableColumnHeader>
<Label>HandleAttribute</Label>
@@ -242,8 +242,7 @@
<FormatString>0x{0:X4}</FormatString>
</TableColumnItem>
<TableColumnItem>
- <PropertyName>ObjectTypeIndex</PropertyName>
- <FormatString>0x{0:X2}</FormatString>
+ <PropertyName>ObjectType</PropertyName>
</TableColumnItem>
<TableColumnItem>
<PropertyName>HandleAttribute</PropertyName>