Windows applications call for the Windows Application Programming Interface, called "Windows API" or "WinAPI", to execute their codes.
SpyStudio is a powerful Windows API Monitor application that simplifies the code execution interception operations, also called "hooking". Users can now easily monitor Windows and gain control over processes in their system, to really know what is happening in the Operating System and in it's applications.
With SpyStudio you can monitor and intercept API calls at any time, change its parameters, and resume execution.
SpyStudio uses the Deviare API technology to intercept functions' calls, this allows the user to monitor and hook applications in real time. Deviare is a very complex technology, that can be used through the most simple interfaces.
This useful application provides the ability to break process execution and inspect the function's parameters at any level, and even change its values.
Changes from version 1.0.0b to 1.0.1
Released on June of 2008
Fixed: Members of pointers to structs were not displayed in the output. Performance: Improved for Python scripts output. Scripts Feature: DStackTrace object lets you inspect the stack in a call. Fixed: Copy to clipboard from output window was truncating large strings and it did not show if the call was before or after. Feature: Copy to clipboard shortcut added. Scripts Fixed: When having more than one hook, each function call triggered HookEvents.OnCall more times than it should. Feature: Parameter types and names are now displayed on the Output.