diff options
author | Matt Graeber <mattgraeber@gmail.com> | 2013-05-25 08:58:24 -0400 |
---|---|---|
committer | Matt Graeber <mattgraeber@gmail.com> | 2013-05-25 08:58:24 -0400 |
commit | 7d5e884c3f0c1359fb9e9e4829188c8bdc57b23f (patch) | |
tree | f68af7b7d1540c410a79a5522040397fd3223259 | |
parent | 91bd44f0f08259c541088c278467ed9b597985e3 (diff) | |
download | PowerSploit-7d5e884c3f0c1359fb9e9e4829188c8bdc57b23f.tar.gz PowerSploit-7d5e884c3f0c1359fb9e9e4829188c8bdc57b23f.zip |
ProcessParameters now displays properly
-rw-r--r-- | ReverseEngineering/Get-PEB.format.ps1xml | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/ReverseEngineering/Get-PEB.format.ps1xml b/ReverseEngineering/Get-PEB.format.ps1xml index 88eee6a..3d075eb 100644 --- a/ReverseEngineering/Get-PEB.format.ps1xml +++ b/ReverseEngineering/Get-PEB.format.ps1xml @@ -74,8 +74,7 @@ <PropertyName>InInitializationOrderModuleList</PropertyName>
</ListItem>
<ListItem>
- <Label>ProcessParameters</Label>
- <ScriptBlock>"0x$($_.ProcessParameters.ToString("X$([IntPtr]::Size * 2)"))"</ScriptBlock>
+ <PropertyName>ProcessParameters</PropertyName>
</ListItem>
<ListItem>
<Label>SubSystemData</Label>
@@ -411,8 +410,7 @@ <PropertyName>InInitializationOrderModuleList</PropertyName>
</ListItem>
<ListItem>
- <Label>ProcessParameters</Label>
- <ScriptBlock>"0x$($_.ProcessParameters.ToString("X$([IntPtr]::Size * 2)"))"</ScriptBlock>
+ <PropertyName>ProcessParameters</PropertyName>
</ListItem>
<ListItem>
<Label>SubSystemData</Label>
@@ -705,8 +703,7 @@ <PropertyName>InInitializationOrderModuleList</PropertyName>
</ListItem>
<ListItem>
- <Label>ProcessParameters</Label>
- <ScriptBlock>"0x$($_.ProcessParameters.ToString("X$([IntPtr]::Size * 2)"))"</ScriptBlock>
+ <PropertyName>ProcessParameters</PropertyName>
</ListItem>
<ListItem>
<Label>SubSystemData</Label>
|