Filtered by: tags=debug

Setting up a Windows VM for Kernel Debugging

March 12, 2019 |  driver  debug  windows  kernel  windbg 
If you search the web using the title of this post, you'll get many links to articles most of which explain how to set this up using a virtual COM port on the VM. Coming from driver background that goes back over 20 years, at first this seemed quite natura

Setting up OS X for kernel debugging

Jan. 26, 2019 |  driver  debug  osx  kext  gdb  kernel  lldb  mac 
Here are the steps to prepare an OS X system for debugging kernel modules such as drivers. The instructions are deliberately brief to save the reader from tons of text. If you search the web, you will come across may resources that point to using GDB to de