function forwarding in a DLL
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, I have a dll witch staticlty linked with the kernel32.dll and I need to replace all the calles of the CreateFile function to another DLL (like hook) but I'm tring to do it by changing the binary PE of the dll. I'm using MS Detour, but I did not find a compleate documentation. Any one could help me? :rose:
-
Hi, I have a dll witch staticlty linked with the kernel32.dll and I need to replace all the calles of the CreateFile function to another DLL (like hook) but I'm tring to do it by changing the binary PE of the dll. I'm using MS Detour, but I did not find a compleate documentation. Any one could help me? :rose: