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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,df91d82554831e4d X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-02-13 13:32:53 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!sn-xit-04!sn-xit-01!sn-post-01!supernews.com!corp.supernews.com!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada Subject: Re: ELF Header Symbol Extraction Date: Fri, 13 Feb 2004 15:32:08 -0600 Organization: Posted via Supernews, http://www.supernews.com Message-ID: <102qgk52e27pf92@corp.supernews.com> References: X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 X-Complaints-To: abuse@supernews.com Xref: archiver1.google.com comp.lang.ada:5550 Date: 2004-02-13T15:32:08-06:00 List-Id: > Does anyone know of an Ada library that extracts ELF header > information from a binary? Anyone got any suggestions on how to do it > if I can't find a library? I wrote such a thing as part of an aborted SPARC compiler project many years ago. But I don't know for sure what happened to it (or if it would be useful on a different platform - as I recall there were a number of target-dependent parts). Randy.