Skip to content

Commit 47a0d14

Browse files
authored
Update README.md
1 parent 8f78328 commit 47a0d14

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,6 @@ You may need to execute it via command line ```java -jar Bytecode-Viewer-2.10.x.
6060
## How do I use BCV?
6161
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.
6262

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

6865
Just clone this repo and run ``mvn package``. It's that simple!
@@ -74,3 +71,6 @@ Open the Maven project (e.g. in IntelliJ, open the ``pom.xml`` as a project file
7471
## Exporting as jar
7572

7673
Using Intellij create a new artifact jar and build it, if the META-INF is overrwitten replace it with the one in resources.
74+
75+
##### Are you a Java Reverse Engineer? Do you want to learn?
76+
Join The Bytecode Club Today! - https://the.bytecode.club

0 commit comments

Comments
 (0)