home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / pascal / 4632 < prev    next >
Encoding:
Internet Message Format  |  1992-07-30  |  1.5 KB

  1. Path: sparky!uunet!iadpsa!iowegia!billtutt
  2. From: billtutt@iowegia.uucp (Bill Tutt)
  3. Newsgroups: comp.lang.pascal
  4. Subject: Re: code Scrambler?
  5. Message-ID: <gcqqoB1w165w@iowegia.uucp>
  6. Date: Thu, 30 Jul 92 14:51:27 CDT
  7. References: <Bs28AC.H8B@knot.ccs.queensu.ca>
  8. Distribution: world
  9. Organization: Iowegia Waffle BBS, Clive IA USA, +1 515 226 2156
  10. Lines: 23
  11.  
  12. dmurdoch@QueensU.CA (Duncan Murdoch) writes:
  13.  
  14. > One thing that would be useful for people in your position would be a
  15. > source scrambler, that stripped comments and white space, and changed
  16. > local names, but I've never seen one.
  17. > Duncan Murdoch
  18. > dmurdoch@mast.queensu.ca
  19.  
  20. There is that sort of thing available for C.  It takes a C program and
  21. strips the comments, change all the loops to ifs and gotos, and mangle 
  22. the local variables.  The company uses this to have the C code put on 
  23. various systems without actually giving away any of there secrets.
  24.  
  25. :--------------------------------------------------------------:
  26. :  Bill Tutt                             billtutt@iowegia.uucp :
  27. |  There are worlds out there where the sky is burning, and    |
  28. |  the sea's asleep and the rivers dream; people made of smoke |
  29. |  and cities made of song. Somewhere there's danger, some-    |
  30. |  where there's injustice, and somewhere else the tea is      |
  31. |  getting cold. Come on, we've got work to do.                |
  32. |                                                              |
  33. |         The Doctor in "Survival"                             |
  34.