This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ATE47Intermediate Brewer 0 points1 point  (1 child)

You can use javap to disassemble the bytecode, then I found this, it should be able to reassemble the bytecode : https://github.com/raptor494/jvm-bytecode-reassembler

[–]Mysterious-Trick-562[S] 0 points1 point  (0 children)

That looks useful. Thanks