previous index next

Here's the code for a sample client that counts system calls -- just like the demo I showed earlier. The client is handed the code for each basic block that the application executes, and can iterate over the instructions and operate on each one.

Now let's revisit our motivating example of security:

  Copyright © 2004 Derek Bruening