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. Reading function signature from DLL...

Reading function signature from DLL...

Scheduled Pinned Locked Moved C / C++ / MFC
comquestion
4 Posts 2 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.
  • O Offline
    O Offline
    Orkun GEDiK
    wrote on last edited by
    #1

    Hello, Can I read function signature from a flat DLL without TLB or LIB extension? Actually, I can read function name but not its parameters from a DLL. What do you suggest about it? Thank you. Regards, Orkun GEDiK SAP R/3 Software & System Support Specialist ASTRON

    T 1 Reply Last reply
    0
    • O Orkun GEDiK

      Hello, Can I read function signature from a flat DLL without TLB or LIB extension? Actually, I can read function name but not its parameters from a DLL. What do you suggest about it? Thank you. Regards, Orkun GEDiK SAP R/3 Software & System Support Specialist ASTRON

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

      Do u Able to see the Mangled name of Function . if yes undname.exe to get actual parameter of function ----------------------------- "I Think this Will Help" ----------------------------- Alok Gupta visit me at http://www.thisisalok.tk

      O 1 Reply Last reply
      0
      • T ThatsAlok

        Do u Able to see the Mangled name of Function . if yes undname.exe to get actual parameter of function ----------------------------- "I Think this Will Help" ----------------------------- Alok Gupta visit me at http://www.thisisalok.tk

        O Offline
        O Offline
        Orkun GEDiK
        wrote on last edited by
        #3

        I'm sorry but I can't see any name-mangling at "dumpbin" output at below; Section contains the following exports for BtCePhilipsCF.dll 00000000 characteristics 3F873F3A time date stamp Sat Oct 11 02:22:34 2003 0.00 version 1 ordinal base 10 number of functions 10 number of names ordinal hint RVA name 1 0 00001800 BTF_Close 2 1 00001708 BTF_Deinit 3 2 00001920 BTF_IOControl 4 3 000015D0 BTF_Init 5 4 0000178C BTF_Open 6 5 00001A10 BTF_PowerDown 7 6 00001A0C BTF_PowerUp 8 7 00001854 BTF_Read 9 8 00001918 BTF_Seek 10 9 000018B4 BTF_Write Regards, Orkun GEDiK SAP R/3 Software & System Support Specialist ASTRON

        T 1 Reply Last reply
        0
        • O Orkun GEDiK

          I'm sorry but I can't see any name-mangling at "dumpbin" output at below; Section contains the following exports for BtCePhilipsCF.dll 00000000 characteristics 3F873F3A time date stamp Sat Oct 11 02:22:34 2003 0.00 version 1 ordinal base 10 number of functions 10 number of names ordinal hint RVA name 1 0 00001800 BTF_Close 2 1 00001708 BTF_Deinit 3 2 00001920 BTF_IOControl 4 3 000015D0 BTF_Init 5 4 0000178C BTF_Open 6 5 00001A10 BTF_PowerDown 7 6 00001A0C BTF_PowerUp 8 7 00001854 BTF_Read 9 8 00001918 BTF_Seek 10 9 000018B4 BTF_Write Regards, Orkun GEDiK SAP R/3 Software & System Support Specialist ASTRON

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

          Actually i am too facing his type of problem and can't found any solution till now,nly soltion i know is that if you in nay case find mangled name you can get real function parameter using UNDName.exe. ----------------------------- "I Think this Will Help" ----------------------------- Alok Gupta visit me at http://www.thisisalok.tk

          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