I am debugging my own application, so please avoid legal advices,
I am new to reverse engineering. I want to know, if it is possible to change application network request path. Let's suppose, my application is making API call to this server https://example.com, can someone change it to https://fake.com by reverse engineering(without source code).
My application is written in C#/.Net WPF. To prevent decompiling, I used .Net-Reactor to convert it to native code