Program Slicing

Using Maximal Slices as a Solution to the 'Output Variable' Problem for Calculating Slice-Based Cohesion Metrics

July 4, 2011 - 12:24

Software metrics are widely used to quantify software quality; cohesion is one such metric. It is a measure of the 'inter-relatedness' of code.

Finding Dynamic Graph Watermarks With Maximal Slices

May 21, 2011 - 16:21

My previous post gave an overview of the graph visualisation techniques I've been using recently. Here's a more in-depth look at a program watermarked with the dynamic graph watermarking algorithm (as implemented in Sandmark). Is it stealthy? The short answer is 'no'. Here's why...

Visualising Program Slices

May 15, 2011 - 18:45

I've recently been working on visualising program slices using graphs.

Subscribe to Program Slicing