Storyyeller / Krakatau

Java decompiler, assembler, and disassembler
GNU General Public License v3.0
1.95k stars 220 forks source link

Dissaseble by class not working #82

Closed domsmrz closed 8 years ago

domsmrz commented 8 years ago

Hi everyone,

when I use decompile: python ~/Krakatau/decompile.py -path myjar.jar a.a it nicely decompiles the a.a class.

But when i do disassemble: python ~/Krakatau/disassemble.py -path myjar.jar a.a it ends with error KeyError: "There is no item named 'a' in the archive"

Storyyeller commented 8 years ago

That's because the disassembler works on files, not classes. You need to specify a.a.class