command line API for decompiling dll file

331 views Asked by At

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?

1

There are 1 answers

0
MSalters On

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)