How to See the Contents of Windows library (*.lib)

I have a binary file – Windows static library (*.lib).
Is there a simple way to find out names of the functions and their interface from that library ?

Something similar to emfar and elfdump utilities (on Linux systems) ?

8 Answers
8

Leave a Comment