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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,df91d82554831e4d,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-02-12 06:30:15 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: jamesamor@hotmail.com (James Amor) Newsgroups: comp.lang.ada Subject: ELF Header Symbol Extraction Date: 12 Feb 2004 06:30:15 -0800 Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: 20.138.254.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1076596215 8287 127.0.0.1 (12 Feb 2004 14:30:15 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 12 Feb 2004 14:30:15 +0000 (UTC) Xref: archiver1.google.com comp.lang.ada:5485 Date: 2004-02-12T06:30:15-08:00 List-Id: Hi, 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 had thought of piping the output of an 'ELF examiner' tool to a file and then reading in the contents of the file....seems like a bit of a hack though! Cheers in advance, James