actually it pays to make the search case insensitive: strings winprogram.exe|grep -i dll
On Mon, 22 May 2006 09:06:01 +1200 Nick Rout wrote: > try > > strings winprogram.exe|grep dll > > sample output: > > [EMAIL PROTECTED] ~ $ strings OOo_2.0.0_Win32Intel_install.exe|grep dll > COMCTL32.dll > KERNEL32.dll > USER32.dll > GDI32.dll > ADVAPI32.dll > SHELL32.dll > ole32.dll > VERSION.dll > ADVAPI32.dll > RichEd20.dll > KERNEL32.dll > > > > On Mon, 22 May 2006 01:54:45 +1200 > John Mallett wrote: > > > A question for the programmer's > > > > I would like to mount a windows partition from linux > > Then determine which dll's a windows exe needs > > > > > > I would guess that there is a link in each exe to the dll's that it needs > > but would like to know if there is a program to search for the dll's > > > > > > > > Can any one help me > > -- > Nick Rout <[EMAIL PROTECTED]> -- Nick Rout <[EMAIL PROTECTED]>
