> - the shell32 exports many functions by ordinal withou a name.
>  Your tool likely can't cope with it - or it would need to use *.dbg 
> and *.pdb files to get symboles from. (have not tryed it jet)

It can cope with it - or at least it emits a symbol constructed from the name
of the DLL and the ordinal.

Furthermore, the whole thing agrees with the output from "dumpbin /exports",
except that that doesn't construct names for anonymous ordinals.

David

Reply via email to