summaryrefslogtreecommitdiffstats
path: root/reversing_tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add missing SPDX-FileCopyrightText throughout the project.Diego Elio Pettenò2020-03-272-0/+2
* Fix errors identified by flake8.Diego Elio Pettenò2020-03-261-1/+2
* Check type annotations for tools with mypy, too.Diego Elio Pettenò2020-03-232-0/+0
* Make HID support a "session" class rather than a base class.Diego Elio Pettenò2020-03-221-5/+5
* Now that Python 3.6 is the minimum supported version, use f-strings.Diego Elio Pettenò2020-03-141-2/+2
* format code with blackBen2020-03-082-51/+100
* Clean up the extraction script, and make it more user friendly.Diego Elio Pettenò2020-02-011-13/+37
* extract_freestyle: add an option to not print keepalive messages.Diego Elio Pettenò2020-01-241-1/+16
* Avoid heuristics, and instead add an explicit --libre2 flag.Diego Elio Pettenò2020-01-241-12/+16
* Add a tool to extract a FreeStyle protocol chatter from an usbmon capture.Diego Elio Pettenò2020-01-241-0/+109
* Fix the freestyle_hid_console to use Python 3.5 compatible formatting.Diego Elio Pettenò2019-09-271-2/+2
* Add the list of known FreeStyle commands to the tools directory.Diego Elio Pettenò2019-09-151-0/+48
* freestyle_hid_console: allow feeding a list of known commands.Diego Elio Pettenò2019-09-081-1/+7
* Add a simple-ish script to use access a FreeStyle HID-compatible commands.Diego Elio Pettenò2019-09-081-0/+46