-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathLiveKd.yml
30 lines (30 loc) · 1.11 KB
/
LiveKd.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
version: "5.63"
description: LiveKd. Microsoft kernel debuggers to examine a live system.
homepage: https://docs.microsoft.com/en-us/sysinternals/downloads/livekd
license:
identifier: Freeware
url: https://docs.microsoft.com/en-us/sysinternals/license-terms
url: https://download.sysinternals.com/files/LiveKD.zip
hash: 334823d4113f2cb41326a934721138c6b595ad6b429a00708aedea68e24773f8
pre_install: |
$sysint = 'HKCU:\SOFTWARE\Sysinternals'
$fin = "$sysint\LiveKd"
New-Item $sysint, $fin -ErrorAction 'SilentlyContinue' | Out-Null
Set-ItemProperty -Path $fin -Name 'EulaAccepted' -Value 1 -Type 'DWord' -Force | Out-Null
pre_uninstall: |
if ($purge) {
$sysInt = 'HKCU:\SOFTWARE\Sysinternals'
Remove-Item "$sysInt\LiveKd" -ErrorAction 'SilentlyContinue' -Force -Recurse
if ((Get-ChildItem $sysInt).Count -eq 0) { Remove-Item $sysInt -ErrorAction 'SilentlyContinue' -Force -Recurse }
}
architecture:
64bit:
bin:
- livekd64.exe
- - livekd64.exe
- livekd
32bit:
bin: livekd.exe
checkver: LiveKd\s+v([\d.]+)</h1
autoupdate:
url: https://download.sysinternals.com/files/LiveKD.zip