Running at the Target

To run a program instrumented with one of the BITCOV variants on the target, perform the following steps.

  1. Download the program to the target.
  2. Start it under debugger.
  3. Set a breakpoint at some proper point near program end.
  4. Let the program run.
  5. When the program comes to the breakpoint, dump the CTC_array[] vector to host to a file by debugger means, with default name MON.dmp.

With these steps, one test cycle at the target machine is completed.