Program runs correctly when using debugger but fails when execute it directly
I’m currently facing a problem that when i’m using x32dbg to debug my MASM program it worked smoothly like I wanted without any error. But when I run the program directly without debugging it somehow went wrong and I don’t know why.