Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com content-class: urn:content-classes:message Subject: RE: Is the application a cygwin application? MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Date: Thu, 1 Nov 2001 15:00:59 +1100 X-MimeOLE: Produced By Microsoft Exchange V6.0.4417.0 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Is the application a cygwin application? Thread-Index: AcFiiGY/5qhN2f8ZQ0Ka8sLW4ITpPgAAUqDA From: "Robert Collins" To: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id fA13rHR20625 > -----Original Message----- > From: Christopher Faylor [mailto:cgf AT redhat DOT com] > Sent: Thursday, November 01, 2001 2:44 PM > To: cygwin-developers AT cygwin DOT com > Subject: Is the application a cygwin application? > > > Does anyone know of a really easy, cheap way to scan a .exe header > and determine if the exe loads cygwin1.dll? Know of yes, know how to, no. libbfd can tell us if cygwin1.dll is listed in the import table. Thats all we need to know, and that should be fairly quick. Rob