Skip to content

Commit

Permalink
v1.0.0 大胆的迈出第一步
Browse files Browse the repository at this point in the history
  • Loading branch information
Liubsyy committed Nov 14, 2024
1 parent d1e68aa commit 839b7b2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@

<description><![CDATA[
Java class bytes editor (beta)
Java class bytecode editor
<br>
<ul>
<li>Class version, name, access and etc.</li>
<li>Constant Pool</li>
<li>Field</li>
<li>Method: assembly code,local variable,exception table,line number and etc.</li>
<li>Modify info of class, field, inner class, method and etc.</li>
<li>Edit method bytecode instructions, local variable table, exception table, and line number table</li>
<li>Modify constant pool</li>
<li>Support class file and class in JAR</li>
</ul>
]]></description>

<change-notes><![CDATA[
<h3>beta version</h3>
<h3>1.0</h3>
<ul>
<li>Init plugin VisualClassBytes</li>
</ul>
Expand Down

0 comments on commit 839b7b2

Please sign in to comment.