On 18 Jan, Russel wrote:
> has anyone stumbled upon a utility that lists
> the DLLs used by a certain exe file?
You might already have something - an editor that can load large
files... Here's how:
*) Make a copy of the exe file in question
*) Open up that copy in an editor that can handle a file of that size
(definitely not Notepad)
*) Do a find for the string "dll"
This will let you see what DLLs the program is calling. NOTE: Opening
up the file in an editor will pretty much destroy the program (the
binary bits will get replaced with ASCII characters), which is why you
should only open up a copy of the program...
-=Brian L. Johnson, blj8.com=-
http://www.blj8.com/my-urls
----------------------------------
"Hmm, they have the Internet on
computers now." - Homer Simpson