Author: Jerry CoffinJerry Coffin Date: May 11, 2008 08:49
> Hi,
>
> In the *nix world, there is the command 'readelf' to figure out if an
> executable contains debug symbols. Is there an equivalent command in
> win32??
Looking up SymInitialize should get you started in the right direction.
IIRC, in Win32, some symbol lookup can/will work even without debug
symbols as such -- some symbols like names of exported functions are
normally present anyway (though the names are sometimes pretty
useless).
--
Later,
Jerry.
The universe is a figment of its own imagination.
|