Find the function called when user interacts with an exe

55 views Asked by At

I have an exe which I am trying to understand how it works. Whe I click on one of the UI elements of the exe , I think it is making a network request and receiving data . How would I trace what is being done by the exe ? Is there a way to use dynamic analysis to tell me what is executing when I click on a user element ?

1

There are 1 answers

0
Giovanni Esposito On

Ciao, you can try a Reverse Engineer approach. Some time ago I used JustDecompile and it worked.