0

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?

John Saunders
  • 160,644
  • 26
  • 247
  • 397
SexyMF
  • 10,657
  • 33
  • 102
  • 206
  • 1
    This is far too vague. Are you looking to get the entire contents of the DLL spit out? Also "command line API" doesn't make any sense. – Jonathon Reinhart Dec 02 '13 at 06:32
  • I have edited your title. Please see, "[Should questions include “tags” in their titles?](http://meta.stackexchange.com/questions/19190/)", where the consensus is "no, they should not". – John Saunders Dec 02 '13 at 07:25

1 Answers1

0

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)

MSalters
  • 173,980
  • 10
  • 155
  • 350