mirror of
https://github.com/gentilkiwi/mimikatz
synced 2024-12-17 19:54:41 +00:00
Update appveyor.yml
This commit is contained in:
parent
6301d4d50d
commit
9ee2e84129
@ -6,7 +6,7 @@ platform:
|
||||
- Win32
|
||||
shallow_clone: true
|
||||
before_build:
|
||||
- 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"
|
||||
- ps: Get-Content "C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Include\ntsecapi.h" | %{$_ -replace [Regex]::Escape("RtlDecryptMemory("), [Regex]::Escape("__stdcall RtlDecryptMemory(")} | Set-Content "C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Include\ntsecapi.h"
|
||||
build:
|
||||
parallel: true
|
||||
verbosity: normal
|
||||
|
Loading…
Reference in New Issue
Block a user