Java Program to disassemble Java Byte Code [closed]
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 4 years ago . I am recently reading about bytecode analysis and I need a help with the below query: Which JDK packages/APIs I have to look for if I wanted to write a Java program which disassembles a Java Byte Code (by reading a class file) and print Opcodes without using any external libraries