I have in my code things like:
system("a system call");
but, as the printf, the text inside the system() is readable in the binary code.
I'm compiling the .c with
gcc -str=gnu99 code.c -o code
How may I compile to suppress the readable string in the binary code ?
Aucun commentaire:
Enregistrer un commentaire