Skip to content

Commit fdb1468

Browse files
committed
v2.9.16
1 parent e092c3b commit fdb1468

170 files changed

Lines changed: 4663 additions & 26030 deletions

File tree

Some content is hidden

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

CHANGELOG.md

Lines changed: 0 additions & 353 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Contribution Guide Lines/Coding Conventions:
1+
## Contribution Guide Lines/Coding Conventions
22
* Packages must start with the.bytecode.club.bytecodeviewer.
33
* All variables must be at the start of each class.

CREDITS.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
## Code from various projects has been used, including but not limited to
2+
* J-RET by WaterWolf
3+
* JHexPane by Sam Koivu
4+
* RSynaxPane by Robert Futrell
5+
* Commons IO by Apache
6+
* ASM by OW2
7+
* FernFlower by Stiver
8+
* Procyon by Mstrobel
9+
* CFR by Lee Benfield
10+
* CFIDE by Bibl
11+
* Smali by JesusFreke
12+
* Dex2Jar by pxb1988
13+
* Krakatau by Storyyeller
14+
* JD GUI/JD Core by The Java-Decompiler Team
15+
* Enjarify by Storyyeller
16+
17+
## Contributors
18+
* Konloch
19+
* Bibl
20+
* Fluke
21+
* Righteous
22+
* sahitya-pavurala
23+
* priav03
24+
* Afffsdd
25+
* Szperak
26+
* Zooty
27+
* samczsun
28+
* ItzSomebody
29+
* DreamSworK
30+
* If I missed you, please feel free to contact me @Konloch or konloch@gmail.com

README.md

Lines changed: 28 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,30 @@
11
# Bytecode Viewer
22

3-
Bytecode Viewer is an Advanced Lightweight Java Bytecode Viewer, GUI Java Decompiler, GUI Bytecode Editor, GUI Smali, GUI Baksmali, GUI APK Editor, GUI Dex Editor, GUI APK Decompiler, GUI DEX Decompiler, GUI Procyon Java Decompiler, GUI Krakatau, GUI CFR Java Decompiler, GUI FernFlower Java Decompiler, GUI DEX2Jar, GUI Jar2DEX, GUI Jar-Jar, Hex Viewer, Code Searcher, Debugger and more.
4-
It's written completely in Java, and it's open sourced. It's currently being maintained and developed by Konloch.
5-
6-
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.
7-
You can either use one of the pre-written plugins, or write your own. It supports groovy scripting. Once a plugin is activated, it will execute the plugin with a ClassNode ArrayList of every single class loaded in BCV, this allows the user to handle it completely using ASM.
3+
Bytecode Viewer - a lightweight user friendly Java Bytecode Viewer.
84

9-
Code from various projects has been used, including but not limited to:
10-
* J-RET by WaterWolf
11-
* JHexPane by Sam Koivu
12-
* RSynaxPane by Robert Futrell
13-
* Commons IO by Apache
14-
* ASM by OW2
15-
* FernFlower by Stiver
16-
* Procyon by Mstrobel
17-
* CFR by Lee Benfield
18-
* CFIDE by Bibl
19-
* Smali by JesusFreke
20-
* Dex2Jar by pxb1..?
21-
* Krakatau by Storyyeller
22-
* JD GUI/JD Core by The Java-Decompiler Team
23-
* Enjarify by Storyyeller
24-
25-
Contributors:
26-
* Konloch
27-
* Bibl
28-
* Fluke
29-
* Righteous
30-
* sahitya-pavurala
31-
* priav03
32-
* Afffsdd
33-
* Szperak
34-
* Zooty
35-
* samczsun
36-
* ItzSomebody
37-
* If I missed you, please feel free to contact me @Konloch or konloch@gmail.com
5+
#### New Features
6+
* Fixed APK & dex loading
7+
* Fixed Java 10+ classfiles
8+
* Better visual feedback due to the new busy icon system
9+
* Synchronized viewing pane option & quick method selection
10+
* Tons of bug fixes and general improvements
11+
* Updated most libraries to their 2019 versions (still a WIP)
3812

3913
Website: https://bytecodeviewer.com
40-
4114
Source Code: https://github.com/konloch/bytecode-viewer
42-
4315
Bin/Archive: https://github.com/konloch/bytecode-viewer/releases
44-
4516
Java Docs: https://the.bytecode.club/docs/bytecode-viewer/
46-
4717
License (Copyleft): https://raw.githubusercontent.com/Konloch/bytecode-viewer/master/LICENSE
48-
49-
Report Bugs (or below): https://github.com/Konloch/bytecode-viewer/issues
50-
18+
Credits: https://github.com/Konloch/bytecode-viewer/blob/master/CREDITS.md
19+
Contributing: https://github.com/Konloch/bytecode-viewer/blob/master/CONTRIBUTING.md
20+
Report Bugs: https://github.com/Konloch/bytecode-viewer/issues
5121
Discussion Forum: https://the.bytecode.club/forumdisplay.php?fid=69
5222

53-
Key Features:
23+
#### Key Features
5424
* Krakatau Integration for Bytecode assembly/disassembly.
5525
* Smali/BakSmali Integration - You can now edit class files/dex files via smali!
5626
* APK/DEX Support - Using Dex2Jar and Jar2Dex it's able to load and save APKs with ease!
57-
* Java Decompiler - It utilizes FernFlower, Procyon and CFR for decompilation.
27+
* Java Decompiler - It utilizes FernFlower, Procyon, CFR, and JD for decompilation.
5828
* Bytecode Decompiler - A modified version of CFIDE's.
5929
* Hex Viewer - Powered by JHexPane.
6030
* Each Decompiler/Editor/Viewer is toggleable, you can also select what will display on each pane.
@@ -65,7 +35,7 @@ Key Features:
6535
* Recent Files & Recent Plugins.
6636
* And more! Give it a try for yourself!
6737

68-
Command Line Input:
38+
#### Command Line Input
6939
```
7040
-help Displays the help menu
7141
-list Displays the available decompilers
@@ -76,8 +46,19 @@ Command Line Input:
7646
-nowait Doesn't wait for the user to read the CLI messages
7747
```
7848

79-
Are you a Java Reverse Engineer? Do you want to learn?
49+
## What is Bytecode Viewer?
50+
Bytecode Viewer (BCV) is an Advanced Lightweight Java Bytecode Viewer, GUI Java Decompiler, GUI Bytecode Editor, GUI Smali, GUI Baksmali, GUI APK Editor, GUI Dex Editor, GUI APK Decompiler, GUI DEX Decompiler, GUI Procyon Java Decompiler, GUI Krakatau, GUI CFR Java Decompiler, GUI FernFlower Java Decompiler, GUI DEX2Jar, GUI Jar2DEX, GUI Jar-Jar, Hex Viewer, Code Searcher, Debugger and more.
51+
It's written completely in Java, and it's open sourced. It's currently being maintained and developed by Konloch.
52+
53+
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.
54+
You can either use one of the pre-written plugins, or write your own. It supports groovy scripting. Once a plugin is activated, it will execute the plugin with a ClassNode ArrayList of every single class loaded in BCV, this allows the user to handle it completely using ASM.
55+
56+
## How do I install BCV?
57+
Download the latest version from https://github.com/konloch/bytecode-viewer/releases and run the Bytecode-Viewer-2.9.x.jar.
58+
You may need to execute it via command line ```java -jar Bytecode-Viewer-2.9.x.jar``` (replace the X with the current minor version)
8059

81-
Join The Bytecode Club Today!
60+
## How do I use BCV?
61+
All you have to do is add a jar, class or APK file into the workspace. Then select the file you'd like to view from the workspace. BCV will automatically start decompiling the class in the background. When it's done it will show the Source code, Bytecode and Hexcode of the class file you chose (depending on the View panes you have selected). If you are trying to view a resource BCV will attempt to display it the best it can with code highlighting or by embedding the resources itself.
8262

83-
https://the.bytecode.club
63+
##### Are you a Java Reverse Engineer? Do you want to learn?
64+
Join The Bytecode Club Today! - https://the.bytecode.club

libs/commons-cli-1.4.jar

52.6 KB
Binary file not shown.

libs/commons-codec-1.12.jar

332 KB
Binary file not shown.

libs/commons-codec-1.9.jar

-258 KB
Binary file not shown.

libs/jar-rename-1.6.jar

-42.3 KB
Binary file not shown.

libs/jarrenamer-license.txt

Lines changed: 0 additions & 11 deletions
This file was deleted.

src/Krakatau-12.zip

283 KB
Binary file not shown.

0 commit comments

Comments
 (0)