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