jclassinfo
extracts information from Java class files
Install
- All systems
-
curl cmd.cat/jclassinfo.sh
- Debian
-
apt-get install jclassinfo
- Ubuntu
-
apt-get install jclassinfo
- Kali Linux
-
apt-get install jclassinfo
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install jclassinfo
- Raspbian
-
apt-get install jclassinfo
- Dockerfile
- dockerfile.run/jclassinfo
jclassinfo
extracts information from Java class files
jclassinfo reads Java class files and extract useful information from them, such as: * the classes/methods/constants/fields provided * their dependencies * the version of the virtual machine necessary to run them * a full disassembly of the bytecode * other attributes Its main advantage over other similar programs is that it is written in C, which makes it much faster and more suitable for scripting.