Re: Path names in executable
Re: Path names in executable
- Subject: Re: Path names in executable
- From: Stefan Schüßler <email@hidden>
- Date: Tue, 4 Apr 2006 16:31:40 +0200
I have used class-dump and F-Script Anywhere myself, I know class
posing and method swizzling.
I'm not concerned about giving away my user name or my projects
directory. But building a project from different directories gives
different results (the binary files differ). Maybe that's the way it
is supposed to work, but I don't like it.
Am 04.04.2006 um 15:38 schrieb Erik Buck:
Path names in your executable are the least of your worries. Run
class-dump sometime. Try F-Script Anywhere. Objective-C is a very
dynamic language, and the runtime preserves a lot of information
about objects. It is possible to find the name of every class,
category, protocol, method, and instance variable in a compiled
Objective-C executable. If you think it is unacceptable to embed
paths in the executables, you may not want to use Objective-C at all.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden