aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMatt Graeber <mattgraeber@gmail.com>2013-06-05 22:03:27 -0400
committerMatt Graeber <mattgraeber@gmail.com>2013-06-05 22:03:27 -0400
commite210c89f39894cc40ad6f0784f76da61ff612ae0 (patch)
tree521af6d90de7783d6e9ef9ab2761270e303c6917 /README.md
parent02c982dd18ef1ed58da76c5d6469ec507a4121ce (diff)
downloadPowerSploit-e210c89f39894cc40ad6f0784f76da61ff612ae0.tar.gz
PowerSploit-e210c89f39894cc40ad6f0784f76da61ff612ae0.zip
Added New-Object proxy function
You can provide a CLSID (i.e. a Guid) to New-Object via the -ComObject parameter in addition to a ProgId.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7006f89..9d656f2 100644
--- a/README.md
+++ b/README.md
@@ -100,6 +100,10 @@ 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.