... | ... | @@ -2,7 +2,7 @@ |
|
|
API Monitor is a free software that lets you monitor and control API calls made by applications and services. Its a powerful tool for seeing how applications and services work or for tracking down problems that you have in your own applications.
|
|
|
___
|
|
|
For this example, I will be using API Monitor to figureout what data is being passed when a program launches another program, and I will be using Frida to automatically change the program that will launch.
|
|
|
###Setup
|
|
|
### Setup
|
|
|
---
|
|
|
Api Monitor is a simple setup. Easy as download and run. [You can find the download here.](http://www.rohitab.com/downloads) I would recommend downloading the portable version as it doesn't require an install and includes the x86 and x64 programs of Api Monitor. This is useful since programs can only be monitored based on bits, so a 32 bit program can only be monitored with Api Monitor x86. API Monitor works by using monitoring Dll calls from a monitored process and showing the data caught from the call. However, API Monitor can also be used for much more too.
|
|
|
|
... | ... | |