Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Commit

Permalink
Edited bytecode editor descriptor
Browse files Browse the repository at this point in the history
and updated screenshots
  • Loading branch information
AngryCarrot789 authored Jul 26, 2022
1 parent 5f485d4 commit 9602219
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ See the bottom of this page for a feature list... and also some bugs :(

## Preview
### Method general info
![](BCEdit180_2022-07-25_22.17.51.png)
![](BCEdit180_2022-07-26_19.53.10.png)
### Bytecode editor (WIP)
![](BCEdit180_2022-07-25_22.21.55.png)
![](6kNrfTyrQQ.png)

# Installing
You can download the release.zip file from releases, which includes the .exe with all the dependencies
Expand All @@ -27,7 +27,7 @@ My fork of java-asm targets .NET Standard 2.0, as well as my MVVM and WPF librar
- Interfaces list (editable, currently can't add/remove)
- Editable class attributes (apart from bootstrap methods; they are contained in the method instructions)
- Method list, + general method info editor (descriptor, name, max stack/locals, etc)
- Method instruction editor (in bytecode form; currently only field, method, dynamicinvoke and LDC instructions are readily supported for modification, you can edit the opcode of almost any instruction though, but keep in mind to manually modify the stack size)
- Method instruction editor (in bytecode form) which is (hopefully) fully functional, allowing almost everything to be modified (apart from labels). The bytecode editor also has colours, which helps the details stand out
- Exception table and local variable table editor. Cannot add/remove exceptions or local variables currently (coming soon)
- Field list + general field info editor (name, descriptor, signature, etc)
- A source code generator (does not actually generate method source code, only the structure of the class (all methods will look 'abstract'))
Expand Down

0 comments on commit 9602219

Please sign in to comment.