1 Hacking Bind (9.1.2) 2 -------------------- 3 4 As if on purpose, the program bind could not be any more obfuscated. 5 Anyway, our computer can do the job for us. 6 7 ./configure 8 Run the following script: 9 10 -------------------------------------- 11 #!/bin/sh 12 for a in $(find . -name Makefile) 13 do 14 cp $a TMP 15 cat TMP | sed 's/gcc/ncc -ncgcc -ncoo/' > $a 16 done 17 -------------------------------------- 18 19 'make -i' 20 21 Voila!