| Sponsored Links | ||||||||||||||
|
| ||||||||||||||
|
Collapse All
|
||||||||||||||
| Software Name | Software Type | Category | Price | |||||||||||
| 1 | API Spy 2.5 |
windows | System->System Miscellaneous | $17 |
View Detail
|
|||||||||
APIS32 (API Spy) - is the best tool for examine Windows API functions used by 32 bit Windows applications. APIS32 (API Spy) - is the best tool for examine Windows API functions used by 32 bit Windows applications. It allows to examine any known API function`s calls that are resolved during the program load time and are given by APIS32. API Spy is also small and a quite simple program. Requirements: · 12 MB RAM (32 MB recommended) · 80486 Processor (Pentium 166 recommended) Tags: |
||||||||||||||
| 2 | API Spy 2.7 2.7 |
windows | Software Development->Misc Programming Tools | Free |
View Detail
|
|||||||||
API Spy 2.7 displays detailed info. on open windows/window objects, such as handle, class name, parent, etc... and width, height, top, left, bottom, right, etc... usefull for API/window manipulation programmers. Tags: |
||||||||||||||
| 3 | Win32 API Tutor for Visual Basic 1.00 |
windows | Software Development->Visual Basic Tools | Free |
View Detail
|
|||||||||
Do you want to feel the speed and flexibility of Windows API programming? Then this tool will help you to incorporate all the Window API 32-bit directly into your Visual Basic application. Tags: |
||||||||||||||
| 4 | API Monitor 1.1.1 |
windows | Software Development->Debugging | $49 |
View Detail
|
|||||||||
Tags:
|
||||||||||||||
| 5 | API Monitor 1.1.1 |
windows | Software Development->IDEs Coding Utilities | $99 |
View Detail
|
|||||||||
API Monitor is a software that allows you to spy and display Win32 API calls made by applications. It can trace any exported APIs and display wide range of information, including function name, call sequence, input and output parameters, function return value and more. A useful developer tool for seeing how win32 applications work and learn their tricks.. Tags: |
||||||||||||||
| 6 | Win32 APIDOS 1.0 |
windows | Software Development->Misc Programming Tools | Free |
View Detail
|
|||||||||
| 7 | BoogieBounce API 1.0 |
windows | Software Development->Misc Programming Tools | $999.00 |
View Detail
|
|||||||||
The BoogieBounce API (84kb Win32 DLL) enables your application to recognize hundreds (600+) of email bounce formats. Easy to use, robust, extremely fast, and powerful, the BoogieBounce API was designed for professional developers who demand the best. Tags:
|
||||||||||||||
| 8 | Spy Studio 1.0.0b |
windows | Utilities->Other Tools | Free |
View Detail
|
|||||||||
SpyStudio is a powerful API Spy application that enables you to monitor and break code execution in real time, intercept apis function calls and modify functions parameters before and after its execution. SpyStudio supports any type of parameter even structures of any type.... Spy Studio v1.0.0b release is Beta. Tags: |
||||||||||||||
| 9 | BoogieBounce API 1.1 |
windows | Software Development->Misc Programming Tools | $225.00 |
View Detail
|
|||||||||
Tags: |
||||||||||||||
| 10 | Spy.cgi |
script | CGI Perl | Free |
View Detail
|
|||||||||
Tags: |
||||||||||||||
| 11 | TracePlus Win32 5.52.000 |
windows | Software Development->Debugging | $199.95 |
View Detail
|
|||||||||
TracePlus Win description It shows you the interaction between your Win32 application and multiple Win32 APIs TracePlus/Win32 will provide information on application usage of the Win32, ODBC, RAS, MAPI, TAPI and Win32 Internet APIs. TracePlus Win32 traces 32 categories of API functions, comprising nearly 1350 API calls. The API categories are: · Access Control · Profile Functions · Application related (Kernel) · Registry · Common Controls · Remote Access (RAS) · Date and Time · Resource Management · DDEML · Serial Communications · Windows NT Event Log · Service Manager · File I/O · Shell · File System · Simple MAPI · Memory Management · System Related · Multimedia APIs · TAPI · Network (WNetxxx() functions) · Threads · ODBC (Full ODBC 3.x support) · Timers · OLE (Base) · Tokens · OLE (COM) · Win32 Internet API (Expanded support) · Pipes and Mailslots · Windows GUI (Expanded support) · Processes Using its unique visual realtime display of Win32 activity, you can spot timing-sensitive API issues, view error codes for failed Win32 functions, reverse engineer other Win32 applications without source code, locate DLLs loaded by an application, and discover what registry keys are used by an application. TracePlus/Win32 has proprietary technology called Cyclone Plus which detects and hooks API functions both inside and outside of the process being spied upon. Thus Java applications, Active X controls, out of process OLE servers, and child processes will be detected and traced automatically. TracePlus can prevent an application from detecting that it is being run in a debugger. Some well known applications have code in them that prevent applications such as TracePlus from revealing the way that they operate. Such applications abort immediately after they are launched, or disable certain features of the application when a debugger is detected. TracePlus is aware of several different methods by which applications can Here are some key features of "TracePlus Win": · Supported API functions that fail are indicated in the Diagnostics View along with the Win32 error code describing the failure · Displays API calls originating from ActiveX controls and COM objects instanced by an application · Displays API and ODBC calls originating from a child process · Displays ODBC calls originating from the Microsoft Jet Database Engine, and Active Data Objects (ADO) · Works with most commercial Win32 applications (release versions) with no modifications to the target application · Compatible with Microsoft Terminal Server and Remote Desktop (Windows NT 4.x, Windows 2000, Windows 2003 Server) · Supports Win32 .EXE files from all languages and compilers (including Visual C++, Visual Basic, Visual C#, Microsoft Access, MASM, Borland Delphi and C++ Builder, Sybase PowerBuilder) · Works with most Win32 Services on platforms that support services (Windows NT 4.x, Windows 2000, Windows XP, Windows 2003 Server) · The Registry View displays accesses made to the Windows registry by one or more processes. Using a unique algorithm, TracePlus determines the full key name as well as displaying the value of the key. · Registry accesses that fail are indicated in the Registry View along with the Win32 error code describing the failure · User-definable filters limit what is displayed in the Registry View to the types of Registry accesses that interest you · The text of SQL statements transmitted via the ODBC API is displayed in the SQL View · Contents of result columns displayed in the SQL View along with the SQL statement · Displays the contents of all variables bound to parameters in a SQL Statement. This information is displayed inside the ODBC functions SQLExecute() or SQLExecDirect() in the Diagnostics View. · Execution time is profiled in the SQL View for each SQL statement · SQL statements that fail are indicated in the SQL View along with full ODBC error information describing the failure · File opening, closing, creation, deletion, copying, moving, and renaming by an application are detailed in the File I/O View · File reads, writes, locks, and unlocks are detailed in the File I/O View · Manipulation of mapped files (open, create, close, read, write, flush) are detailed in the File I/O View · The referenced filename is displayed for every file open or create appearing in the File I/O View · Mapped Views are supported in the File I/O View · User-definable filters limit what is displayed in the File I/O View to the types of File I/O that interest you · The status of COM object creation via CoCreateInstance() and CoCreateInstanceEx() is detailed in Status View · DLL loading and unloading is profiled in the Status View. DLL load events contain version information (if available) for the module being loaded. · The text of messages sent via OutputDebugString() appears in the Status View · User definable filter profiles enable separate API configurations for different capture sessions Requirements: · Compatible with the WOW64 subsystem on Windows XP x64, Windows 2003 Server x64, and Windows Vista x64 · Pentium 3 or AMD Athlon 1 GHZ or greater · 192 MB RAM · 10 MB disk space Limitations: · Function details in the Diagnostics View will be fully visible for the first 20 items. · Certain statistics in all views will be fully visible for the first 20 items Tags:
|
||||||||||||||
| 12 | TracePlus Win32 5.37.000 |
windows | Software Development->Debugging | $199 |
View Detail
|
|||||||||
TracePlus/Win32 will provide information on application usage of the Win32, ODBC, RAS, MAPI, TAPI and Win32 Internet APIs. TracePlus Win32 traces 32 categories of API functions, comprising nearly 1350 API calls. The API categories are: · Access Control · Profile Functions · Application related (Kernel) · Registry · Common Controls · Remote Access (RAS) · Date and Time · Resource Management · DDEML · Serial Communications · Windows NT Event Log · Service Manager · File I/O · Shell · File System · Simple MAPI · Memory Management · System Related · Multimedia APIs · TAPI · Network (WNetxxx() functions) · Threads · ODBC (Full ODBC 3.x support) · Timers · OLE (Base) · Tokens · OLE (COM) · Win32 Internet API (Expanded support) · Pipes and Mailslots · Windows GUI (Expanded support) · Processes Using its unique visual realtime display of Win32 activity, you can spot timing-sensitive API issues, view error codes for failed Win32 functions, reverse engineer other Win32 applications without source code, locate DLLs loaded by an application, and discover what registry keys are used by an application. TracePlus/Win32 has proprietary technology called Cyclone Plus which detects and hooks API functions both inside and outside of the process being spied upon. Thus Java applications, Active X controls, out of process OLE servers, and child processes will be detected and traced automatically. TracePlus can prevent an application from detecting that it is being run in a debugger. Some well known applications have code in them that prevent applications such as TracePlus from revealing the way that they operate. Such applications abort immediately after they are launched, or disable certain features of the application when a debugger is detected. TracePlus is aware of several different methods by which applications can detect whether they are being debugged. Via these same techniques, TracePlus indicates to the application that in fact it is not being debugged. Such applications will then run normally inside of TracePlus. Here are some key features of "TracePlus Win": · Supported API functions that fail are indicated in the Diagnostics View along with the Win32 error code describing the failure · Displays API calls originating from ActiveX controls and COM objects instanced by an application · Displays API and ODBC calls originating from a child process · Displays ODBC calls originating from the Microsoft Jet Database Engine, and Active Data Objects (ADO) · Works with most commercial Win32 applications (release versions) with no modifications to the target application · Compatible with Microsoft Terminal Server and Remote Desktop (Windows NT 4.x, Windows 2000, Windows 2003 Server) · Supports Win32 .EXE files from all languages and compilers (including Visual C++, Visual Basic, Visual C#, Microsoft Access, MASM, Borland Delphi and C++ Builder, Sybase PowerBuilder) · Works with most Win32 Services on platforms that support services (Windows NT 4.x, Windows 2000, Windows XP, Windows 2003 Server) · The Registry View displays accesses made to the Windows registry by one or more processes. Using a unique algorithm, TracePlus determines the full key name as well as displaying the value of the key. · Registry accesses that fail are indicated in the Registry View along with the Win32 error code describing the failure · User-definable filters limit what is displayed in the Registry View to the types of Registry accesses that interest you · The text of SQL statements transmitted via the ODBC API is displayed in the SQL View · Contents of result columns displayed in the SQL View along with the SQL statement · Displays the contents of all variables bound to parameters in a SQL Statement. This information is displayed inside the ODBC functions SQLExecute() or SQLExecDirect() in the Diagnostics View. · Execution time is profiled in the SQL View for each SQL statement · SQL statements that fail are indicated in the SQL View along with full ODBC error information describing the failure · File opening, closing, creation, deletion, copying, moving, and renaming by an application are detailed in the File I/O View · File reads, writes, locks, and unlocks are detailed in the File I/O View · Manipulation of mapped files (open, create, close, read, write, flush) are detailed in the File I/O View · The referenced filename is displayed for every file open or create appearing in the File I/O View · Mapped Views are supported in the File I/O View · User-definable filters limit what is displayed in the File I/O View to the types of File I/O that interest you · The status of COM object creation via CoCreateInstance() and CoCreateInstanceEx() is detailed in Status View · DLL loading and unloading is profiled in the Status View. DLL load events contain version information (if available) for the module being loaded. · The text of messages sent via OutputDebugString() appears in the Status View · User definable filter profiles enable separate API configurations for different capture sessions Tags: |
||||||||||||||
| 13 | Spy-Keylogger 1.31 |
windows | Security Privacy->Key Loggers | $29.95 |
View Detail
|
|||||||||
Tags: |
||||||||||||||
| 14 | Startup-Spy 2008 |
windows | Home Shell Desktop->Startup Shutdown Screen Tools | $12 |
View Detail
|
|||||||||
The following startup sections can be managed with Startup-Spy: A list of global values helps you, to search all startup values for a specific value (e.g. filename). This list can be exported to different file formats or searched for filenames not existing. Registry-sections offers you the default startup possibilities, as well as rather hidden ones (like the ActiveX or Shell-sections). The Startup-Spy Tracer can track down any alterations made to your system, via comparing with a former system state or in realtime. Within startup files section you have access to all startup files. Services-section offers you a very powerful tool to manage all services installed on your system. You can e.g. edit, control, delete them, or change the startup type easily. Further sections listed by Startup-Spy: Running processes, Scripts, startup folder, scheduled tasks and various other functions influencing Windows startup. With the Startup-Spy XP manual a detailled help offers information, recommodations and tips to nearly every section. For a selected file, you can access extensive operations (copy, move, properites, a file viewer in ASCII or hex, etc.). Additionally, various tools can be used to work profesionally; e.g. start processes with a specific priority or create a Batch-file controlling services. For detailled error-diagnosis, Startup-Spy offers you the possibility to alter Windows startup behavior, setup different error-checks, delete memory resistant files, etc .... Tags: |
||||||||||||||
| 15 | XML Spy 4.4 |
windows | Software Development->XML | $399 |
View Detail
|
|||||||||
Tags:
|
||||||||||||||
| 16 | Spy 2.2 |
windows | Utilities->Disk Analysis | $15.00 |
View Detail
|
|||||||||
A program, that automatically detects added or deleted files on your hard disk. You can either view the file movements for the whole drive or for one folder only. You can copy, delete or execute the new files, or recover the deleted files from the dust-bin by just one mouse-click, as long as they are still there. You can create uninstall files, that contain all added files from your drive or folder, and later remove these files easily. Just added: You can choose, which folders you dont want to touch while working with Spy.Requires the VB 5.0 Runtimes. Tags:
|
||||||||||||||
| 17 | YourClick Spy |
script | CGI Perl | $77.00 |
View Detail
|
|||||||||
Tags: |
||||||||||||||
| 18 | Realtime-Spy 4.0 |
windows | Security Privacy->Monitoring Software | $79.95 |
View Detail
|
|||||||||
All you have to do is point your browser to your own Realtime-Spy website address to view logs from any machines you deploy Realtime-Spy on! All logs are password protected and securely stored for your eyes only. Realtime-Spy is the most robust remotely installable, remotely viewable monitoring software available. Feel free to login to one of our test accounts on the Realtime-Spy server. This demo account will show you EXACTLY how your user account will look (just a different username to login with, and different logs of course), and how it works. Tags: |
||||||||||||||
| 19 | WebMail Spy 3.3 |
windows | Security Privacy->Other Tools | $49.99 |
View Detail
|
|||||||||
Tags:
|
||||||||||||||
| 20 | SMS API |
script | PHP | Free |
View Detail
|
|||||||||
Tags: |
||||||||||||||
My Software
You have not saved any software. Click "Save" next to each software to save it to your software basket
