Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update and rename README to README.md #5

Merged
merged 2 commits into from
Dec 19, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README → README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# ASM Intellij Plugin
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:
Expand All @@ -10,3 +11,6 @@ You can use the plugin in 3 different ways:
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"

# Acknoledgements
This plugin is forked from https://github.com/kamiiiel/asm-intellij-plugin