diff options
author | mattifestation <mattgraeber@gmail.com> | 2014-08-09 20:26:17 -0400 |
---|---|---|
committer | mattifestation <mattgraeber@gmail.com> | 2014-08-09 20:26:17 -0400 |
commit | 2e00756b599f12c95461aca6d2fd6513b914c806 (patch) | |
tree | 6a379d3744b4257b0b988cf9bb11ff89142ca157 /README.md | |
parent | 36e1e29987ed9169d6692bb5a7bcb1753bd1dbac (diff) | |
download | PowerSploit-2e00756b599f12c95461aca6d2fd6513b914c806.tar.gz PowerSploit-2e00756b599f12c95461aca6d2fd6513b914c806.zip |
Removing New-Object proxy function
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -108,10 +108,6 @@ Marshals data from an unmanaged block of memory in an arbitrary process to a new A proxy function used to extend the built-in Get-Member cmdlet. It adds the '-Private' parameter allowing you to display non-public .NET members -#### `New-Object` - -A proxy function for New-Object that accepts a CLSID with the -ComObject parameter. - #### `Get-Strings` Dumps strings from files in both Unicode and Ascii. This cmdlet replicates the functionality of strings.exe from Sysinternals. |