I have a shared object(dll). How do i find out what all symbols are exported from that?
On *nix check nm. On windows use the program Dependency Walker