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. Dissasemble a dll and an exe

Dissasemble a dll and an exe

Scheduled Pinned Locked Moved C / C++ / MFC
tutorialquestion
2 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.
  • S Offline
    S Offline
    sirtimid
    wrote on last edited by
    #1

    Hi all, I have a dll and an exe that calls that dll. I want to find out which are the functions implemented in the dll and which are their parameters in order to use it with a project that I will develop. Any idea about how to do it? Is there any tool? Thanks in advance

    J 1 Reply Last reply
    0
    • S sirtimid

      Hi all, I have a dll and an exe that calls that dll. I want to find out which are the functions implemented in the dll and which are their parameters in order to use it with a project that I will develop. Any idea about how to do it? Is there any tool? Thanks in advance

      J Offline
      J Offline
      jmkhael
      wrote on last edited by
      #2

      What you are trying to do is called reverse engineering. Dependency walker would give you the names of the exported functions from the dll (if any) You need an assembly level debugger, try playing with OllyDbg. You would need a good ASM knowledge and a lots of patience. Papa while (TRUE) Papa.WillLove ( Bebe ) ;

      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