首页
社区
课程
招聘
[下载]WinAPIOverride32 5.0.0 by Jacquelin POTIER
发表于: 2008-8-15 20:11 4887

[下载]WinAPIOverride32 5.0.0 by Jacquelin POTIER

2008-8-15 20:11
4887
WinAPIOverride32 5.0.0 by Jacquelin POTIER

News:

WinAPIOverride :
- New hooking way
No stack pointer change (no stack hooking algorithm)
No base pointer change (allow to hook functions compiled with /Oy optimization)
Exceptions are not catch and rethrown but just spied, and exception registers are logged
Call analysis doesn't require the "try to retrieve call stack" option
...
Description:

This software allows you to monitor and/or override any function of a process.
This can be done for API functions, executable internal functions COM or ActiveX methods.

WinAPIOverride is more than a standard API monitoring software.
It can break targeted application before or after a function call, allowing memory or registers changes; and it can directly call functions of the targeted application.

These features allows to fill the gap between classical API monitoring softwares and debuggers.

Main differences between over API hooker :
- You can define filters on parameters or function result
- You can define filters on dll to discard calls from windows system dll
- You can hook functions inside the target process not only API
- You can hook asm functions with parameters passed through registers
- Pre and Post API call hooking chain (you can install multiple hooks for the same function)
- Monitor hardware and software exceptions
- COM / ActiveX hooking support
- Double and float results are logged
- You can easily override any API, any process internal function, any COM or ActiveX method
- You can break process before or/and after function call to change memory or registers
- You can call functions which are inside the remote processes
- All is is done like modules : you can log or override independently for any function


http://jacquelin.potier.free.fr/winapioverride32/

[注意]传递专业知识、拓宽行业人脉——看雪讲师团队等你加入!

收藏
免费 1
支持
分享
最新回复 (5)
雪    币: 97697
活跃值: (200854)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
2
WinApiOverride v5.1.11

http://jacquelin.potier.free.fr/exe/winapioverride32_bin.zip
2009-7-21 22:55
0
雪    币: 97697
活跃值: (200854)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
3
Last Update :January 08 2010

WinAPIOverride32 is an advanced api monitoring software.
You can monitor and/or override any function of a process.
This can be done for API functions or executable internal functions.
It tries to fill the gap between classical API monitoring softwares and debuggers.
It can break targeted application before or after a function call, allowing memory or registers changes; and it can directly call functions of the targeted application
Main differences between other API monitoring softwares :
- You can define filters on parameters or function result
- You can define filters on dll to discard calls from windows system dll
- You can hook functions inside the target process not only API
- You can hook asm functions with parameters passed through registers
- You can hook hardware and software exceptions
- Double and float results are logged
- You can easily override any API or any process internal function
- You can break process before or/and after function call to change memory or registers
- You can call functions which are inside the remote processes
- Can hook COM OLE and ActiveX interfaces
- User types (enum, struct and union) and user defines are supported
- All is is done like modules : you can log or override independently for any function
- Open Source
- A library is provided for developpers who intend to build their one hooking software

http://jacquelin.potier.free.fr/winapioverride32/
2010-1-14 17:25
0
雪    币: 457
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
4
what's this?
2010-1-21 13:06
0
雪    币: 153
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
5
有很多Bug啊。GetOpenFileNameW的lpofn的结构怎么会是这个样子的呢???hDC都出来了。晕。
上传的附件:
  • a.jpg (22.65kb,87次下载)
2010-1-21 15:27
0
雪    币: 97697
活跃值: (200854)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
6
这个很正常的
2010-1-22 00:41
0
游客
登录 | 注册 方可回帖
返回
//