Skip to content

Releases: Konloch/bytecode-viewer

2.0.1 - General Improvements

08 Nov 04:11

Choose a tag to compare

Change Log

11/7/2014 - Fixed the search function.
11/7/2014 - Removed an unused package containing some unused classes.

2.0 - Iconified

06 Nov 05:30

Choose a tag to compare

Change Log

11/4/2014 - Officially been 1 month of development.
11/4/2014 - Replaced ""+ with String.valueOf (cheers bibl).
11/4/2014 - Changed how the temp directory was created.
11/4/2014 - Put a file.seperator to the end of tempDirectory.
11/4/2014 - Made the exit button work.
11/4/2014 - Added a GUI for all Exception Stack Trace's.
11/4/2014 - The plugin system now shows a message instead of just printing to the console when it's not going to run a plugin.
11/4/2014 - Updated the search function, it's now perfect.
11/5/2014 - Made the Show All Strings plugin instant.
11/5/2014 - Kinda added middle mouse button closes tab (only if you click the exit button).
11/5/2014 - Improved the Malicious Code Scanner, also made it instant.
11/5/2014 - Added icons to the program (cheers Fluke).

Beta 1.5.3 - General Improvements

04 Nov 05:24

Choose a tag to compare

Change Log

11/3/2014 - Settings/Temp file are now in a global directory.
11/3/2014 - The GUI setttings now save.
11/3/2014 - Removed the option to disable syntax highlighting (since it's lightweight now).
11/3/2014 - About window now contains the version number and the BCV directory.
11/3/2014 - Added an option to toggle to outdated status.

Beta 1.5.2 - Bug Fix

04 Nov 02:15

Choose a tag to compare

Change Log

11/3/2014 - Fixed Refresh Class.

Beta 1.5.1 - Bug Fix

03 Nov 00:44

Choose a tag to compare

Change Log

11/2/2014 - Fixed a CFR issue with packages.

Beta 1.5 - Search Fixes

02 Nov 23:21

Choose a tag to compare

Change Log

11/1/2014 - Updated and improved the search function, it now prints out more useful information.
11/1/2014 - Fixed a UI issue with the Replace All Strings plugin.
11/2/2014 - Added search function to the Class Viewer.
11/2/2014 - Updated Procyon to procyon-decompiler-0.5.27.

Beta 1.4 - Bug Fixes

02 Nov 00:46

Choose a tag to compare

Change Log

11/1/2014 - Fixed FernFlower save Java files on Unix.
11/1/2014 - FernFlower now uses the settings for save Java files.
11/1/2014 - Added Procyon save Java files (It uses the settings).
11/1/2014 - Updated CFR to cfr_0_89.
11/1/2014 - Added CFR save Java files (It uses the settings), however it relies on the file system, because of this if there is heavy name obfuscation, it could mess up for windows.

Beta 1.3.1 - Lightweight

01 Nov 01:29

Choose a tag to compare

Change Log

10/29/2014 - Replaced JSyntaxPane with RSyntaxArea, this sadly removes the search feature inside of source/bytecode files, I'll implement a search function soon.
10/29/2014 - Added a new decompiler option to append brackets to labels.
10/31/2014 - Fixed an issue with the decompiler still running when the source code pane isn't toggled.

Note

This update makes everything much more lightweight and quick.

Beta 1.3 - CFIDE

30 Oct 03:25

Choose a tag to compare

Change Log

10/22/2014 - Imported Bibl's Bytecode Decompiler from CFIDE.
10/22/2014 - Did some changes to the Bytecode Decompiler.
10/23/2014 - Added CFR settings.
10/23/2014 - Updated FernFlower to Intellij's Open Sourced version of FernFlower.
10/24/2014 - Fixed FernFlower save Java files as zip.
10/29/2014 - Added version checker.
10/29/2014 - Added Procyon settings.
10/29/2014 - When saving as jars or zips, it'll automatically append the file extension if it's not added.
10/29/2014 - All the built in plugins no longer set the cursor to busy.
10/29/2014 - Tried to fix the issue with JSyntaxPane by making it create the object in a background thread, it still freezes the UI. Changes kept for later implementation of another syntax highlighter.
10/29/2014 - Sped up start up time

Beta 1.2 - Procyon & CFR

20 Oct 04:18

Choose a tag to compare

Notable Changes

  • Added Procyon Decompiler
  • Added CFR Decompiler