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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,70b7e7406a4c38ae,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.223.40 with SMTP id qr8mr3460218pbc.0.1342122236978; Thu, 12 Jul 2012 12:43:56 -0700 (PDT) Path: l9ni11564pbj.0!nntp.google.com!news1.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Oliver Kellogg Newsgroups: comp.lang.ada Subject: Ada source code obfuscator update Date: Thu, 12 Jul 2012 12:28:10 -0700 (PDT) Organization: http://groups.google.com Message-ID: <27cdad49-e85c-40f4-bc05-ab2f4ab30a36@googlegroups.com> NNTP-Posting-Host: 93.208.119.36 Mime-Version: 1.0 X-Trace: posting.google.com 1342122236 23059 127.0.0.1 (12 Jul 2012 19:43:56 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 12 Jul 2012 19:43:56 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=93.208.119.36; posting-account=a23u_AkAAAB-Xz81hSqodYsmJRrMwioK User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-07-12T12:28:10-07:00 List-Id: Version 0.6 of the obfuscada perl script has been released and is available at: http://www.okellogg.de/x.html Changes since version 0.2 are: - Exclude 'I' and 'O' from obfuscated identifiers to avoid confusion with '1' and '0' - Support bodies and child/separate units - Various bug fixes - Use the UniLexer perl module for scanning the input into tokens Due to the limitations of global text substitution without semantic knowledge, I expect this to be the last update of the script. A complete rewrite in Ada (using ASIS) is planned. Enjoy, Oliver Kellogg