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. Enumerating exported DLL functions

Enumerating exported DLL functions

Scheduled Pinned Locked Moved C / C++ / MFC
question
4 Posts 3 Posters 0 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.
  • A Offline
    A Offline
    Anonymous
    wrote on last edited by
    #1

    Hey all, I want to get a list of exported DLL functions from a DLL (like Dependency Walker does) - along with each function's entry point. How do I do that? Thanks!

    A 1 Reply Last reply
    0
    • A Anonymous

      Hey all, I want to get a list of exported DLL functions from a DLL (like Dependency Walker does) - along with each function's entry point. How do I do that? Thanks!

      A Offline
      A Offline
      Alvaro Mendez
      wrote on last edited by
      #2

      I may be wrong, but isn't the code for the Dependency Walker part of the examples shipped with Visual Studio? Regards, Alvaro


      There are no stupid questions, but there are a lot of inquisitive idiots. -- despair.com

      A 1 Reply Last reply
      0
      • A Alvaro Mendez

        I may be wrong, but isn't the code for the Dependency Walker part of the examples shipped with Visual Studio? Regards, Alvaro


        There are no stupid questions, but there are a lot of inquisitive idiots. -- despair.com

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

        As far as I know - no... I also looked for it on MSDN and couldn't find it. Any other ideas? :-/

        I 1 Reply Last reply
        0
        • A Anonymous

          As far as I know - no... I also looked for it on MSDN and couldn't find it. Any other ideas? :-/

          I Offline
          I Offline
          IceMatrix
          wrote on last edited by
          #4

          find some articles about the PE file format(it's the file format of exe and dll ... files). i found a very nice tutorial at http://spiff.tripnet.se/~iczelion/tutorials.html have a look at these tutorials, then u just have to code :) have fun

          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