Skip to content

Commit 89a1406

Browse files
committed
2.9.8
07/19/2015 - Fixed enjarify. 07/20/2015 - Bibl sexified the boot loading time. 07/20/2015 - Decode APK Resources is selected by default. 07/20/2015 - Made the security manager slightly safer, it can still be targeted but not as obviously now. 07/20/2015 - Added CLI to the boot page. 07/21/2015 - Added support for offline mode in case you cannot connect to github for some reason. (kicks in after 7 seconds) 07/21/2015 - Added fatjar option back, in case anyone wants a 100% portable version. 07/21/2015 - Made it so it now shows the decompiler it's using - http://i.imgur.com/yMEzXwv.png. 07/21/2015 - Rewrote the file system, it now shows the path of the jar it's got loaded. 07/21/2015 - Now it shows if the decompiler is in editable mode or not. 07/21/2015 - Fixed Enjarify bug from new security manager. 07/22/2015 - Fixed a typo (Thanks affffsdsd) 07/22/2015 - Finally added icons to the File Navigator, credits to http://famfamfam.com/lab/icons/silk/ for the icons. 07/22/2015 - JD-GUI is now the default decompiler for GUI. 07/22/2015 - Added Set Python 3.X to the UI. 07/22/2015 - Fixed krakatau/export as jar bug introduced by file system update. 07/22/2015 - Sped up krakatau decompiler/disassembler on big files. 07/22/2015 - Made it so when you press enter on the file navigation pane it opens the class. 07/22/2015 - The Quick file search now opens the files again. 07/23/2015 - Fixed opening single files and file folders into BCV 07/24/2015 - Added File>Reload Resources. 07/26/2015 - Fixed the view pane refresh after toggling a viewer, it's now flawless. 07/26/2015 - Fixed Krakatau Disassembler. 07/26/2015 - Mibbzz is gay once again. 07/30/2015 - Removed Janino Compiler & moved to Javac, it can now compile decompiled classes again. 07/30/2015 - Affssdd fixed the File Navigator Pane's Quick Class Search. 07/30/2015 - Fixed a process leak in KrakatauDisassembler. 07/30/2015 - Started working on converting all the decompilers to launch in their own process in an effort to reduce BCV resources (only for non-fatjar version).
1 parent a654899 commit 89a1406

File tree

107 files changed

+890
-37922
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

107 files changed

+890
-37922
lines changed

BytecodeViewer 2.9.7.jar

-1.67 MB
Binary file not shown.

BytecodeViewer 2.9.8-fatjar.jar

23.1 MB
Binary file not shown.

BytecodeViewer 2.9.8-preview-4.jar

-1.72 MB
Binary file not shown.

BytecodeViewer 2.9.8.jar

1.2 MB
Binary file not shown.

README.txt

+30-1
Original file line numberDiff line numberDiff line change
@@ -385,4 +385,33 @@ Changelog:
385385
07/16/2015 - Removed the FileFilter classes.
386386
07/16/2015 - Updated the decompiler class to make more sense.
387387
07/16/2015 - Started working on BCV CLI.
388-
07/16/2015 - Finished BCV CLI.
388+
07/16/2015 - Finished BCV CLI.
389+
--- 2.9.8 ---:
390+
07/19/2015 - Fixed enjarify.
391+
07/20/2015 - Bibl sexified the boot loading time.
392+
07/20/2015 - Decode APK Resources is selected by default.
393+
07/20/2015 - Made the security manager slightly safer, it can still be targeted but not as obviously now.
394+
07/20/2015 - Added CLI to the boot page.
395+
07/21/2015 - Added support for offline mode in case you cannot connect to github for some reason. (kicks in after 7 seconds)
396+
07/21/2015 - Added fatjar option back, in case anyone wants a 100% portable version.
397+
07/21/2015 - Made it so it now shows the decompiler it's using - http://i.imgur.com/yMEzXwv.png.
398+
07/21/2015 - Rewrote the file system, it now shows the path of the jar it's got loaded.
399+
07/21/2015 - Now it shows if the decompiler is in editable mode or not.
400+
07/21/2015 - Fixed Enjarify bug from new security manager.
401+
07/22/2015 - Fixed a typo (Thanks affffsdsd)
402+
07/22/2015 - Finally added icons to the File Navigator, credits to http://famfamfam.com/lab/icons/silk/ for the icons.
403+
07/22/2015 - JD-GUI is now the default decompiler for GUI.
404+
07/22/2015 - Added Set Python 3.X to the UI.
405+
07/22/2015 - Fixed krakatau/export as jar bug introduced by file system update.
406+
07/22/2015 - Sped up krakatau decompiler/disassembler on big files.
407+
07/22/2015 - Made it so when you press enter on the file navigation pane it opens the class.
408+
07/22/2015 - The Quick file search now opens the files again.
409+
07/23/2015 - Fixed opening single files and file folders into BCV
410+
07/24/2015 - Added File>Reload Resources.
411+
07/26/2015 - Fixed the view pane refresh after toggling a viewer, it's now flawless.
412+
07/26/2015 - Fixed Krakatau Disassembler.
413+
07/26/2015 - Mibbzz is gay once again.
414+
07/30/2015 - Removed Janino Compiler & moved to Javac, it can now compile decompiled classes again.
415+
07/30/2015 - Affssdd fixed the File Navigator Pane's Quick Class Search.
416+
07/30/2015 - Fixed a process leak in KrakatauDisassembler.
417+
07/30/2015 - Started working on converting all the decompilers to launch in their own process in an effort to reduce BCV resources (only for non-fatjar version).

install/launch4j_config.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<lib>w32api/libuser32.a</lib>
1313
<lib>w32api/libadvapi32.a</lib>
1414
<lib>w32api/libshell32.a</lib>
15-
<jar>H:\Repo\BCV\bytecode-viewer\BytecodeViewer 2.9.7.jar</jar>
15+
<jar>H:\Repo\BCV\bytecode-viewer\BytecodeViewer 2.9.8.jar</jar>
1616
<outfile>H:\Repo\BCV\bytecode-viewer\BytecodeViewer.exe</outfile>
1717
<errTitle></errTitle>
1818
<cmdLine></cmdLine>

libs/commons-compiler-jdk.jar

-45.7 KB
Binary file not shown.

libs/janino.jar

599 KB
Binary file not shown.

src/org/codehaus/janino/Access.java

-56
This file was deleted.

src/org/codehaus/janino/ByteArrayClassLoader.java

-74
This file was deleted.

src/org/codehaus/janino/CachingJavaSourceClassLoader.java

-218
This file was deleted.

0 commit comments

Comments
 (0)