How to Install and Uninstall bytecode-viewer Package on Kali Linux

Last updated: July 03,2024

1. Install "bytecode-viewer" package

Please follow the steps below to install bytecode-viewer on Kali Linux

$ sudo apt update $ sudo apt install bytecode-viewer

2. Uninstall "bytecode-viewer" package

Please follow the steps below to uninstall bytecode-viewer on Kali Linux:

$ sudo apt remove bytecode-viewer $ sudo apt autoclean && sudo apt autoremove

3. Information about the bytecode-viewer package on Kali Linux

Package: bytecode-viewer
Version: 2.10.16-0kali2
Architecture: all
Maintainer: Kali Developers
Installed-Size: 41867
Depends: default-jre, java-wrappers
Homepage: https://github.com/Konloch/bytecode-viewer
Priority: optional
Section: utils
Filename: pool/main/b/bytecode-viewer/bytecode-viewer_2.10.16-0kali2_all.deb
Size: 38972256
SHA256: 580fd9458d66f065f47ffb45cb7da43b009b688a08096dfafa33c1a3ca6a548c
SHA1: c2de741c1ea33e212cb0a877d982b3aaf4156e0c
MD5sum: ac93bffadba613df1db6b4dfcdedf6fa
Description: Java 8+ Jar & Android APK Reverse Engineering Suite
This package contains Bytecode Viewer (BCV). It is an Advanced Lightweight
Java Bytecode Viewer, GUI Java Decompiler, GUI Bytecode Editor, GUI Smali, GUI
Baksmali, GUI APK Editor, GUI Dex Editor, GUI APK Decompiler, GUI DEX
Decompiler, GUI Procyon Java Decompiler, GUI Krakatau, GUI CFR Java
Decompiler, GUI FernFlower Java Decompiler, GUI DEX2Jar, GUI Jar2DEX, GUI
Jar-Jar, Hex Viewer, Code Searcher, Debugger and more.
.
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 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.
.
It's currently being maintained and developed by Konloch.
Description-md5:

5. The same packages on other Linux Distributions