BinDbg is a Binary Ninja plugin that allows users to debug Windows binaries by syncing a running Windows debugger (WinDbg) with the Binary Ninja disassembler. This provides dynamic analysis capabilities within Binary Ninja like highlighting branch decisions on the disassembly graph and resolving virtual function calls. The plugin launches and controls debugging sessions directly in Binary Ninja. It addresses a lack of good Windows support in existing debugger integrations for Binary Ninja. Developing the plugin involved challenges like wrestling with the Python debugger interface and determining object types from virtual tables.