APKPure v3.19.91版本的 MD5 值为:f9be25764b720fb55728dbddf2153619

以下内容为反编译后的 qdaa.java 源代码,内容仅作参考


package u6;

public enum qdaa {
    f30509b("https://projecta-common-1258344701.file.myqcloud.com/android/lib/arm-libjlibtorrent-1.2.0.20.so", "libjlibtorrent-armv7a-1.2.0.20.so", "d171d69980e0521ebd3cdbe0595e416a"),
    EF29("https://projecta-common-1258344701.file.myqcloud.com/android/lib/x86-libjlibtorrent-1.2.0.20.so", "libjlibtorrent-x86-1.2.0.20.so", "610751774d4d7ea4bc220397cb05d268");

    public String fileName;
    public String md5;
    public String url;

    qdaa(String str, String str2, String str3) {
        this.url = str;
        this.fileName = str2;
        this.md5 = str3;
    }
}