feat(huya): OTP击穿 - arg语义(arg1=2) + 输出结构(0x03+可变+固定32hex尾8b38f1) - 32hex形态实锤
This commit is contained in:
@@ -145,7 +145,7 @@ public class AesProbe {
|
||||
// 尝试 4 位置: arg0=in, arg1=?, arg2=?, arg3=key, arg4=?, arg5=?, arg6=h, arg7=m, arg8=out
|
||||
try {
|
||||
Number r = module.callFunction(emulator, 0x32fa24L,
|
||||
UnidbgPointer.nativeValue(pa), 1L, 2L,
|
||||
UnidbgPointer.nativeValue(pa), 2L, 0L,
|
||||
UnidbgPointer.nativeValue(pb), UnidbgPointer.nativeValue(pc), UnidbgPointer.nativeValue(pd),
|
||||
3L, 4L, UnidbgPointer.nativeValue(pout));
|
||||
String out = readStdString(pout);
|
||||
|
||||
Reference in New Issue
Block a user