home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 3 / 3032 < prev    next >
Internet Message Format  |  1991-03-08  |  10KB

  1. From: chongo@hoptoad.uucp (Landon C. Noll)
  2. Newsgroups: comp.lang.c,comp.sources.d,comp.unix.wizards,alt.sources,misc.misc
  3. Subject: 8th International Obfuscated C Code Contest rules
  4. Message-ID: <15949@hoptoad.uucp>
  5. Date: 8 Mar 91 14:31:40 GMT
  6.  
  7. Here are the rules for the new International Obfuscated C Code Contest!
  8. The rules have been updated slightly from 1990.  Please note that the
  9. contest ends 16-May-1991 (a few days earler thanb last year) to give us 
  10. (Larry Bassel and I) more time to judge all the contest entries.
  11.  
  12. Good Luck!
  13.  
  14.  =-=-=
  15.  
  16. 8th International Obfuscated C Code Contest Rules
  17.  
  18.     Obfuscate:  tr.v.  -cated, -cating, -cates.  1. a.  To render obscure.
  19.         b.  To darken.  2. To confuse:  his emotions obfuscated his
  20.         judgment.  [LLat. obfuscare, to darken : ob(intensive) +
  21.         Lat. fuscare, to darken < fuscus, dark.] -obfuscation n.
  22.         obfuscatory adj.
  23.  
  24.  
  25. GOALS OF THE CONTEST:
  26.  
  27.     * To write the most Obscure/Obfuscated C program under the rules below.
  28.     * To show what should NOT be done in C programs.
  29.     * To provide a safe forum for poor C code.  :-)
  30.  
  31.  
  32. DEDICATION:
  33.  
  34.     The 1991 IOCCC is dedicated to the ANSI C pre-processor.
  35.  
  36.  
  37. RULES:
  38.  
  39.     To help us handle the vast volume of entries, we ask that you follow the
  40.     rules below.  SORRY FOR THE LENGTH, BUT WE NEED ALL THE HELP WE CAN GET!
  41.  
  42.     1) Your source MUST be 1536 bytes or less.   It must be a complete program.
  43.  
  44.     2) To help us process your entries, we ask that you submit entries
  45.        in the following format.  Please be sure to include ALL --- lines,
  46.        otherwise our extraction program may skip your entry!
  47.  
  48. ---header items---
  49. name:        Your name, of course!
  50.  
  51. org:        School/Company/Organization
  52.  
  53. email address:    Email address from a well known site, or in a registered domain
  54.  
  55. postal address:    Postal address
  56.         include your country as well
  57.  
  58. environment:    Indicate the Hardware
  59.         and OS under which your program was tested
  60.  
  61. entry:        5    <i.e., entry number from 0 to 7 inclusive>
  62.  
  63. remark:        Remarks about the program.  See rule #3 below for details.
  64. ---how to ANSI compile---
  65. Give the command(s) needed to compile your program using an ANSI C
  66. compiler.  If your program should not be compiled under an ANSI C compiler,
  67. leave this section blank.  The command size must be 160 characters or less.
  68. ---how to common compile---
  69. Give the command(s) needed to compile your program using an K&R/traditional
  70. C compiler.  If your program should not be compiled under a K&R style C,
  71. leave this section blank.  The command size must be 160 characters or less.
  72. ---program---
  73. Not everyone has a program such as uuencode, and we don't want to blindly
  74. process a shar file, so we ask that you format your source as follows:
  75.  
  76. Add a leading X to EACH line, unless it is a split line.   (see below)
  77.  
  78. Some mailers don't like long lines.  To be safe, split lines longer than 80
  79.     characters.  To split a line, place an E at the point of a split and
  80.     place a C (instead of an X) at the beginning of the next line.
  81.  
  82. If the program does not end in a newline, end the last line with an E.
  83.  
  84. Leading X's, trailing E's followed by the two characters "\nC", and an E
  85.     at the last character of the last line are not considered to part of the
  86.     source and thus don't contribute toward the source character count.
  87.     Be careful with lines ending in "E\n", see the example below.
  88.  
  89. Newlines and tabs each count as 1 character.  Assume 8 character tab stops.
  90.  
  91. The newlines here were placed for reasons of readability.  In your entry,
  92.     every line in this section must begin with either an X or a C.
  93.  
  94. Example:
  95.  
  96. XThis is a single line containing 79 E
  97. Ccharacters including the E
  98. Cfinal newline.
  99. XThe next line contains only a single newline.
  100. X
  101. XThis line is terminated by a newline preceded by an EE
  102. C
  103. XThis last line is not terminated by a newline and ends in an EE
  104. ---end---
  105.  
  106.     3) Regarding the header items:
  107.  
  108.     * Any text outside of the above format will be kept confidential.
  109.  
  110.     * All header lines are required, but you may use 'anonymous'
  111.       for any header line other than 'remarks' or 'entry'.
  112.  
  113.     * Only the '---program---' section uses the 'X', 'C', 'E' notation.
  114.  
  115.     * In the 'remark' item, please include:
  116.         - what this program does
  117.         - why you think the program is obfuscated
  118.         - any other remarks (humorous or otherwise)
  119.         - By default, we will select your program source and/or binary
  120.           filename.  If your entry REQUIRES a specific source and/or
  121.           binary filename, please say so in the remark section.
  122.         - If this entry is a re-submission of a previous entry.
  123.  
  124.     4) Your entry should be written in common C (K&R + common extensions)
  125.        or ANSI C.  If your program will NOT compile under an ANSI C or
  126.        K&R C compiler, leave the particular 'how to' section blank.
  127.        If you leave a 'how to' section blank, include the '---' line.
  128.  
  129.        You do not have to fill in both 'how to' sections, though you must
  130.        fill in at least one 'how to' section.  If you leave a 'how to'
  131.        section blank, include the '---' line anyway.
  132.  
  133.     5) The program must be of original work.  All programs must be
  134.        in the public domain.  All copyrighted programs will be rejected.
  135.  
  136.     6) Entries must be received between 06-Mar-91 0:00 UTC and
  137.        16-May-91 0:00 UTC.  Email your entries the address found below.
  138.        (UTC is essentially equivalent to Greenwich Mean Time)
  139.  
  140.        We will attempt to Email a confirmation of receipt of contest
  141.        entries, however since Email is not reliable you may not receive it.
  142.        We regret that we can no longer accept entries via postal mail.
  143.  
  144.     7) Each person may submit up to 8 entries.  Only 1 entry per Email
  145.        letter.  If you submit multiple entries, be sure that each has a
  146.        unique entry number.
  147.  
  148.        We will discard all but the latest email in the case of multiple
  149.        entries with the same entry number.  Thus, if you wish to correct
  150.        a previously sent entry, re-send it with the same entry number.
  151.        Just to be sure email does not arrive out or sequence, note that 
  152.        fact in the 'remark' item.
  153.  
  154.     8) Entries requiring human interaction to be built are not allowed.  
  155.        (for example, don't use #include "/dev/tty")
  156.  
  157.     9) Compiling an entry must result a regular file which may be executed.
  158.        (for example, don't use -o /dev/tty)
  159.  
  160.  
  161. ANNOUNCEMENT OF WINNERS:
  162.  
  163.     * First announcement will likely be at the Summer 91 Usenix conference.
  164.  
  165.     * Winning entries will be posted in mid June 1991 to
  166.       comp.sources.unix as well as news groups where these rules
  167.       were posted.  (depending on the judges work load)
  168.  
  169.     * Winning entries will be deposited into the uunet archives.
  170.  
  171.     * An article containing the winning entries will be published
  172.       in a future issue of the "Micro/Systems Journal".
  173.  
  174.     * Winners receive international fame and flames!  :-)
  175.  
  176.  
  177. JUDGING:
  178.  
  179.     Awards will be given to the best entry in a number of categories.
  180.     The actual category list will vary depending on the types of entries
  181.     we receive.  As a guide, consider using the following:
  182.  
  183.     * The best small one line program
  184.     * The strangest source layout
  185.     * The most useful obfuscated program
  186.     * The most creatively obfuscated program
  187.     * Best obfuscated entry smaller than 256 bytes
  188.     * Best obfuscated entry smaller than 1024 bytes
  189.     * Best abuse of ANSI C
  190.     * Worse abuse of the rules (no abuse of entry format please!)
  191.     * <anything else so strange that it deserves an award>
  192.  
  193.  
  194. POINTS TO PONDER:
  195.  
  196.     People are encouraged to examine winners of the previous contests.
  197.     A copy of these entries has been posted to comp.sources.unix.
  198.     Contact the comp.sources.unix moderator, or some archive site (such
  199.     as uunet).  Keep in mind that rules change from year to year, so some
  200.     winning entries may not be valid entries this year.  What was unique
  201.     and novel one year might be 'old' the next year.
  202.  
  203.     We examine each entry on several levels of confusion.  For example
  204.     each entry is judged when we:
  205.  
  206.     * look at the original source
  207.     * If it is ANSI, convert tri-graphs to ASCII
  208.     * C pre-process the source ignoring '#include' '#define' lines
  209.     * C pre-process the source ignoring '#define' and '#include' lines
  210.     * run it through a C beautifier
  211.     * examine the algorithm
  212.     * lint it
  213.     * compile it
  214.     * execute it
  215.  
  216.     One line programs are best when they are short, obscure and concise.
  217.  
  218.     We tend to dislike programs that:
  219.  
  220.     * are very hardware specific
  221.     * are very OS or Un*x version specific
  222.          (index/strchr differences are ok, but socket/streams specific
  223.           code is likely not to be)
  224.     * dump core or have compiler warnings
  225.          (it is ok only if you warn us in the 'remark' header item)
  226.     * won't compile under both BSD or SYS V Un*x
  227.     * use an excessively long compile line to get around the size limit
  228.     * obfuscate by excessive use of ANSI tri-graphs
  229.     * are longer than they need to be
  230.     * are similar to previous winners
  231.     * are similar to previous losers  :-)
  232.  
  233.     Simply abusing #defines or -Dfoo=bar won't go as far as a program
  234.     that is more well rounded in confusion.
  235.  
  236.     Unless you are cramped for space, or unless you are entering the
  237.     'best one liner' category, we suggest that you format your program
  238.     in a more creative way than simply forming excessively long lines.
  239.  
  240.     We like programs that:
  241.  
  242.     * are as concise and small as they need to be
  243.     * do something at least quasi-interesting
  244.     * pass lint without complaint (not a requirement, but it is nice)
  245.     * are portable
  246.     * are unique or novel in their obfuscation style
  247.     * MAKE USE OF A NUMBER OF DIFFERENT TYPES OF OBFUSCATION
  248.     * make us laugh and/or throw up  :-)
  249.  
  250.     Some types of programs can't excel in some areas.  Of course, your
  251.     program doesn't have to excel in all areas, but doing well in several
  252.     areas really does help.  A humorous note in the remark section helps.
  253.  
  254.     Be creative!
  255.  
  256.  
  257. EMAIL ADDRESSES
  258.  
  259.     Send contest entries to:
  260.  
  261.     ...!{sun,pacbell,uunet,pyramid,amdahl}!hoptoad!obfuscate
  262.     obfuscate@toad.com
  263.  
  264.     The Judging will be done by Landon Noll and Larry Bassel.  If you have 
  265.     questions or comments (no entries), please feel free to email them to:
  266.  
  267.     ...!{sun,pacbell,uunet,pyramid,amdahl}!hoptoad!judges
  268.     judges@toad.com
  269.  
  270.  
  271. chongo <Landon Curt Noll> /\cc/\      hoptoad!chongo
  272. Larry Bassel                  {amdahl,ucbvax,cbosgd}|sun!lab
  273. -- 
  274. For a good prime, call:  391581 * 2^216193 - 1
  275.