X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: RayeR Newsgroups: comp.os.msdos.djgpp Subject: Re: Identifying DJGPP EXE files Date: Mon, 08 Oct 2007 07:04:53 -0700 Organization: http://groups.google.com Lines: 10 Message-ID: <1191852293.909048.178470@y42g2000hsy.googlegroups.com> References: <8a7a093d0710060215u2d408f3dj5b49ce298c6ede8a AT mail DOT gmail DOT com> NNTP-Posting-Host: 195.70.144.29 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: posting.google.com 1191852294 31681 127.0.0.1 (8 Oct 2007 14:04:54 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Mon, 8 Oct 2007 14:04:54 +0000 (UTC) In-Reply-To: <8a7a093d0710060215u2d408f3dj5b49ce298c6ede8a@mail.gmail.com> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.6) Gecko/20070802 SeaMonkey/1.1.4,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse AT google DOT com Injection-Info: y42g2000hsy.googlegroups.com; posting-host=195.70.144.29; posting-account=ps2QrAMAAAA6_jCuRt2JEIpn5Otqf_w0 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > I want to write a program that examines .EXE files, and tells if it's > compiled with a DOS extender, or not. If it's compiled with a DOS > extender, it should also tell which one. Hi, I wrote a small exe info tool before ~2 weeks, it recognizes stubbed images NE/PE/LE/pharlap,etc... Original motivation was that I need to get file length from exe header but when studying exe i extend it little bit. When I come at home I will upload it...