diff options
author | Matt Graeber <mattgraeber@gmail.com> | 2013-10-05 04:28:24 -0700 |
---|---|---|
committer | Matt Graeber <mattgraeber@gmail.com> | 2013-10-05 04:28:24 -0700 |
commit | 50c6fad88e32e731e50806dd6ddc3bf34d4a9b16 (patch) | |
tree | 68c67b8184f967d78de944ca52cb445904a0a056 /CodeExecution/Invoke-ReflectivePEInjection.ps1 | |
parent | 511b682620c4607c00df494cd0eff51761779437 (diff) | |
parent | d269eec01d451745a50686495275e9525712b8b9 (diff) | |
download | PowerSploit-50c6fad88e32e731e50806dd6ddc3bf34d4a9b16.tar.gz PowerSploit-50c6fad88e32e731e50806dd6ddc3bf34d4a9b16.zip |
Merge pull request #16 from clymb3r/master
Switching to ANSI from UTF8 encoding
Diffstat (limited to 'CodeExecution/Invoke-ReflectivePEInjection.ps1')
-rw-r--r-- | CodeExecution/Invoke-ReflectivePEInjection.ps1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CodeExecution/Invoke-ReflectivePEInjection.ps1 b/CodeExecution/Invoke-ReflectivePEInjection.ps1 index 6e18bff..ccc1dd6 100644 --- a/CodeExecution/Invoke-ReflectivePEInjection.ps1 +++ b/CodeExecution/Invoke-ReflectivePEInjection.ps1 @@ -1,4 +1,4 @@ -function Invoke-ReflectivePEInjection +function Invoke-ReflectivePEInjection { <# .SYNOPSIS @@ -33,7 +33,7 @@ Author: Joe Bialek, Twitter: @JosephBialek License: BSD 3-Clause Required Dependencies: None Optional Dependencies: None -Version: 1.0 +Version: 1.1 .DESCRIPTION |