Skip to content

Commit 89f8273

Browse files
committed
2.6.0
01/06/2015 - Now saves if maximized or not. 01/07/2015 - For all save as functions, it will now append the correct extension if not added by the user. 01/07/2015 - You can no longer use use the save functions if no classes are loaded (fixes a crash issue). 01/07/2015 - Moved the Update Check to the Settings menu. 01/08/2015 - Added an extremely basic code sqeuence diagram plugin. 01/08/2015 - Updated CFR to CFR_0.93.jar 01/08/2015 - Threaded the Add files function. 01/08/2015 - Finally implemented Kontainer's HTTPRequest wrapper now that I've open sourced it. 01/08/2015 - Set the panes to be non-editable. 01/08/2015 - Sexified the view pane selection. 01/08/2015 - Started working on Smali Editing support, finished decompiler so far. 01/09/2015 - Fixed a bug with saving. 01/09/2015 - Added add entire directory. 01/09/2015 - Fixed import .DEX files. 01/10/2015 - Finished Smali Editing. 01/10/2015 - Fixed a class opening issue with sychronization. 01/11/2015 - Threaded all of the save functions. 01/11/2015 - Removed all instances of the setCursor to busy. 01/11/2015 - Added are you sure you wish to overwrite this existing file to all the other save functions. 01/11/2015 - All of the decompiling names are now randomly generated instead of a counting number. 01/11/2015 - Updated CFR to CFR_0.94.jar 01/11/2015 - Updated to the latest version of FernFlower. 01/11/2015 - Fixed an extension appending issue with save Java file.
1 parent 9d93f1e commit 89f8273

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Bytecode Viewer is an Advanced Lightweight Java Bytecode Viewer, GUI APK Decompiler, GUI DEX Decompiler, GUI Procyon Java Decompiler, GUI CFR Java Decompiler, GUI FernFlower Java Decompiler, GUI DEX2Jar, GUI Jar2DEX, GUI Jar-Jar, Hex Viewer, Code Searcher, Debugger and more.
1+
Bytecode Viewer is an Advanced Lightweight Java Bytecode Viewer, GUI Smali, GUI Baksmali, GUI APK Editor, GUI Dex Editor, GUI APK Decompiler, GUI DEX Decompiler, GUI Procyon Java Decompiler, GUI CFR Java Decompiler, GUI FernFlower Java Decompiler, GUI DEX2Jar, GUI Jar2DEX, GUI Jar-Jar, Hex Viewer, Code Searcher, Debugger and more.
22
It's written completely in Java, and it's open sourced. It's currently being maintained and developed by Konloch.
33

44
There is also a plugin system that will allow you to interact with the loaded classfiles, for example you can write a String deobfuscator, a malicious code searcher, or something else you can think of.
@@ -14,6 +14,8 @@ Code from various projects has been used, including but not limited to:
1414
Procyon by Mstrobel
1515
CFR by Lee Benfield
1616
CFIDE by Bibl
17+
Smali by JesusFreke
18+
Dex2Jar by pxb1..?
1719

1820
Contributors:
1921
Konloch
@@ -38,6 +40,7 @@ Report Bugs (or below): https://github.com/Konloch/bytecode-viewer/issues
3840
Discussion Forum: https://the.bytecode.club/forumdisplay.php?fid=69
3941

4042
Key Features:
43+
Smali/BakSmali Intergration - You can now edit class files/dex files via smali!
4144
APK/DEX Support - Using Dex2Jar and Jar2Dex it's able to load and save APKs with ease!
4245
Java Decompiler - It utilizes FernFlower, Procyon and CFR for decompilation.
4346
Bytecode Decompiler - A modified version of CFIDE's.

libs/cfr_0_93.jar

-1.31 MB
Binary file not shown.

0 commit comments

Comments
 (0)