Giter VIP home page Giter VIP logo

canal's Introduction

Canal
=====

Canal is a static analysis tool designed to analyze behaviour of
application programs written in C. It is based on the theoretical
framework of abstract interpretation, with focus on the scalability to
large programs and proper handling of real-world source code.

Canal comes with a versatile command line tool that can step through
the analysis of a program like a debugger can step through the
execution of a program, and investigate values of variables and other
parts of the analysis.

Canal is divided into three basic components, each with specific
responsibility:

- Abstract domains. They embed the semantic choices, data structures,
  algorithmic aspects, and implementation decisions of analysis. Canal
  includes abstract domains representing machine integers, floating
  point numbers, arrays, pointers, and structures.

- Interpreter. It iterates through the source code until the analysis
  is finished. It manages the state of program analysis consisting of
  abstract values.

- Operations. They manage the translation of program instructions to
  abstract operations defined as a part of abstract
  domains. Interpreter uses operations to update abstract values
  stored in the analysis state.

LLVM framework is used as the technological foundation of the
analysis, and CLang is used to compile C programs to the LLVM
intermediate representation.  Canal works with LLVM 2.8 to 3.2 and any
recent Linux distributions (Fedora 16+, RHEL 6+, Ubuntu, Gentoo).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.