We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
某团有个dex是以.so结尾 /* loaded from: lib/armeabi/libmtguard_log.so */ public class MainBridge { public static ClassLoader getClassLoader() { return MainBridge.class.getClassLoader(); }
GDA貌似忽略了这个解析,jdax里是可以解析到的
The text was updated successfully, but these errors were encountered:
如果是个独立的dex,你可以改后缀名为dex,新开一个GDA去反编译。GDA不会主动去lib目录中去搜索dex文件进行分析。
Sorry, something went wrong.
No branches or pull requests
某团有个dex是以.so结尾
/* loaded from: lib/armeabi/libmtguard_log.so */
public class MainBridge {
public static ClassLoader getClassLoader() {
return MainBridge.class.getClassLoader();
}
GDA貌似忽略了这个解析,jdax里是可以解析到的
The text was updated successfully, but these errors were encountered: