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
# XVal.py By Redline99 | |
# Decrpyts the "X:" Value from the Xbox 360 dashboard | |
# This can indicate if the console has been flagged | |
# for some types of security violations | |
# Originally posted at XboxHacker: http://www.xboxhacker.org/index.php?topic=16401.0 | |
import sha, hmac, struct, sys | |
FLAG_SSB_NONE = 0x0000 | |
FLAG_SSB_AUTH_EX_FAILURE = 0x0001 | |
FLAG_SSB_AUTH_EX_NO_TABLE = 0x0002 |
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
#!/usr/bin/python3 | |
import json | |
import sys | |
import base64 | |
# TODO: CLEANUP (maybe, what an ugly thing) | |
uint32_size = 4 | |
sectionid_size = 4 |
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
==================== [ T00F TW version ] ==================== (Newest version: 1021 2.20.40.9) | |
(給 1003 套用的更新檔案) | |
http://fota.asus.com/delta_package/phone/TW_a500cg/formal/TW_user_2.19.40.18_20141003_8008-user-TW_a500cg-TW_user_2.20.40.9_20141021_4378-user-TW_a500cg-20141021/TW_500_1003_1021_20141021.zip | |
(給 0925 套用的更新檔案) | |
http://fota.asus.com/delta_package/phone/TW_a500cg/formal/TW_user_2.19.40.6_20140925_5363-user-TW_a500cg-TW_user_2.20.40.9_20141021_4378-user-TW_a500cg-20141021/TW_500_0925_1021_20141021.zip | |
http://fota.asus.com/delta_package/phone/TW_a500cg/formal/TW_user_2.19.40.6_20140925_5363-user-TW_a500cg-TW_user_2.19.40.18_20141003_8008-user-TW_a500cg-20141003/TW_500_0925_1003_20141003.zip | |
(給 0903 套用的更新檔案) (4.4) | |
http://fota.asus.com/delta_package/phone/TW_a500cg/formal/TW_user_1.18.40.10_20140903_9870-user-TW_a500cg-TW_user_2.20.40.9_20141021_4378-user-TW_a500cg-20141021/TW_500_0903_1021_20141021.zip |