summaryrefslogtreecommitdiffstats
path: root/reversing_tools/abbott (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-01-24Avoid heuristics, and instead add an explicit --libre2 flag.Diego Elio Pettenò1-12/+16
This encodes some more details of which commands are encrypted and not, but makes decoding easier.
2020-01-24Add a tool to extract a FreeStyle protocol chatter from an usbmon capture.Diego Elio Pettenò1-0/+109
The tool needs https://github.com/Flameeyes/usbmon-tools to work, and is derived off the extract-hid-chatter tool in that repository, so it's Apache-2 licensed (unlike the rest of the repository) and shares copyright with the usbmon-tools authors. While this does not work correctly for Libre2 traces, it does appear to work fine with Libre1 systems with text protocol exchanges, and it provides a starting point.
2019-09-27Fix the freestyle_hid_console to use Python 3.5 compatible formatting.Diego Elio Pettenò1-2/+2
2019-09-15Add the list of known FreeStyle commands to the tools directory.Diego Elio Pettenò1-0/+48
This can be used to help testing new FreeStyle devices, like the Libre2.
2019-09-08freestyle_hid_console: allow feeding a list of known commands.Diego Elio Pettenò1-1/+7
This makes it easier to identify the expected command range of a FreeStyle device.
2019-09-08Add a simple-ish script to use access a FreeStyle HID-compatible commands.Diego Elio Pettenò1-0/+46
This makes it possible to send and receive text-command protocols to a FreeStyle HID device without actually writing any code, to identify possible valid commands.