Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Java class bytecode editor

License

NotificationsYou must be signed in to change notification settings

Liubsyy/VisualClassBytes

Repository files navigation

IDEA plugin for Java class bytecode editor, based onASM and BCEL.

Features

  • Modify info of class, field, inner class and method.
  • Edit method bytecode instructions, local variable table, exception table, and line number table.
  • Modify constant pool.
  • Support class file and class in JAR.

Quick start

1. Install plugin from marketplace

First install the plugin JarEditor from marketplace, IDEA at least version2020.3

2. Open VisualClassBytes Editor

Right click on class file -> Visual ClassBytes, you can open VisualClassBytes editor.

3. Modify info

Then you can modify class ,field,inner class and method info etc.

4. Edit method bytecode instructions

Open the method node to modify the bytecode instructions.

You can also modify local variable,exception table,line number and etc.

5. Modify constant pool

Open the constant pool node to modify constant.

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp