llvm-bcanalyzer
LLVM Bitcode (.bc) analyzer. More information: <https://llvm.org/docs/CommandGuide/llvm-bcanalyzer.html>.
Install
- All systems
-
curl cmd.cat/llvm-bcanalyzer.sh
- Debian
-
apt-get install llvm-3.0
- Ubuntu
-
apt-get install llvm-8
- Alpine
-
apk add llvm
- Arch Linux
-
pacman -S llvm6
- Kali Linux
-
apt-get install llvm-7
- CentOS
-
yum install llvm
- Fedora
-
dnf install llvm3.7
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install llvm-8
- OS X
-
brew install llvm
- Raspbian
-
apt-get install llvm-3.2
- Dockerfile
- dockerfile.run/llvm-bcanalyzer
- Docker
-
docker run cmd.cat/llvm-bcanalyzer llvm-bcanalyzer
powered by Commando
LLVM Bitcode (.bc) analyzer. More information: <https://llvm.org/docs/CommandGuide/llvm-bcanalyzer.html>.
-
Print statistics about a Bitcode file:
llvm-bcanalyzer path/to/file.bc
-
Print an SGML representation and statistics about a Bitcode file:
llvm-bcanalyzer -dump path/to/file.bc
-
Read a Bitcode file from `stdin` and analyze it:
cat path/to/file.bc | llvm-bcanalyzer
© tl;dr; authors and contributors