[comp.lang.c] "Numerical Recipes in C" is nonporttruncated

dhesi@bsu-cs.UUCP (Rahul Dhesi) (09/10/88)

In article <225800065@uxe.cso.uiuc.edu> mcdonald@uxe.cso.uiuc.edu writes:
>It is even possible
>to design an operating system so that...
>there is some magic cookie necessary to make
>an executable file, and no compiler or assembler allows setting such 
>cookie *. VMS makes it rather difficult to set such a thing (but 
>possible).

From VMS, using C, it is trivial to create an executable file.  Just
open the file with fopen(), write to it with fwrite(), and close it
with fclose().  If the data bytes make sense, VMS will be happy to
execute it.
-- 
Rahul Dhesi         UUCP:  <backbones>!{iuvax,pur-ee,uunet}!bsu-cs!dhesi