Skip to content

Adaptation of Microsoft's USBView to serialize USB info to JSON

License

Notifications You must be signed in to change notification settings

USBToolBox/usbdump

Repository files navigation

usbdump

Tool to serialize USB info to JSON. Modified from USBView from Windows driver samples. Additional modifications (besides serialization) include Unicode support.

Known Issues

Basically nothing is freed

Credits

Microsoft for USBView

@nlohmann for the json library