Stop a program from closing while debugging?
I'm trying to debug this program, but when I try to debug it the program closes on its own. Is there something I can do to make it so it doesn't close while debugging?
Sorry if this is wrong section idk where I could post this.
Most debuggers include a plugin to bypass the basic checks. You could just scan the game for any calls to ExitProcess, and try to figure out what it uses to detect the debugger.