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
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