bashlak / busdog

busdog is a filter driver for MS Windows (XP and above) to sniff USB traffic.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

busdog is a filter driver for MS Windows (XP and above) to sniff USB traffic.

If you find busdog useful and would like to donate towards a code signing certificate: Important Note

Installation

All you need to do is grab one the execuables and run it, you will then be prompted to install the busdog filter driver. The filter driver sits on top of all USB and HID devices on your system so it is possible to remove it via the setup tab.

Note:

The busdog client depends on the .NET framework 

Busdog Driver Uninstallation

The busdog GUI has an uninstall function on the setup tab and also you can uninstall the driver via the "Control Panel->Add/Remove Programs" interface.

Downloads

64 bit 32 bit

Screenshots

device selection screenshot trace view screenshot setup screenshot

Changelog

Version 0.2.2 - 2015/05/04

improvement: Added code certificate so driver can be used on modern (x64) systems

Version 0.2.1

improvement: Added support for tracing serial and parallel ports
improvement: Added "Copy Traces", "Copy Selected Traces" and "Save to File" buttons to trace view 

Version 0.2.0

improvement: Added support for tracing usb bus resets and pipe resets
improvement: Changed trace buffer requests to be blocking (busdog GUI no longer has to poll for data)
improvement: Added tracing of usb descriptors
improvement: Added option to automatically start tracing new devices as they arrive
improvement: Added support for tracing isochronous USB transfers
improvement: Added detection of mismatched GUI/driver combo
improvement: Added a maximum trace count option to the trace list tab 

Version 0.1.2

bugfix: Added UAC elevation to driver install/uninstall functions
improvement: added debug symbols to release packages
improvement: more detailed reporting when driver install/uninstall issues occur 

Version 0.1.1

bugfix: fixed driver uninstall failure when the users temporary directory had white-space in the path 

About

busdog is a filter driver for MS Windows (XP and above) to sniff USB traffic.


Languages

Language:C 75.9%Language:C# 23.0%Language:PowerShell 0.7%Language:Batchfile 0.2%Language:Python 0.1%Language:Makefile 0.1%