Choose which install method you would like to see instructions for. Debs work for any debian-based OS such as Debian, Ubuntu, and Mint. RPMS work for any Fedora-based OS such as Fedora, centOS, RHEL, and Rocky Linux.
Need to know your distribution? Run this command in a terminal: cat /etc/os-release
. The displayed PRETTY_NAME
will match one of those in the dropdown if Code supports it.
Run these commands on your system to let it know to look for Code's Load-time Function Randomization (LFR) packages on our servers and then install Code.
Now that your system contains the files necessary for Code to run, prepend your build commands (make, gcc, g++, etc) with lfr-helper
to automatically integrate Code into your existing build process.
The command shown will build the given hello_world.c
into an Code-protected program called hello_world
, but you can add lfr-helper
to any build command, simple or complex.
Each tab shows a different way to confirm that Code has been applied to a given binary. The examples are for the hello_world
binary built in the previous step.