Created
December 22, 2019 21:30
-
-
Save astagi/d567c59ea3fc2e3fde15e7bae8684eaf to your computer and use it in GitHub Desktop.
R2D2 Reverse
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const CONNECT_SERVICE = "00020001574f4f2053706865726f2121"; | |
const CONNECT_CHAR = "00020005574f4f2053706865726f2121"; | |
const MAIN_SERVICE = "00010001574f4f2053706865726f2121"; | |
const MAIN_CHAR = "00010002574f4f2053706865726f2121"; | |
const MSG_CONNECTION = [0x75,0x73,0x65,0x74,0x68,0x65,0x66,0x6F,0x72,0x63,0x65,0x2E,0x2E,0x2E,0x62,0x61,0x6E,0x64]; | |
const MSG_INIT = [0x0A,0x13,0x0D]; | |
const MSG_OFF = [0x0A,0x13,0x01]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment