Skip to content
New issue

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解析不全 #149

Open
xbabybus opened this issue Oct 1, 2023 · 1 comment
Open

dex解析不全 #149

xbabybus opened this issue Oct 1, 2023 · 1 comment
Labels

Comments

@xbabybus
Copy link

xbabybus commented Oct 1, 2023

某团有个dex是以.so结尾
/* loaded from: lib/armeabi/libmtguard_log.so */
public class MainBridge {
public static ClassLoader getClassLoader() {
return MainBridge.class.getClassLoader();
}

GDA貌似忽略了这个解析,jdax里是可以解析到的

@charles2gan
Copy link
Owner

如果是个独立的dex,你可以改后缀名为dex,新开一个GDA去反编译。GDA不会主动去lib目录中去搜索dex文件进行分析。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants