>I would like to make it as difficult as possible for people that are >interested in disassembling my code ( crackers and possibly others ) to find >out what >and where in the code those things are being done. > >One example would be if you have a function called HandleUserRegistration() >its exact location and name will show up if you are disassembling the code.
It won't show up if you turn off Macsbug symbols in the 68K Processor pref panel. Those generally should be off, except when you are debugging, since they can bloat up the size of your segments significantly. -- Ben Combee <[EMAIL PROTECTED]> CodeWarrior for Palm OS technical lead Palm OS programming help @ www.palmoswerks.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
