aboutsummaryrefslogtreecommitdiff
path: root/ReverseEngineering/ConvertTo-String.ps1
diff options
context:
space:
mode:
Diffstat (limited to 'ReverseEngineering/ConvertTo-String.ps1')
-rw-r--r--ReverseEngineering/ConvertTo-String.ps14
1 files changed, 2 insertions, 2 deletions
diff --git a/ReverseEngineering/ConvertTo-String.ps1 b/ReverseEngineering/ConvertTo-String.ps1
index ab46c74..1c030b4 100644
--- a/ReverseEngineering/ConvertTo-String.ps1
+++ b/ReverseEngineering/ConvertTo-String.ps1
@@ -1,4 +1,4 @@
-filter ConvertTo-String
+filter ConvertTo-String
{
<#
.SYNOPSIS
@@ -67,4 +67,4 @@ http://www.exploit-monday.com
$FileStream.Close()
Write-Output $BinaryText
-} \ No newline at end of file
+}