This repository has been archived by the owner on Aug 16, 2023. It is now read-only.
Release 1.1.0
- Fixed a few bugs (e.g clicking the cancel button actually confirmed an action... lol)
- Added some colourful text, to make details easier to pick out (green for class name, white/light blue for keywords like method names, etc)
- Also changed the background dark colours to sort of "sink in and feel more in place.. i guess". I'm not great at this UI designing stuff but it seems to have came out alright
- Moved instruction list items (in the list), and instruction editors (at the bottom) from UserControls into styles, to hopefully increase performance (UserControls have to load and parse all the XAML content each time one was created, which wasn't great if there was 100s of instructions in a method)
Also pretty much finished the bytecode editor, apart from a few things (stack map verification thingy, and also switch tables)
release.zip contains (hopefully) all the dependencies to run the app. You might need to install .NET Framework 4.6.1 manually though