Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. how to open DLL files

how to open DLL files

Scheduled Pinned Locked Moved C / C++ / MFC
toolstutorialquestion
8 Posts 6 Posters 2 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Q Offline
    Q Offline
    QuickDeveloper
    wrote on last edited by
    #1

    hi I want to open the DLL files and see the code in them. are there any tools for that?if so ,plz post the URL's. thanx in advance:)

    T A V 3 Replies Last reply
    0
    • Q QuickDeveloper

      hi I want to open the DLL files and see the code in them. are there any tools for that?if so ,plz post the URL's. thanx in advance:)

      T Offline
      T Offline
      ThatsAlok
      wrote on last edited by
      #2

      vamshin wrote:

      I want to open the DLL files and see the code in them.

      No Such Thing Exist In world Today, From which you can reterive the code that already converted inro the machine langauge..

      "Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow

      cheers, Alok Gupta VC Forum Q&A :- I/ IV

      1 Reply Last reply
      0
      • Q QuickDeveloper

        hi I want to open the DLL files and see the code in them. are there any tools for that?if so ,plz post the URL's. thanx in advance:)

        A Offline
        A Offline
        Anonymous
        wrote on last edited by
        #3

        hi vamshin what exactli do you like to see? "..and see the code in them" - there is no tool to produce 'souce code'. karo

        Q 1 Reply Last reply
        0
        • A Anonymous

          hi vamshin what exactli do you like to see? "..and see the code in them" - there is no tool to produce 'souce code'. karo

          Q Offline
          Q Offline
          QuickDeveloper
          wrote on last edited by
          #4

          hi i just wanted to know how can we know what functions are present in dll? eg:i get a DLL created by another developer and i want to know the functions in that DLL. Is type libraries(i.e tli and .tlh files) the answer??? plz throw some light on this issue

          T S 2 Replies Last reply
          0
          • Q QuickDeveloper

            hi I want to open the DLL files and see the code in them. are there any tools for that?if so ,plz post the URL's. thanx in advance:)

            V Offline
            V Offline
            vikas amin
            wrote on last edited by
            #5

            If want to see the code of a compiled dll then there is no real software availabel for that, Some people do that it is a comples topic "Reverse Engg". :cool: Vikas Amin Embin Technology Bombay vikas.amin@embin.com

            T 1 Reply Last reply
            0
            • Q QuickDeveloper

              hi i just wanted to know how can we know what functions are present in dll? eg:i get a DLL created by another developer and i want to know the functions in that DLL. Is type libraries(i.e tli and .tlh files) the answer??? plz throw some light on this issue

              T Offline
              T Offline
              toxcct
              wrote on last edited by
              #6

              if the author of the DLL allow you to use its functions, he might have provided an header file as interface for you to know the functions synopsis you can use. if not, whatever you will try is pure hack and certainly forbidden !


              TOXCCT >>> GEII power
              [toxcct][VisualCalc]

              1 Reply Last reply
              0
              • Q QuickDeveloper

                hi i just wanted to know how can we know what functions are present in dll? eg:i get a DLL created by another developer and i want to know the functions in that DLL. Is type libraries(i.e tli and .tlh files) the answer??? plz throw some light on this issue

                S Offline
                S Offline
                S Douglas
                wrote on last edited by
                #7

                vamshin wrote:

                i just wanted to know how can we know what functions are present in dll?

                Click start navigate to your Visual Studio entry in programs, select tools sub menu. In the tools sub menu you will find a program called Dependency viewer. Open the DLL with Dependency viewer it will give a list of all exported function names but not the arguments nor the returns. That’s up to you to figure out.


                DEBUGGING : Removing the needles from the haystack.

                1 Reply Last reply
                0
                • V vikas amin

                  If want to see the code of a compiled dll then there is no real software availabel for that, Some people do that it is a comples topic "Reverse Engg". :cool: Vikas Amin Embin Technology Bombay vikas.amin@embin.com

                  T Offline
                  T Offline
                  ThatsAlok
                  wrote on last edited by
                  #8

                  But using Reverse Engg.. present you the exact code

                  "Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow

                  cheers, Alok Gupta VC Forum Q&A :- I/ IV

                  1 Reply Last reply
                  0
                  Reply
                  • Reply as topic
                  Log in to reply
                  • Oldest to Newest
                  • Newest to Oldest
                  • Most Votes


                  • Login

                  • Don't have an account? Register

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • World
                  • Users
                  • Groups