Hiding class and method symbols in the compiled program?
Hiding class and method symbols in the compiled program?
- Subject: Hiding class and method symbols in the compiled program?
- From: Pierre-Olivier Latour <email@hidden>
- Date: Sat, 27 Jul 2002 16:55:02 +0200
Hi again,
To prevent my program from being too easily hacked, I'd like that class and
method names be not visible in the Mach-O binary.
I did a quick test by building a Foundation tool. I turned off debugging
symbols in the project options, and select the "deployment" target
variation.
Using "sample" in the terminal still shows the readable names of my class...
Is it possible to really hide these names? Say I have a class that handle
serial number verifications, it's going to be really easy to bypass if its
name is clearly visible.
Any idea?
_____________________________________________________________
Pierre-Olivier Latour email@hidden
Lausanne, Switzerland
http://www.pol-online.net
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.