WinAPIOverride32 1.0 by Jacquelin POTIER

来源:互联网 发布:linux网络编程视频教程 编辑:程序博客网 时间:2024/05/21 06:18
Description:

This software allows you to monitor and/or modify any function of a process. This can be done for any calling convention (stdcall or cdecl), and for API functions or executable internal functions.
It allows too to call process function getting result and output parameters. This code is will only work on 32 bits applications and OS.
A 64 bits convertion should be quite easy, but still I don't have 64bit computer, OS and dev platform I won't do it :-)

Main difference between over API hooker are
  - we are focalized on ONE process so we are not disturb by over applications call
  - we can hook both calling convention stdcall or cdecl
  - we can hook functions inside the target process not only API
  - we can easely override any API or any process internal function
  - All is is done like modules : that means you can load/unload hook or override independently for any function

down:

http://jacquelin.potier.free.fr/exe/winapioverride32_bin.zip
原创粉丝点击