c++program-slicing

Dynamic slicing in C/C++


After reading the book of debugging from Andreas Zeller, I became interested in Dynamic Slicing.

At the moment I only found relevant tools for Java analysis. Do you know such tools for C/C++?


Solution

  • A little information in addition to Rob's

    The reason CodeSurfer does not risk itself to produce an equivalent program and Frama-C can only do it for code with embedded-like restrictions is, in short, that doing so requires knowing the values of pointers, which can be arbitrarily difficult to compute with precision.