Please enable JavaScript to view this site.

Memory Validator Help

Navigation: The User Interface

Stopping your target program

Scroll Prev Top Next More

 

 

Stopping the application

 

You can stop or kill your program at any time using the task manager, or debugger.

 

You can also stop your program from within Memory Validator.

 

menu File menu instructionStep Abandon Application... instructionStep stop the target program

 

or click on the red cross icon on the session toolbar.

 

 toolbar-abandon-application

 

The target program is ended using ExitProcess() from inside the stub.

 

Since the session is discarded, using Memory Validator to stop the target program is usually quicker and more convenient than external stop methods.

 

seeAlsoYou can easily re-launch the program again using the same settings as before.