diff options
| author | bitform <matt@exploit-monday.com> | 2013-01-07 18:42:12 -0500 | 
|---|---|---|
| committer | bitform <matt@exploit-monday.com> | 2013-01-07 18:42:12 -0500 | 
| commit | 504ac21aed7f8a2d4d99074c60b48bfdf15b1b68 (patch) | |
| tree | 919022fb196a98f9eb685c42fe5bbde702ac2084 /README | |
| parent | 7734cb5b347a3befe866308fe20df39c0398f47f (diff) | |
| download | PowerSploit-504ac21aed7f8a2d4d99074c60b48bfdf15b1b68.tar.gz PowerSploit-504ac21aed7f8a2d4d99074c60b48bfdf15b1b68.zip  | |
Added Get-PEB
Returns the process environment block (PEB) of a process.
Diffstat (limited to 'README')
| -rw-r--r-- | README | 4 | 
1 files changed, 4 insertions, 0 deletions
@@ -56,6 +56,10 @@ Get-DllLoadPath:  Tools to aid in reverse engineering
 +Get-PEB:
 +
 +   Returns the process environment block (PEB) of a process.
 +
  Get-ILDisassembly:
     Disassembles a raw MSIL byte array passed in from a MethodInfo object in a manner similar to that of Ildasm.
  |