On 11/14/11, Alan Garny wrote:> For what is worth, I have been able to trace my problem (thanks Kevin Kelley > for the indirect help!). The 'culprit' was DLL Expert Viewer > (http://www.nirsoft.net/utils/dll_export_viewer.html). It kept reporting > that there were no exported functions, so I (wrongly) assumed that something > had gone wrong while, using PEInfo > (http://www.pazera-software.com/products/peinfo/) I could see that > everything was, in fact, correct.There's also http://www.dependencywalker.com/ Csaba -- GCS a+ e++ d- C++ ULS$ L+$ !E- W++ P+++$ w++$ tv+ b++ DI D++ 5++ The Tao of math: The numbers you can count are not the real numbers. Life is complex, with real and imaginary parts. "Ok, it boots. Which means it must be bug-free and perfect. " -- Linus Torvalds "People disagree with me. I just ignore them." -- Linus Torvalds
2011/11/15 Csaba Raduly <rcsaba at gmail.com>:> On 11/14/11, Alan Garny wrote: >> For what is worth, I have been able to trace my problem (thanks Kevin Kelley >> for the indirect help!). The 'culprit' was DLL Expert Viewer >> (http://www.nirsoft.net/utils/dll_export_viewer.html). It kept reporting >> that there were no exported functions, so I (wrongly) assumed that something >> had gone wrong while, using PEInfo >> (http://www.pazera-software.com/products/peinfo/) I could see that >> everything was, in fact, correct. > > There's also > > http://www.dependencywalker.com/Why not "objdump -x" ? :D ...Bikeshed
> >> For what is worth, I have been able to trace my problem (thanks Kevin > >> Kelley for the indirect help!). The 'culprit' was DLL Expert Viewer > >> (http://www.nirsoft.net/utils/dll_export_viewer.html). It kept > >> reporting that there were no exported functions, so I (wrongly) > >> assumed that something had gone wrong while, using PEInfo > >> (http://www.pazera-software.com/products/peinfo/) I could see that > >> everything was, in fact, correct. > > > > There's also > > > > http://www.dependencywalker.com/ > > Why not "objdump -x" ? :DBecause it's not as convenient? :)