feat(huya): 全链路终局验证通过 - 活体cred采集+铸证+绑定闭环
This commit is contained in:
@@ -99,7 +99,7 @@ def main() -> int:
|
||||
# => 不校验时效。故铸造策略 = 保留原 nonce/指纹, 替换 cred 字段。
|
||||
# 实验 C: 换上 frida_cred_dump 里更早签发的 hyCred(同账号不同轮换值)。
|
||||
# 若 bind 成功 => 铸造机制完全打通(任意有效cred即可铸其证书)。
|
||||
old_cred = json.load(open("/tmp/old_cred.json"))
|
||||
old_cred = json.load(open("evidence/hycred_live.json"))
|
||||
cred_old = bytes.fromhex(old_cred["bin_hex"])
|
||||
P1_new = build_p1(b"5008", fields["fingerprint"], cred_old,
|
||||
rnd=fields["rnd"]) # 原始 nonce
|
||||
|
||||
Reference in New Issue
Block a user