Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Konloch committed Dec 18, 2023
1 parent 8bfeef3 commit 5c9af84
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Expand Up @@ -3,17 +3,17 @@
Bytecode Viewer - a lightweight user-friendly Java/Android Bytecode Viewer, Decompiler & More.

#### New Features
* Draggable tabs
* Patched [CVE-2022-21675](https://github.com/Konloch/bytecode-viewer/security/advisories/GHSA-3wq9-j4fc-4wmc) (Make sure to upgrade to v2.11.X)
* Dark mode with multiple themes
* Dark mode by default with multiple themes
* Translated into over 30 languages including: Arabic, German, Japanese, Mandarin, Russian, Spanish
* Plugin Writer - create and edit external plugins from within BCV
* Fixed Java & Bytecode editing/compiling
* Tabbed plugin console
* Right-click menus on the resource and search panels
* Javap disassembler
* XAPK support
* Updated nearly all dependencies (incl. decompilers like CFR, JD-GUI etc.)
* Updated ASM library to version 9.1
* Latest dependencies (incl. decompilers like CFR, JD-GUI etc.)
* Added support to Java files compiled using JDK > 13
* Migrated to Maven

Expand Down Expand Up @@ -95,6 +95,9 @@ Just clone this repo and run ``mvn package``. It's that simple!

Open the Maven project (e.g. in IntelliJ, open the ``pom.xml`` as a project file).

## UI Is Lagging
Change the theme to your systems. Go into `View->Visual Settings->Window Theme` and select `System Theme`.

## Java Heap Space Issues (java.lang.OutOfMemoryError)
Start BCV with more RAM, e.g. `java -Xmx3G -jar BCV.jar`

Expand Down

0 comments on commit 5c9af84

Please sign in to comment.