I'm trying to debug my .exe file (without source) using .net reflector. I want to see if the MD5 of this file will change. The problem is that also following https://www.youtube.com/watch?v=E2eFk6YQRqY this I can't see the stack calls of my software, is there anything that I'm doing wrong? I've launched the software and I've attached its process to Visual Studio. By pausing it I don't see anything in the stak calls of that .exe...
And also, the MD5 of the software will change if I try to debug it at runtime?
Thank you all