1. What contributions have the authors mentioned in the paper "Forensic– an automatic debugging environment for c programs" ?
The authors present FoREnSiC, an open source environment for automatic error detection, localization and correction in C programs.. In addition to the infrastructure, the back-ends, and a few experimental results, the authors present an illustrative application scenario that shows FoREnSiC in use.
read more
2. What have the authors stated for future works in "Forensic– an automatic debugging environment for c programs" ?
By this, FoREnSiC can alleviate and stimulate further research and development in the challenging fields of automated hardware and software verification and debugging.. Future work includes improving the back-ends regarding performance, the subset of C that can be handled, and their fault models.
read more
3. What is the reason for the cut-based back-end?
The cut-based back-end implements a new verification, localization and repair method based on functional equivalences, so-called cutpoints, between two designs.
read more
4. What is the first step of the repair engine?
the repair engine synthesizes new implementations of the faulty components using templates for expressions and iterative refinements which are guided by counterexamples [11].
read more
