aboutsummaryrefslogtreecommitdiff
path: root/PE_Tools
diff options
context:
space:
mode:
authorbitform <matt@exploit-monday.com>2012-06-26 17:57:38 -0400
committerbitform <matt@exploit-monday.com>2012-06-26 17:57:38 -0400
commit65fde4aac016d766ee274383349bffe54bfa1aa1 (patch)
treeeb488c932a684f2f0a5c970dd27d2ad3b1cb8636 /PE_Tools
parent9ef781f4490d99867fe6a8ef35396b2f91e05ece (diff)
downloadPowerSploit-65fde4aac016d766ee274383349bffe54bfa1aa1.tar.gz
PowerSploit-65fde4aac016d766ee274383349bffe54bfa1aa1.zip
Changed licensing to BSD 3-Clause
Fixed some spelling errors in README. Added additional usage information
Diffstat (limited to 'PE_Tools')
-rw-r--r--PE_Tools/Get-DllLoadPath.ps12
-rw-r--r--PE_Tools/Get-PEArchitecture.ps12
2 files changed, 2 insertions, 2 deletions
diff --git a/PE_Tools/Get-DllLoadPath.ps1 b/PE_Tools/Get-DllLoadPath.ps1
index 9a282bd..687f9e9 100644
--- a/PE_Tools/Get-DllLoadPath.ps1
+++ b/PE_Tools/Get-DllLoadPath.ps1
@@ -4,7 +4,7 @@ function Get-DllLoadPath {
PowerSploit Module - Get-DllLoadPath
Author: Matthew Graeber (@mattifestation)
- License: GNU GPL v2
+ License: BSD 3-Clause
.Description
diff --git a/PE_Tools/Get-PEArchitecture.ps1 b/PE_Tools/Get-PEArchitecture.ps1
index 6038757..e53c5ff 100644
--- a/PE_Tools/Get-PEArchitecture.ps1
+++ b/PE_Tools/Get-PEArchitecture.ps1
@@ -4,7 +4,7 @@ function Get-PEArchitecture {
PowerSploit Module - Get-PEArchitecture
Author: Matthew Graeber (@mattifestation)
- License: GNU GPL v2
+ License: BSD 3-Clause
.Description