Hi.
I try to study some Windows internals for educational. Now I using WINDBG and two PC (KDNET network kernel debugging).
Can I use IDA Home in this scenario - for Win10x64 remote kernel debugging?
Alas, IDA Home does not include the WinDbg debugger backend required for this, you need Pro. Another possibility is to use the GDB debugger to attach to the GDB stub exposed by the VM software (at least VMWare supports this option), but you will have to find and parse the kernel structures in the memory manually. Here’s an old blog post if you’d like to try: Advanced Windows Kernel Debugging with VMWare and IDA’s GDB debugger – Hex Rays