How can I write to a debug register in Windows?

204 Views Asked by At

I want to write to a debug register on x64 Windows, from user mode. What is the easiest way to do it?

(I could only come up with writing an assembly code inside a driver, and exporting this functionality)

Thanks!

0

There are 0 best solutions below