mirror of
https://github.com/morgan9e/UxPlay
synced 2026-04-15 00:34:05 +09:00
iOS 8 and 9 decryption now works; need to test AAC audio decompression.
This commit is contained in:
13
lib/global.h
13
lib/global.h
@@ -5,12 +5,15 @@
|
||||
#define GLOBAL_MODEL "AppleTV2,1"
|
||||
#define GLOBAL_VERSION "220.68"
|
||||
|
||||
/* use old protocol for AES key if User-Agent string is contained in these strings */
|
||||
/* replace xxx by any new User-Agent string as needed */
|
||||
#define OLD_PROTOCOL_AUDIO_CLIENT_LIST "AirMyPC/2.0;xxx"
|
||||
#define OLD_PROTOCOL_VIDEO_CLIENT_LIST "AirMyPC/2.0;xxx"
|
||||
/* use old protocol (unhashed AESkey for audio decryption if clients source version is not greater than 330.x.x */
|
||||
#define OLD_PROTOCOL_AUDIO_CLIENT_SOURCEVERSION "330.0.0"
|
||||
|
||||
#define DECRYPTION_TEST 0
|
||||
/* use old protocol for audio or video AES key if client's User-Agent string is contained in these strings */
|
||||
/* replace xxx by any new User-Agent string as needed */
|
||||
#define OLD_PROTOCOL_AUDIO_CLIENT_USER_AGENT_LIST "AirMyPC/2.0;xxx"
|
||||
#define OLD_PROTOCOL_VIDEO_CLIENT_USER_AGENT_LIST "AirMyPC/2.0;xxx"
|
||||
|
||||
#define DECRYPTION_TEST 2
|
||||
|
||||
#define MAX_HWADDR_LEN 6
|
||||
|
||||
|
||||
Reference in New Issue
Block a user