helios-decompiler / standalone-app

All-in-one Java reverse engineering tool
Apache License 2.0
179 stars 39 forks source link

Krakatau Assembler Suppert #28

Open Vinc0682 opened 8 years ago

Vinc0682 commented 8 years ago

Hi there,

I recently noticed that Krakatau isn't only an outstanding decompiler, it also has a disassembler and a cooperating assember allowing you to edit bytecode which is really nice to (for example) remove a malicious part of a programm without having to deal with decompiling the whole project and recompile it (which often fails :disappointed: ). The bytecode-viewer already supports reassembling the krakatau output, but I like Helios more in it's overall feeling so I ask you if you can integrate the Krakatau assembler :smiley:

Vinc0682 / VincBreaker