VisualDDK allows developing and debugging drivers directly from Visual Studio IDE. Here are its most cool features: - Allows developing, building and debugging drivers directly from Visual Studio.
- Allows creating projects based on existing code.
- Contains a Driver Wizard allowing to create new driver projects or import existing code.
- Provides a Launcher allowing to copy and start your drivers on a remote machine directly from VS.
- Loads kernel symbols much faster than WinDbg.
- Resolves symbols by names (or indicates an error) much faster than WinDbg by using hash tables and DIA interface.
- Based on WinDbg debugging engine, thus, supports all connection types, protocols, settings and console commands, supported by WinDbg.
- Visualizes STL containers used in drivers
Read more about VisualDDK on its website
| |