NetMirror.apk
Download file
package com.facebook.soloader;
import android.os.StrictMode;
/* JADX INFO: loaded from: classes.dex */
public class F extends E {
@Override // com.facebook.soloader.E
public String c() {
return "SystemLoadWrapperSoSource";
}
@Override // com.facebook.soloader.E
public int d(String str, int i3, StrictMode.ThreadPolicy threadPolicy) {
try {
System.loadLibrary(str.substring(3, str.length() - 3));
return 1;
} catch (Exception e4) {
p.c("SoLoader", "Error loading library: " + str, e4);
return 0;
}
}
@Override // com.facebook.soloader.E
public String toString() {
return c() + "[" + SysUtil.getClassLoaderLdLoadLibrary() + "]";
}
}
⚠️ This content was hidden by an advertisement filtering extension in your browser. Please disable it and reload the page to access the decompiled content.
We only display one small text ad to keep this service free. Here's what it looks like:
Read the Docs for Business: You write the docs. We do the rest.
Try it today!Ad by EthicalAds
Download file