Re: Store script as run only
Re: Store script as run only
- Subject: Re: Store script as run only
- From: Martin Orpen <email@hidden>
- Date: Sat, 8 Apr 2006 15:28:02 +0100
On 8 Apr 2006, at 2:52 pm, deivy petrescu wrote:
Martin, I tried running the command above and got the following:
-->
__dyld_mod_term_funcs
__dyld_make_delayed_module_initializer_calls
The kernel support for the dynamic linker is not present to run
this program.
-->
I have the whole installation plus developer, what gives?
Note that I was using strings on a read-only script - not an
application or droplet etc.
The message that you got is standard when you try and use strings on
a executable - for example try:
strings /bin/echo
To get useful stuff from an app or droplet you need to read the
resource:
strings -n 3 -o /path/to/your/run-only.app/rsrc
Regards
--
Martin Orpen
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden