analysis: full official-app reverse artifacts (jadx sources, ghidra libcxsdk decomp, authoritative protocol conclusions) + docs

This commit is contained in:
ZXCLI
2026-09-10 02:51:37 +08:00
parent 623d62b641
commit 4ba98f62cd
68 changed files with 69493 additions and 5 deletions
@@ -0,0 +1,13 @@
package cn.com.magnity.magnitycx.sdk;
import java.io.Serializable;
/* loaded from: classes.dex */
public class ImgTail implements Serializable {
public int camTemp;
public int endCode;
public int fpaTemp;
public int frameIndex;
public int intDrop;
public int[] reserved = new int[2];
}