Skip to main content

Symbol Stripping

Compiling with the -s flag on GNU GCC and similar CC programs will strip symbols during the linker phase of compilation. This will hide the names of the variables given in the code when producing a final binary.