How to Install wcc in Ubuntu 18.04



Install wcc by entering the following commands in the terminal:

sudo apt update
sudo apt install wcc

Description:

Collection of tools to manipulate binaries and shared objects

This tool permits one to manipulate binaries and shared liraries to reuse their API into an external usage, as a relocatable object that can be linked to a new project, or through an interpreter (wsh) to execute internal API directly.

Homepage: https://github.com/endrazine/wcc

Version: 0.0.2+dfsg-3

Section: universe/utils