diff options
author | Matt Graeber <mattgraeber@gmail.com> | 2013-06-08 09:47:16 -0400 |
---|---|---|
committer | Matt Graeber <mattgraeber@gmail.com> | 2013-06-08 09:47:16 -0400 |
commit | 94751bc156a28a941335e1321699b314c6466f38 (patch) | |
tree | 9667b178356fea4bbd7f7884b10930fd516544b6 | |
parent | 12d1ebaac2060c3515c0d50ddb897e5fe0956048 (diff) | |
download | PowerSploit-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.ps1 | bin | 2201 -> 4376 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/ReverseEngineering/New-Object.ps1 b/ReverseEngineering/New-Object.ps1 Binary files differindex f148070..77b24f6 100644 --- a/ReverseEngineering/New-Object.ps1 +++ b/ReverseEngineering/New-Object.ps1 |