阿帆色素大 发表于 2023-11-15 17:27

某盾的通讯协议加密

新手分析到这里给整不会了

jadx打开什么都看不出来



package com.netease.NetSecKit.factory;

public class JNIFactory {
    private static JNIFactory a;

    private JNIFactory() {
    }

    public static JNIFactory getInstance() {
      if (a == null) {
            a = new JNIFactory();
      }
      return a;
    }

    public native String w01c166e77807dbf0(Object obj);

    public native int w101e1ab92f282335(Object obj, String str, byte[] bArr);

    public native String w1228bcedf6204eeb(Object obj, String str);

    public native String w183a9e5310205b79(Object obj, String str);

    public native String w30f61757150c7426(Object obj, String str);

    public native String w3270a03dafee4a0a(Object obj, String str);

    public native String w534b93edf14c9e3b(Object obj, String str);

    public native byte[] w5dbd0f6bd72afff7(Object obj, String str);

    public native String w734672804aee66ac(Object obj);

    public native String w7aa090cda25562b5(Object obj);

    public native String w92bbe0960670a111(Object obj, String str);

    public native int w97c82a1471981172(Object obj, String str);

    public native String we3f5598dde26215d(Object obj, String str);

    public native String wee0ce70608106cfb(Object obj, String str);
}

有能力的接 学费充足

风月来 发表于 2024-9-8 16:51

你好,我也有相同的问题,请问解决了吗?
页: [1]
查看完整版本: 某盾的通讯协议加密