summaryrefslogtreecommitdiffstats
path: root/reversing_tools (unfollow)
Commit message (Expand)AuthorFilesLines
2020-05-16Remove f-string prefix from strings with no placeholders.Diego Elio Pettenò1-1/+1
2020-05-16Add pre-commit configuration for REUSE.software.Diego Elio Pettenò2-0/+6
2020-04-20Make the project compliant with the REUSE guidelines.Diego Elio Pettenò1-0/+3
2020-03-27Add missing SPDX-FileCopyrightText throughout the project.Diego Elio Pettenò2-0/+2
2020-03-26Fix errors identified by flake8.Diego Elio Pettenò1-1/+2
2020-03-23Check type annotations for tools with mypy, too.Diego Elio Pettenò2-0/+0
2020-03-22Make HID support a "session" class rather than a base class.Diego Elio Pettenò1-5/+5
2020-03-14Now that Python 3.6 is the minimum supported version, use f-strings.Diego Elio Pettenò1-2/+2
2020-03-08format code with blackBen2-51/+100
2020-02-01Clean up the extraction script, and make it more user friendly.Diego Elio Pettenò1-13/+37
2020-01-24extract_freestyle: add an option to not print keepalive messages.Diego Elio Pettenò1-1/+16
2020-01-24Avoid heuristics, and instead add an explicit --libre2 flag.Diego Elio Pettenò1-12/+16
2020-01-24Add a tool to extract a FreeStyle protocol chatter from an usbmon capture.Diego Elio Pettenò1-0/+109
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
2019-09-08freestyle_hid_console: allow feeding a list of known commands.Diego Elio Pettenò1-1/+7
2019-09-08Add a simple-ish script to use access a FreeStyle HID-compatible commands.Diego Elio Pettenò1-0/+46