Skip to content
Snippets Groups Projects
Commit 59328a0f authored by FuzzySecurity's avatar FuzzySecurity
Browse files

+fixes

Get-Help fixes & Remove copyright notice in psd
parent fba74235
No related branches found
No related tags found
No related merge requests found
......@@ -11,9 +11,6 @@ GUID = 'd34db33f-7f65-4681-9cfb-0cf4929a8e68'
# Author of this module
Author = 'Ruben Boonen'
# Copyright statement for this module
Copyright = 'see COPYING'
# Description of the functionality provided by this module
Description = 'Keystone Engine Binding Module'
......
......@@ -33,7 +33,7 @@ function Get-KeystoneAssembly {
>> pop ecx
>> ret
>> "@
PS C:\> Get-KeystoneAssembly -Architecture X86 -Mode 32 -Code $Code
PS C:\> Get-KeystoneAssembly -Architecture KS_ARCH_X86 -Mode KS_MODE_32 -Code $Code
Bytes : 9
Instructions : 4
......@@ -50,7 +50,7 @@ function Get-KeystoneAssembly {
>> pop ecx
>> ret
>> "@
PS C:\> $Object = Get-KeystoneAssembly -Architecture X86 -Mode 32 -Code $Code
PS C:\> $Object = Get-KeystoneAssembly -Architecture KS_ARCH_X86 -Mode KS_MODE_32 -Code $Code
PS C:\> $Object.RawArray -join ""
81ECC80000005859C3
PS C:\> $Object.CArray -join ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment