Is there is any way to Expose the functions(function names) inside a .lib file.
some thing like Dependency Walker to expose the function names in a DLL file.
Is there is any way to Expose the functions(function names) inside a .lib file.
some thing like Dependency Walker to expose the function names in a DLL file.
You need to mark exported functions / methods. Refer to this article for details: