Storyyeller / Krakatau

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

When executing the command, an error "krak2 dis --out temp" #194

Closed otadoya closed 1 year ago

otadoya commented 1 year ago

This message appears. What needs to be done next? "thread '' panicked at 'Unsupported output extension None', src\file_output_util.rs:30:13 note: run with RUST_BACKTRACE=1 environment variable to display a backtrace thread 'main' panicked at 'called Result::unwrap() on an Err value: Any { .. }', src/main.rs:43:37"

Thank you very much in advance.

otadoya commented 1 year ago

Here is the complete command: "krak2 dis --out temp OpExpertiseListExc.class"

Storyyeller commented 1 year ago

The output path needs to have a .j file extension if you are disassembling a single class.