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
jadx can't process module-info.class extracted from jdk modules, e.g jimage extract /Library/Java/JavaVirtualMachines/jdk-17.jdk/Contents//Home/lib/modules
jimage extract /Library/Java/JavaVirtualMachines/jdk-17.jdk/Contents//Home/lib/modules
The result is simply wrong.
package defpackage; /* JADX WARN: Modules not supported yet */ /* renamed from: module-info, reason: invalid class name */ /* loaded from: module-info.class */ /* module-info */ class moduleinfo { }
fernflower works fine though
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe your idea
jadx can't process module-info.class extracted from jdk modules, e.g
jimage extract /Library/Java/JavaVirtualMachines/jdk-17.jdk/Contents//Home/lib/modules
The result is simply wrong.
fernflower works fine though
The text was updated successfully, but these errors were encountered: