For .NET .dlls you can use a free software tool provided by MS called IL Disassembler.
# You can use a program called reflector. It will reverse engineer any .net created dll which is typically windows xp upwards. Its free also.
# You can use dependency walker, you can use it to see what a dll exports.

Post a Comment