I would like to be able to dynamically change the executable code within a library I am using. Essentially, I would like to dynamically NOP out certain functions if they are
The easiest way i found (binutils 2.22) is to link with -N That can be passes to gcc with gcc -XN