feat(huya): OTP差分定性 - 32hex尾=静态钥材料计算(非嵌入) + 中段=f(输入)

This commit is contained in:
yml2213
2026-08-29 00:13:02 +08:00
parent 92eb39cd9d
commit c2b9954214
2 changed files with 13 additions and 0 deletions
@@ -184,6 +184,9 @@ public class AesProbe {
// hyudb_otp_encrypt@0x32fa24 (string, h,h, string,string,string, h,m, string&)
p.callOtp("abc", "ZMHAVPRaxJ3MtXDjduUnXAKQ");
p.callOtp("1e8bdf7d4f7a01d3", "KFWAH2cbkkNgFAgQPzriFPcU");
p.callOtp("abcX", "ZMHAVPRaxJ3MtXDjduUnXAKQ");
p.callOtp("abc", "owNMiaCgcHmqoTr3iRamFuHj");
p.callOtp("", "ZMHAVPRaxJ3MtXDjduUnXAKQ");
p.emulator.close();
p.emulator.close();
}