Konloch/bytecode-viewer là một trong những repo tập trung di động mà TopGit theo dõi, hiện có 15.6k sao, viết chủ yếu bằng Java. A Java 8+ Jar & Android APK Reverse Engineering Suite (Decompiler, Editor, Debugger & More)
Tóm tắt dựng từ metadata GitHub của chính dự án — chưa có bài review TopGit. Trang sẽ tự động cập nhật khi bài review đầy đủ được xuất bản.
VÌ SAO CHƯA CÓ REVIEW
TopGit viết bài đầy đủ cho repo có nhiều sao nhất và được yêu cầu nhiều nhất. Trang này là snapshot trong thời gian chờ — xem README gốc ở tab READ ME.
3 Built-in Bytecode disassemblers, including 2 assemblers: Krakatau and Smali/BakSmali
APK/DEX Support from Dex2Jar and Enjarify
Built-in Java Compiler
Advanced static-search functionality
Customizable UI
Plugins + Script Engine Design
Malicious code scanning API
Translated Into over 30 Languages Including: Arabic, German, Japanese, Mandarin, Russian, Spanish)
Export functionality as Runnable Jar, Zip, APK, Decompile All As Zip, Etc.
And more! Give it a try for yourself!
Command Line Input
-help Displays the help menu
-clean Deletes the BCV directory
-english Forces English language translations
-list Displays the available decompilers
-decompiler <decompiler> Selects the decompiler, procyon by default
-i <input file> Selects the input file (Jar, Class, APK, ZIP, DEX all work automatically)
-o <output file> Selects the output file (Java or Java-Bytecode)
-t <target classname> Must either be the fully qualified classname or "all" to decompile all as zip
-nowait Doesn't wait for the user to read the CLI messages
What is Bytecode Viewer?
Bytecode Viewer (BCV) is an Advanced Lightweight Java/Android Reverse Engineering Suite. Powered by several open source tools BCV is designed to aid in the reversing process.
BCV comes with 6 decompilers, 3 disassemblers, 2 assemblers, 2 APK converters, advanced searching, debugging & more.
It's written completely in Java, and it's open sourced. It's currently being maintained and developed by Konloch.
Is there a demo?
Please note this demo is from a very old version
How do I install BCV?
Download the latest version from https://github.com/konloch/bytecode-viewer/releases and run the Bytecode-Viewer-2.10.x.jar.
You may need to execute it via command line java -jar Bytecode-Viewer-2.10.x.jar (replace the X with the current minor version)
How can I use BCV?
Starting with a Jar, Zip, ClassFile or Android file (APK, DEX, XAPK, APKM, etc) drag it into BCV. It will start the decoding process automatically.
From here you can select the decompilers you would like to use by selecting the View Pane>View 1, View 2, View 3, etc.
The view panes are-used to display up to 3 decompilers side by side, you can also toggle edibility here.
Select the resource you would like to open by navigating using the resource list, BCV will do its best to display it (Decompiling, Disassembling, etc).
You can use plugins to help you search along with using the search pane in the left-hand bottom corner.
How do the plugins work?
There is also a plugin system that will allow you to interact with the loaded classfiles. You could for example write a String deobfuscator, a malicious code searcher, or anything else you can think of.
You can either use one of the pre-written plugins, or write your own. The plugin system supports java and javascript 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.
Instructions to compile
Just clone this repo and run mvn package. It's that simple!
Working on the source
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
Konloch/bytecode-viewer thuộc nhóm Mobile trên TopGit, cùng 20 topic GitHub. Trang Trending và Topics liệt kê các repo cùng số sao và cùng ngôn ngữ để so sánh.
Đọc thêm về Konloch/bytecode-viewer ở đâu?
Trang TopGit này là một snapshot — tab "Readme" hiển thị nguyên văn README của repo (đã bỏ link, giữ ảnh). Repo GitHub ở github.com/Konloch/bytecode-viewer là nguồn chính thức.
Konloch/bytecode-viewer có bao nhiêu sao?
Konloch/bytecode-viewer có 15.6k sao GitHub — tải lại trang để xem số mới nhất, hoặc xem trực tiếp github.com/Konloch/bytecode-viewer. TopGit phản chiếu số sao của GitHub nhưng không cam kết đến từng phút.
Konloch/bytecode-viewer có phải mã nguồn mở không?
Có — Konloch/bytecode-viewer phát hành theo license GPL-3.0, nghĩa là mã nguồn mở để đọc, fork và (tùy license) tái sử dụng. Mã: github.com/Konloch/bytecode-viewer.
Konloch/bytecode-viewer có trang demo không?
Dự án có trang chủ ở https://bytecodeviewer.com. Tab "Readme" ở trang này thường có ảnh chụp và hướng dẫn bắt đầu nhanh.
Konloch/bytecode-viewer còn đang phát triển không?
Commit gần nhất trên Konloch/bytecode-viewer là 1 tháng trước (theo timestamp GitHub). Repo có 1.3k fork — một chỉ báo về mức độ quan tâm của cộng đồng.
Đọc đầy đủ README ở tab phía trên.
Muốn nghe thêm một ý kiến về bytecode-viewer?
Hỏi một AI đọc được trang này — một cú bấm là có ngay nhận định về bytecode-viewer.