-
Notifications
You must be signed in to change notification settings - Fork 108
Open
Description
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, although it's exactly the same as a .jar file and JD-GUI supports it too. As soon as I rename the .war file to .jar, everything works fine.
Additionally it would be very nice if this tool would support single class files.
How about if it would just check for the file extension of the input file and compare it to .class and if it's not .class it would treat it as a .jar file? Or a command line option would be fine as well.
Metadata
Metadata
Assignees
Labels
No labels