Skip to content

Instantly share code, notes, and snippets.

View LexNastin's full-sized avatar
💨
You can say Swift is swift :)

Lex Nastin LexNastin

💨
You can say Swift is swift :)
View GitHub Profile
@LexNastin
LexNastin / VCSEC.proto
Last active June 10, 2022 06:00
The Tesla "Vehicle Secondary" protocol buffer, used for communication with phone keys, keyfobs, tire pressure sensors, and possibly more. Belongs to Tesla, I just extracted it from their mobile app.
/*
* _________________________________________________________
* | Made by Tesla Motors |
* | Pulled by Arch from the Android app, version: 4.4.4-847 |
* |_________________________________________________________|
*/
syntax = "proto3";
package VCSEC;
@LexNastin
LexNastin / VCSEC.proto
Last active June 10, 2022 05:55
The Tesla "Vehicle Secondary" protocol buffer, used for communication with phone keys, keyfobs, tire pressure sensors, and possibly more. Belongs to Tesla, I just extracted it from their mobile app.
/*
* ___________________________________________________________
* | Made by Tesla Motors |
* | Pulled by Arch from the Android app, version: 3.10.13-469 |
* |___________________________________________________________|
*/
syntax = "proto3";
package VCSEC;