DG: A program analysis library
2020-11-07Code Available1· sign in to hype
Marek Chalupa
Code Available — Be the first to reproduce this paper.
ReproduceCode
- github.com/mchalupa/dgnone★ 525
Abstract
DG is a C++ library providing elements for building program analysis tools. Its main components are a points-to analysis, a data dependence analysis, a control dependence analysis and an analysis of relations between variables. DG contains also a set of tools for displaying and exporting the results of the analyses and a program slicer for LLVM bitcode. It has been successfully used in several research projects.