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,a2a82ecf7876e5c1 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-03-19 17:23:06 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!news.airnews.net!cabal12.airnews.net!usenet From: "John R. Strohm" Newsgroups: comp.lang.ada Subject: Re: embedding text in executables?? Date: Wed, 19 Mar 2003 19:14:27 -0600 Organization: Airnews.net! at Internet America Message-ID: X-Orig-Message-ID: References: <3E776E2F.A99F7BA@boeing.com> <3E785FE3.2A259BAC@boeing.com> Abuse-Reports-To: abuse at airmail.net to report improper postings NNTP-Proxy-Relay: library1-aux.airnews.net NNTP-Posting-Time: Wed Mar 19 19:19:56 2003 NNTP-Posting-Host: !Ylt+1k-XHeRqZh (Encoded at Airnews!) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Xref: archiver1.google.com comp.lang.ada:35540 Date: 2003-03-19T19:14:27-06:00 List-Id: OK, http://devrsrc1.external.hp.com/STK/partner/elf-64-hp.pdf describes an extension to the ELF format, refers back to the original ELF format, and describes a NOTE section type that can probably be corrupted to do what you want to do. You'll probably have to build a special-purpose tool to insert your proprietary rights header into an ELF module. "B0966864" wrote in message news:3E785FE3.2A259BAC@boeing.com... > Xref: news-g.iadfw.net comp.lang.ada:131649 > > Yes, I just got the reply late yesterday. They thought it was an > interesting question but offered little help after that. Said they can't > do it. > > VxWorks 5.4.2 ELF file format. > > Jerico > > Martin Dowie wrote: > > > > "B0966864" wrote in message > > news:3E776E2F.A99F7BA@boeing.com... > > > I am looking for a way to embed a proprietary rights header at the top > > > of the executable when viewed with a basic text editor. I can get it > > > into the data section of the file but it needs to be at or near the > > > beginning so it is immediately visible. Anyone have any ideas or > > > experience in this? Environment Ada95, GHS Adamulti2000v3.5 > > > > Have you asked Green Hills?