Skip to content

qinhehu/asm-bytecode-viewer-kotlin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASM is an all purpose Java bytecode manipulation and analysis framework. It can be used to modify existing classes or dynamically 
generate classes, directly in binary form. This plugin helps you to easily see the bytecode of the current java file and you can 
also see the whole Java code that can be used to generate the same source code using ASM library that can be found in here:
http://asm.ow2.org/


You can use the plugin in 3 different ways:
1) Right click on the generated class file or somewhere inside the code editor and choose "ASM Bytecode Viewer"
2) In the "Code" menu, choose "ASM Bytecode Viewer"
3) Right click on the java file in the Project window and choose "ASM Bytecode Viewer"

You can find the setting inside Settings => Tools => "ASM Bytecode Viewer"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages