mirror of
https://github.com/gentilkiwi/mimikatz
synced 2025-01-30 08:51:32 +00:00
Update appveyor.yml
This commit is contained in:
parent
f714190d95
commit
ee4c009b6e
@ -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 [Regex]::Escape("RtlDecryptMemory("), [Regex]::Escape("__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("), "__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