diff options
Diffstat (limited to 'PE_Tools')
-rw-r--r-- | PE_Tools/Get-DllLoadPath.ps1 | 2 | ||||
-rw-r--r-- | PE_Tools/Get-PEArchitecture.ps1 | 2 |
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
|