ARTICLE DETAIL

资讯详情

深耕网站建设、视觉设计与SEO优化的一线实战洞察。

turingfd tdid 分析

turingfd tdid 分析
import hashlib
import zlibimport xxtea
from jce import loadskey = hashlib.md5(bytes.fromhex('4446472324255e2325245247485228262a4d3c3e3c')).hexdigest()
print(key)
print()def de_packet(input_bytes):zlib_bytes = xxtea.decrypt(input_bytes,bytes.fromhex(key))print(zlib_bytes.hex())jce_bytes = zlib.decompress(zlib_bytes)print(jce_bytes.hex())jce_data = loads(jce_bytes[4:])print(jce_data)return jce_dataresp = bytes.fromhex('HEX_STRING1'
)
resp_data = de_packet(resp)
返回列表