jd-core-java
jd-core-java copied to clipboard
Java Library for JD-Core, a java decompiler
Build currently fails on up-to-date systems, since never JDK versions are only supported with newer Gradle versions. This PR updates Gradle version to the latest. Tested the complete build and...
https://gitlab.com/the-language/the-language/blob/11d42b0042e5de6aa2c6204fb52c65417f4f4083/core/arch/java/share.jar But the result of JD GUI seems correct.
``` java.lang.IndexOutOfBoundsException: Index: 7, Size: 7 at java.util.ArrayList.rangeCheck(ArrayList.java:657) at java.util.ArrayList.get(ArrayList.java:433) at jd.fI.a(Unknown Source) at jd.fI.a(Unknown Source) at jd.af.b(Unknown Source) at jd.af.a(Unknown Source) at jd.af.a(Unknown Source) at jd.af.a(Unknown Source) at jd.i.a(Unknown...
This library is very useful and easy to use, exactly what I needed to decompile class files. Excellent work, Thank you! We tried to build using gradle but we were...
``` dmanna-m01:libs dmanna$ mkdir -p /tmp/decom dmanna-m01:libs dmanna$ ls /tmp/decom dmanna-m01:libs dmanna$ java -jar jd-core-java-1.2.jar ~/code/github/vnera/main/storage/hbase-coproc/target/hbase-coproc-0.001-SNAPSHOT-jar-with-dependencies.jar /tmp/decom/ java.io.FileNotFoundException: /tmp/decom/META-INF/maven (Is a directory) at java.io.FileOutputStream.open0(Native Method) at java.io.FileOutputStream.open(FileOutputStream.java:270) at java.io.FileOutputStream.(FileOutputStream.java:213) at...
Process 'command 'hg'' finished with non-zero exit value 255 gradlew.bat assemble :compileJava UP-TO-DATE :processResources UP-TO-DATE :classes UP-TO-DATE :getNativeLibs abort: error: A connection attempt failed because the connected party did not...
First of all: Nice one, I like the tool. I'm actually using this as one option for Java decompilation in https://github.com/floyd-fuh/crass It seems the tool does not support .war files,...