hook functions in another process
-
Hi, I know it is possible to hook a function which is exported in a dll, but I was wondering if it is possible to hook a function in an exe? thanx Don't think you are, know you are...
-
Yes, I do have the source of that exe. What I would like to do is make some sort of program that hooks several functions of the specific exe so I can extract internal information. We have lots of version of this exe and we can't put lots of debugging information in them... Don't think you are, know you are...
-
Yes, I do have the source of that exe. What I would like to do is make some sort of program that hooks several functions of the specific exe so I can extract internal information. We have lots of version of this exe and we can't put lots of debugging information in them... Don't think you are, know you are...
-You can export these functions from the exe or -Call a common function that is exported into the dll and giving you the amount of info you need Or Make own your own debugging thread and check the CreateRemoteThread family API Papa while (TRUE) Papa.WillLove ( Bebe ) ;
-
-You can export these functions from the exe or -Call a common function that is exported into the dll and giving you the amount of info you need Or Make own your own debugging thread and check the CreateRemoteThread family API Papa while (TRUE) Papa.WillLove ( Bebe ) ;
-
The problem is that I can't modify the sources of the original exe.:( That's why I was wondering if it is possible the hook an 'internal' function, given that you know the name of it (if this is even relevant). Don't think you are, know you are...
In fact it is, but its a delicate process. Saying you have several versions of the exe, so a reverse engineering method (patching and calling a code from an exe) is somehow difficult or even not feasible if you dont want to modify the code So a CreateRemoteThread is a better way to deal with this problem, with a Stack handling method in order to see what function is being called so you dump its parameters Papa while (TRUE) Papa.WillLove ( Bebe ) ;
-
In fact it is, but its a delicate process. Saying you have several versions of the exe, so a reverse engineering method (patching and calling a code from an exe) is somehow difficult or even not feasible if you dont want to modify the code So a CreateRemoteThread is a better way to deal with this problem, with a Stack handling method in order to see what function is being called so you dump its parameters Papa while (TRUE) Papa.WillLove ( Bebe ) ;
-
Hi, I know it is possible to hook a function which is exported in a dll, but I was wondering if it is possible to hook a function in an exe? thanx Don't think you are, know you are...
everything is possible! tell me what's ur software's purpose and i'll tell u how to do it. Don't try it, just do it! ;-)