|
|
# Using Api Monitor And Frida
|
|
|
# Api Monitor And Frida
|
|
|
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.
|
... | ... | |