BLE GATT Reverse Engineering Tool Blatted will register every GATT service with a notify flag. The received data is than dumped as hexdup.
Go to file
jpk ed62171e63 [WIP] Scanner table cell width adjusted 2023-05-21 19:03:26 +02:00
blatted [WIP] Scanner table cell width adjusted 2023-05-21 19:03:26 +02:00
tests Initial commit 2023-05-09 18:46:41 +02:00
.gitignore Remove dead comments 2023-05-10 11:02:02 +02:00
.pre-commit-config.yaml Remove dead comments 2023-05-10 11:02:02 +02:00
README.md [WIP] scanner live table update 2023-05-19 15:49:25 +02:00
poetry.lock [WIP] PoC for CLI event handling (not compatible with textual) 2023-05-18 19:23:56 +02:00
pyproject.toml [WIP] PoC for CLI event handling (not compatible with textual) 2023-05-18 19:23:56 +02:00
renovate.json Add renovate.json 2023-05-17 00:12:36 +00:00

README.md

Blatted

A BLE GATT notification service reverse engineering tool which dumps all data as hexdump. It registers for every service with notify flag.

Proof of concepts

  • Working scanner wich dynamically updates rich.table.Table cells: Scanner demo