relative value of stripping symbols
John Kessenich
jk at hpfelg.HP.COM
Tue Apr 25 05:11:20 AEST 1989
>/ hpfelg:comp.lang.c / jcbst3 at cisunx.UUCP (James C. Benz) / 12:32 pm Apr 19, 1989 /
> If the program is well written and
>all other things being equal, will the program take longer to load and will
>it run slower with the symbols in?
There may be another issue: security. Consider a program secured through
some mechanism (e.g. CPU serial number) by a function in the executable
that checks the security mechanism and returns an appropriate value to
its calling function, which then acts on the result. If the security
function has a meaningful name, having the symbol table present greatly
simplifies the task of a user editing the executable to effectively turn
off security checks.
----------
John "planning to get a real signature" Kessenich
More information about the Comp.lang.c
mailing list