views:

23

answers:

1

Hello, I need my all defined symbols (functions) in certain DLL/EXE/lib. I dont need Kernel or other OS layers symbols. I dont need all other stuf, only which's defined by my own DLL or EXE which I am giving it as PDB. But it shows EVERYTHING kernel related,OS related and balah blah endless list(sky is the limit).. I only required defined in my DLL, EXE or lib.

How????

Regards Usman

A: 

do you need to retrieve the symbols from an exe (dll) or from the pdb files? does PeStudio help?

marc ochsenmeier