Running Programs

Several SandMark algorithms require an application to be examined as it is being executed. This is true, for example, of the dynamic watermarking algorithms which recognize a watermark by running the application on a special input sequence. This package allows an application to be started using the JDI (Java Debugging Interface) framework. For example, breakpoints can be set, heap objects can be examined, etc.

The API is here

Insert more information here!