I created this tool to be able to debug processes running in the Isolated User Mode of VTL 1.
- Download the latest version of LiveCloudKd (Included in the repository).
- Install WinDbg, then copy all files from LiveCloudKd to
C:\Program Files (x86)\Windows Kits\10\Debuggers\x64 - Install the VC runtime library x64 version
- Register the ExdiHvSrv.dll library from LiveCloudKd
regsvr32 "C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\ExdiHvSrv.dll" - Execute
Set-VMProcessor -VMName YourVMName -ExposeVirtualizationExtensions $true - Copy the file
C:\Windows\System32\securekernel.exefrom the virtual machine to:C:\Program Files (x86)\Windows Kits\10\Debuggers\x64and the same directory as the IUM-Debugger executable. - After the virtual machine has started, launch the IUM-Debugger. If the base address of securekernel.exe is displayed, the process completed successfully.
