首页
社区
课程
招聘
WinAPIOverride32 1.0 by Jacquelin POTIER
发表于: 2005-12-11 09:37 2241

WinAPIOverride32 1.0 by Jacquelin POTIER

2005-12-11 09:37
2241
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

[培训]内核驱动高级班,冲击BAT一流互联网大厂工作,每周日13:00-18:00直播授课

收藏
免费 1
支持
分享
最新回复 (1)
雪    币: 427
活跃值: (412)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
2
allows you to monitor and/or modify any function of a process
有点强
2005-12-11 12:37
0
游客
登录 | 注册 方可回帖
返回
//