oxref
cross reference utility
Install
- All systems
-
curl cmd.cat/oxref.sh
- Debian
-
apt-get install oxref
- Ubuntu
-
apt-get install oxref
- Kali Linux
-
apt-get install oxref
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install oxref
- Raspbian
-
apt-get install oxref
- Dockerfile
- dockerfile.run/oxref
oxref
cross reference utility
The program oxref writes to the standard output stream a cross reference of symbols defined in unstripped object files and/or libraries. It demangles C++ symbols and can (probably) be used for a large range of languages. Oxref does not interpret the object files and libraries itself, but calls objdump(1) to do so. The output produced by objdump is then filtered by oxref, generating the cross reference listing.