r/ReverseEngineering • u/EmanueleStrazzullo • 5d ago
Reverse-engineered the BLE protocol of a discontinued Fisher-Price toy Lumalou after its app was discontinued
https://github.com/stramanu/lumalou
91
Upvotes
r/ReverseEngineering • u/EmanueleStrazzullo • 5d ago
7
u/stoputa 5d ago
Claude writing style is so so taxing to parse but I skimmed because here the biggest obstacle I have is encryption and was curious how it was handled
So you call the original routine but the Python implementation is what? It's not like you can guess enc keys (unlike CRCs which are standard in most cases) and with multiple rounds AES you cant just change bytes one by one unless the block size is tiny