mirror of
https://github.com/gentilkiwi/mimikatz
synced 2025-02-16 09:26:55 +00:00
Update appveyor.yml
This commit is contained in:
parent
ee4c009b6e
commit
a1fe3421cc
@ -6,7 +6,7 @@ platform:
|
|||||||
- Win32
|
- Win32
|
||||||
shallow_clone: true
|
shallow_clone: true
|
||||||
before_build:
|
before_build:
|
||||||
- ps: (Get-Content "C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Include\ntsecapi.h") | %{$_ -replace [Regex]::Escape("RtlDecryptMemory("), "__stdcall RtlDecryptMemory("} | Set-Content "C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Include\ntsecapi.h"
|
- ps: (Get-Content "C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Include\ntsecapi.h") | %{$_ -replace "^RtlDecryptMemory\($", "__stdcall RtlDecryptMemory("} | Set-Content "C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Include\ntsecapi.h"
|
||||||
build:
|
build:
|
||||||
parallel: true
|
parallel: true
|
||||||
verbosity: normal
|
verbosity: normal
|
||||||
|
Loading…
Reference in New Issue
Block a user