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