I want to read dll contents from command line api So I can access it at run time.
Is there any tool that has a CLI API for de-compiling code?
I want to read dll contents from command line api So I can access it at run time.
Is there any tool that has a CLI API for de-compiling code?
Dependency Walker has a console mode. It of course doesn't decompile, but that is most likely not what you need anyway. (That's not needed to access a DLL)