| Version | 2.8.1 |
|---|---|
| Publisher | The Bytecode Club |
| Release date | Feb 11, 2015 |
| Date added | Feb 11, 2015 |
| Os requirements | Mac OS X 10.4 PPC, Mac OS X 10.5 PPC, Mac OS X 10.9, Mac OS X 10.10, Mac OS X 10.5, Macintosh, Mac OS X 10.4, Mac OS X 10.6, Mac OS X 10.4 Intel, Mac OS X 10.3, Mac OS X 10.8, Mac OS X 10.7, Mac OS X 10.5 Intel |
| Requirements | None |
| Total downloads | 660 |
| Downloads per week | 1 |
| Price | Free |
Description
Bytecode Viewer is an Advanced Lightweight Java Bytecode Viewer, GUI Procyon Java Decompiler, GUI CFR Java Decompiler, GUI FernFlower Java Decompiler, GUI Jar-Jar, Hex Viewer, Code Searcher, Debugger and more. It's written completely in Java, and it's open sourced. It's currently being maintained and developed by Konloch. 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. You can either use one of the pre-written plugins, or write your own. It supports groovy, python and ruby 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.