aboutsummaryrefslogtreecommitdiff
path: root/ReverseEngineering/Get-StructFromMemory.ps1
diff options
context:
space:
mode:
Diffstat (limited to 'ReverseEngineering/Get-StructFromMemory.ps1')
-rw-r--r--ReverseEngineering/Get-StructFromMemory.ps14
1 files changed, 2 insertions, 2 deletions
diff --git a/ReverseEngineering/Get-StructFromMemory.ps1 b/ReverseEngineering/Get-StructFromMemory.ps1
index c32c190..68f7651 100644
--- a/ReverseEngineering/Get-StructFromMemory.ps1
+++ b/ReverseEngineering/Get-StructFromMemory.ps1
@@ -1,4 +1,4 @@
-function Get-StructFromMemory
+function Get-StructFromMemory
{
<#
.SYNOPSIS
@@ -200,4 +200,4 @@ http://www.exploit-monday.com
$SafeHandle.Close()
Write-Output $ParsedStruct
-} \ No newline at end of file
+}