Update README.md

This commit is contained in:
Konloch 2023-12-18 00:43:53 -07:00
parent 8bfeef363b
commit 5c9af84234

AI 샘플 코드 생성 중입니다

Loading...

View File

@ -3,8 +3,9 @@
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
@ -12,8 +13,7 @@ Bytecode Viewer - a lightweight user-friendly Java/Android Bytecode Viewer, Deco
* 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
@ -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`