diff options
Diffstat (limited to 'ReverseEngineering/Get-Strings.ps1')
-rw-r--r-- | ReverseEngineering/Get-Strings.ps1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ReverseEngineering/Get-Strings.ps1 b/ReverseEngineering/Get-Strings.ps1 index 7acb9f1..2cb971c 100644 --- a/ReverseEngineering/Get-Strings.ps1 +++ b/ReverseEngineering/Get-Strings.ps1 @@ -1,4 +1,4 @@ -function Get-Strings
+function Get-Strings
{
<#
.SYNOPSIS
@@ -95,4 +95,4 @@ http://www.exploit-monday.com }
}
END {}
-}
\ No newline at end of file +}
|