summaryrefslogtreecommitdiffstats
path: root/reversing_tools/abbott/extract_freestyle.py (unfollow)
Commit message (Expand)AuthorFilesLines
2020-10-04Depend on freestyle-hid for FreeStyle support and remove tools.Diego Elio Pettenò1-245/+0
2020-09-07Update pre-commit plugins to the latest versions as of today.Diego Elio Pettenò1-1/+4
2020-08-03Extend the Libre2 encryption reversing tool.Diego Elio Pettenò1-0/+42
2020-08-03Expect an input file as argument instead.Diego Elio Pettenò1-2/+2
2020-05-25freestyle_libre: extract non-encrypted metadata from encrypted messages.Diego Elio Pettenò1-3/+17
2020-05-25extract_freestyle: print metadata about messages outside of the message.Diego Elio Pettenò1-0/+12
2020-05-25Fix the help messages.Diego Elio Pettenò1-3/+3
2020-05-25Fix up header.Diego Elio Pettenò1-15/+2
2020-05-16Remove f-string prefix from strings with no placeholders.Diego Elio Pettenò1-1/+1
2020-03-27Add missing SPDX-FileCopyrightText throughout the project.Diego Elio Pettenò1-0/+1
2020-03-26Fix errors identified by flake8.Diego Elio Pettenò1-1/+2
2020-03-08format code with blackBen1-38/+71
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