Introduction - If you have any usage issues, please Google them yourself
DBVM is a virtual machine that will run your operating system and expands the instruction set to allow usermode application access to kernelmode. And it allows to let programs redirect the flow of system events to different locations and change their results. (For example redirecting a interrupt to a different interrupt handler without editing the interrupt table)