From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,2fef6432c43f4d74 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!v29g2000hsf.googlegroups.com!not-for-mail From: okellogg Newsgroups: comp.lang.ada Subject: Re: Ada source code obfuscator Date: Sun, 20 Jan 2008 23:36:12 -0800 (PST) Organization: http://groups.google.com Message-ID: <085bf151-97dc-4f2d-b9d0-dbb6f9ef1e1d@v29g2000hsf.googlegroups.com> References: NNTP-Posting-Host: 84.156.168.121 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1200900972 26091 127.0.0.1 (21 Jan 2008 07:36:12 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 21 Jan 2008 07:36:12 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: v29g2000hsf.googlegroups.com; posting-host=84.156.168.121; posting-account=a23u_AkAAAB-Xz81hSqodYsmJRrMwioK User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050317 Firefox/1.0.1,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:19497 Date: 2008-01-20T23:36:12-08:00 List-Id: On Jan 20, 12:26 pm, Simon Wright wrote: > > > Does anyone know of a free obfuscator for Ada source code? > > No, but J-P Rosen's AdaSubst seehttp://www.adalog.fr/adalog2.htm) > might form a basis? Very interesting, thanks for the pointer. I solved the problem using a little perl hack (the result can be seen at http://gcc.gnu.org/bugzilla/attachment.cgi?id=14985&action=view) but if I have more of these problems then I'll probably switch to AdaSubst. Oliver