-
Notifications
You must be signed in to change notification settings - Fork 10
/
README
21 lines (16 loc) · 792 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
============
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 packets
There 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.