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.4 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FORGED_MUA_MOZILLA,FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,65a0a5ef1f6477e1,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.66.85.130 with SMTP id h2mr6045057paz.8.1352627112936; Sun, 11 Nov 2012 01:45:12 -0800 (PST) Path: 6ni74660pbd.1!nntp.google.com!news.glorb.com!proxad.net!feeder1-2.proxad.net!193.252.117.184.MISMATCH!feeder.news.orange.fr!not-for-mail Date: Sun, 11 Nov 2012 10:45:36 +0100 From: Stephane Carrez User-Agent: Mozilla/5.0 (X11; Linux i686; rv:14.0) Gecko/20120714 Thunderbird/14.0 MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: [ANN] Ada BFD 1.0 is available Message-ID: <509f73a7$0$18043$ba4acef3@reader.news.orange.fr> Organization: les newsgroups par Orange NNTP-Posting-Date: 11 Nov 2012 10:45:12 CET NNTP-Posting-Host: 82.123.239.149 X-Trace: 1352627112 reader.news.orange.fr 18043 82.123.239.149:9204 X-Complaints-To: abuse@orange.fr Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Date: 2012-11-11T10:45:12+01:00 List-Id: Hi! Ada BFD is an Ada binding for the GNU Binutils BFD library. It allows to read binary ELF, COFF files by using the GNU BFD. The Ada BFD library allows to: * list and scan the ELF sections of an executable or object file, * get the content of the ELF sections, * get access to the symbol table, * use the BFD disassembler Version 1.0 of this Ada binding library is now available at http://code.google.com/p/ada-bfd/ This new release bring the following changes: * Fixed installation of library * Added examples for BfdAda * Add support to use the disassembler For an introduction on using Ada BFD, you may read the article: Reading a program symbol table with Ada BFD http://blog.vacs.fr/index.php?post/2012/11/03/Reading-a-program-symbol-table-with-Ada-Bfd Best regards, Stephane