home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / d / drwimp / DrWimp / Documents / Security < prev    next >
Encoding:
Text File  |  1997-05-24  |  1018 b   |  31 lines

  1. SOURCE CODE SECURITY - for DrWimp users
  2.  
  3.  
  4. The library has become rather large over the last few versions and now
  5. exceeds 45k. This means that using it in the basic way as a library for a
  6. RunImage means that even the smallest and most simplest applications will be
  7. quite large. This is undesirable.
  8.  
  9. Also your source code (the RunImage) will be open for everyone to see.
  10.  
  11. The total size of your source code combined with DrWimp can be reduced
  12. spectacularly, and at the same time gain more security, by using the
  13. applications contained in the Utils folder.
  14.  
  15. The procedure:
  16.  
  17. 1. Link your RunImage with DrWimp using !Linker. Store your original
  18. RunImage somewhere safe.
  19.  
  20. 2. The RunImage can then be compressed using !BSquasher to produce a new
  21. RunImage which is very hard to follow.
  22.  
  23. 3. Turn the compressed BASIC RunImage into an absolute file by dropping it
  24. onto !MakeApp2 and saving under a different name.
  25.  
  26. 4. Compress the Absolute file by dropping it onto !Crunch, to give you your
  27. final RunImage to distribute.
  28.  
  29.  
  30. EOF
  31.