Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wcooley/usbrevue
USBREVue is a suite of tools for reverse-engineering USB devices.
https://github.com/wcooley/usbrevue
Last synced: about 2 months ago
JSON representation
USBREVue is a suite of tools for reverse-engineering USB devices.
- Host: GitHub
- URL: https://github.com/wcooley/usbrevue
- Owner: wcooley
- License: gpl-3.0
- Created: 2012-08-12T00:31:13.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-08-22T03:52:13.000Z (over 11 years ago)
- Last Synced: 2024-10-08T08:25:41.234Z (3 months ago)
- Language: Python
- Size: 1.41 MB
- Stars: 43
- Watchers: 6
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
============
Introduction
============USBREVue is a suite of tools for reverse-engineering USB devices.
USBREVue provides the following tools:
* Grapher: Visually track USB packet data values
* Modifier: Programmatically modify a stream of USB packets
* Replayer: Send a specified stream of USB packets to a USB device
* Statisfier: Perform basic statistical analysis on a stream of
USB packets
* Viewer: Edit and view a stream of USB packetsThere are plans to add USB decoding to the Viewer in a future release
of USBREVue. Until then, for analysis of USB packets according to the
USB protocol, we highly recommend recent versions of Wireshark, a
network protocol analyzer for Unix and Windows. You can learn more
about Wireshark at www.wireshark.org.