delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-developers-subscribe AT sources DOT redhat DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin-developers/> |
List-Post: | <mailto:cygwin-developers AT sources DOT redhat DOT com> |
List-Help: | <mailto:cygwin-developers-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-developers-owner AT sources DOT redhat DOT com |
Delivered-To: | mailing list cygwin-developers AT sources DOT redhat DOT com |
Message-ID: | <00ef01c0ecd6$41559c60$0200a8c0@lifelesswks> |
From: | "Robert Collins" <robert DOT collins AT itdomain DOT com DOT au> |
To: | "Andy Moreton" <amoreton AT virata DOT com>, <cygwin-developers AT cygwin DOT com> |
References: | <006801c0ecd5$db486d80$2b0b070a AT cam DOT virata DOT com> |
Subject: | Re: dlsym discussion.. |
Date: | Mon, 4 Jun 2001 19:10:51 +1000 |
MIME-Version: | 1.0 |
X-Priority: | 3 |
X-MSMail-Priority: | Normal |
X-Mailer: | Microsoft Outlook Express 5.50.4133.2400 |
X-MimeOLE: | Produced By Microsoft MimeOLE V5.50.4133.2400 |
X-OriginalArrivalTime: | 04 Jun 2001 09:02:03.0884 (UTC) FILETIME=[05FA1AC0:01C0ECD5] |
----- Original Message ----- From: "Andy Moreton" <amoreton AT virata DOT com> > > > -----Original Message----- > > Looking at this from the Win32 side of things, perhaps you should look at > the ToolHelp library, in particular CreateToolHelp32Snapshot(), > Module32First(), > and Module32Next(). > > This will give you a list of all modules for the current process. Checking > the > module handle against the list maintained by cygwin should give the > information > you need. > > HTH, > > AndyM > Neato. That combined with before/after dlopen will also let me grab the dependant libraries that are automatically loaded as well. That won't be fool proof, but it's better than nothing. I suppose we could fall back to walking the entire list anyway, but that would likely return erroneous results :-[ You wouldn't happen to know of an equivalent function for NT 4.0 would you? (MSND lists that function as win95+, Windows 2000+. Rob
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |