Hooking in Windows 2008 64bits

c++ / delphi package - dll injection and api hooking
Post Reply
neriberto
Posts: 1
Joined: Mon Apr 23, 2012 11:26 am

Hooking in Windows 2008 64bits

Post by neriberto »

Hi everybody, I am trying this tutorial http://help.madshi.net/HowToUseMadCodeHook.htm and works nice in Windows XP SP3 and Windows 7 Professional both 32 bits, but when I run in some OS 64bits not work.

When I try to compile the whole project in 64bits I get errors about madremote.dcu and madstrings.dcu

The driver is assigned perfectly, I just don´t have a 64bits DLL, someone can help what to do ? I am using Delphi XE2
madshi
Site Admin
Posts: 10764
Joined: Sun Mar 21, 2004 5:25 pm

Re: Hooking in Windows 2008 64bits

Post by madshi »

For 64bit compiling XE2 x64 is not supported yet. Currently you need to use MSVC++ to create 64bit hook dlls/exes. I'm working on adding XE2 x64 support as we speak, though. Should be ready quite soon.
evon
Posts: 1
Joined: Wed Aug 01, 2012 3:19 am

Re: Hooking in Windows 2008 64bits

Post by evon »

Release Date ? for Delphi XE2 x64
madshi
Site Admin
Posts: 10764
Joined: Sun Mar 21, 2004 5:25 pm

Re: Hooking in Windows 2008 64bits

Post by madshi »

Next 1-2 days.
Post Reply