aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Graeber <mattgraeber@gmail.com>2013-06-08 09:47:16 -0400
committerMatt Graeber <mattgraeber@gmail.com>2013-06-08 09:47:16 -0400
commit94751bc156a28a941335e1321699b314c6466f38 (patch)
tree9667b178356fea4bbd7f7884b10930fd516544b6
parent12d1ebaac2060c3515c0d50ddb897e5fe0956048 (diff)
downloadPowerSploit-94751bc156a28a941335e1321699b314c6466f38.tar.gz
PowerSploit-94751bc156a28a941335e1321699b314c6466f38.zip
New-Object proxy function compatibility fix
I was calling the [Guid]::TryParse method that was only present in .NET 4 so this wasn't working in PowerShell v2.
-rw-r--r--ReverseEngineering/New-Object.ps1bin2201 -> 4376 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/ReverseEngineering/New-Object.ps1 b/ReverseEngineering/New-Object.ps1
index f148070..77b24f6 100644
--- a/ReverseEngineering/New-Object.ps1
+++ b/ReverseEngineering/New-Object.ps1
Binary files differ