Jak nało?żyć hook na System

0

Jak nałożyć hook na System, tak aby przechwytrywał wszystko może być z dll, nie piszę wirusa, tylko potrzebuję przechwytywarki.--Delphi 2 , 6 i 5
Ciekawe pomysły i poszukiwanie rozwiązań.

0

No to oblukaj to...

Hooking into Windows API calls
A very clever person has written a DLL called ApiHooks which will sneak in between a running program and any the Win API functions you choose, and divert the function calls through your own DLL !
I didn't see source code for the ApiHooks, but I can live with that.
Documentation is minimal, but there was enough for me to get it going.
There is a Delphi example of its use. APIHooks lets you hook another program with no instability or apparent slowdown of Windows. You can hook just the API calls you need.

Get ApiHooks from

http://www.anticracking.sk/EliCZ/

ApiHooks lets you write a DLL and attach it to the process you want to hook. You then have to communicate between that attached DLL and your application. I am using a memory mapped file which makes an area of RAM accessible to both the DLL and my application.

Based on my experience, you'd have no trouble hooking gdi32.CreatePalette with ApiHooks.

--take care,

Wodzu

0

Brzmi to obiecująco, czemu wcześniej o tym nie napisałeś jak były posty na ten temat? :P--Delphi 6
Pozdrowienia{hello} ,
Moderator Imperior

1 użytkowników online, w tym zalogowanych: 0, gości: 1