Reverse engineering a applescript.app
Hello all
If I write an applescript, and save it only as run only application, how easy is it for someone to reverse engineer (ie copy my hours of work!) the script I have written.
I have tried from the terminal
strings /path/to/my/script.app
and I get this error
_dyld_mod_termfuncs
_dyld_make_delayed_module_initializercalls
The kernel support for the dynamic linker is not present to run this program.
Is this a problems specific to my computer, or can they get the text from my scripts very easily using strings or some other sort of reverse engineer trickery?
If I write an applescript, and save it only as run only application, how easy is it for someone to reverse engineer (ie copy my hours of work!) the script I have written.
I have tried from the terminal
strings /path/to/my/script.app
and I get this error
_dyld_mod_termfuncs
_dyld_make_delayed_module_initializercalls
The kernel support for the dynamic linker is not present to run this program.
Is this a problems specific to my computer, or can they get the text from my scripts very easily using strings or some other sort of reverse engineer trickery?
Mac OS X (10.4.6)