畅玩新葡京 v8.2.8版本的 MD5 值为:1e36e0a7adef719a26e0a466b52c398d

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


package com.xiongmao.security.xiongmao.android.sdk.traceroute;
public class XMNetTraceRoute {
    static boolean a;
    private a b;

    public interface a {
        void a(String str);
    }

    static {
        try {
            System.loadLibrary("xiongmao");
            a = true;
        } catch (Exception unused) {
        }
    }

    public XMNetTraceRoute(a aVar) {
        this.b = aVar;
    }

    public void a(String str) {
        this.b.a(", \"TraceRoute\":[");
        if (a) {
            try {
                if (str == "127.0.0.1") {
                    this.b.a("{\"1\":\"127.0.0.1\", \"Delay\":0}");
                } else {
                    this.b.a(startJNICTraceRoute(str));
                }
            } catch (UnsatisfiedLinkError e) {
                e.printStackTrace();
            }
        }
        this.b.a("]");
    }

    public native String startJNICTraceRoute(String str);
}