How can I hide the API calls that a c# app makes?

602 views Asked by At

I want to hide Api calls which is used in my c# program from the programs like API Monitor. (Windows) whether packers can do this?
I search about this alot but i cant find any thing that can help .
Thanks in advance .

1

There are 1 answers

1
Aidan H On

You basically bake VPN code into your app.

Make a connection to anywhere in your country, perhaps a list that your code picks one at random each time the app is loaded.

Then when the app makes the calls there all encrypted by the vpn.

For a website you can use Azure or AWS with something like Cloudflare.