Welcome, Guest. Please login or register.

Author Topic: Compiler for AmigaDOS scripts?  (Read 8603 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Thomas

Re: Compiler for AmigaDOS scripts?
« on: August 18, 2004, 04:38:03 PM »

Why not just put the entire script into a C string constant and Execute() it ?

Bye,
Thomas

Offline Thomas

Re: Compiler for AmigaDOS scripts?
« Reply #1 on: August 19, 2004, 01:21:12 PM »
The initial concern was to prevent the user from accidentally changing the scripts. Any effort to reengineer the compiled program cannot be called accidentally.

So saving the script as text in an executable, perhaps calcuclating a checksum to inhibit any changes, will surely prevent mistaken changes.

You won't keep anybody from reengineering the program if he really wants to.

Bye,
Thomas