Giter Site home page Giter Site logo

timortel / analyzer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from goblint/analyzer

0.0 0.0 0.0 29.46 MB

Static analysis framework for C

Home Page: https://goblint.in.tum.de

License: MIT License

Makefile 0.01% Shell 1.52% C 30.31% OCaml 64.15% Ruby 0.81% Python 1.69% Dockerfile 0.08% Standard ML 0.16% Promela 1.29%

analyzer's Introduction

Goblint

locked workflow status unlocked workflow status docker workflow status Documentation Status Zenodo DOI

Documentation can be browsed on Read the Docs or GitHub.

Installing

Both for using an up-to-date version of Goblint or developing it, the best way is to install from source by cloning this repository.

Linux

  1. Install opam.
  2. Make sure the following are installed: git patch m4 autoconf libgmp-dev libmpfr-dev pkg-config.
  3. Run make setup to install OCaml and dependencies via opam.
  4. Run make to build Goblint itself.
  5. Run make install to install Goblint into the opam switch for usage via switch's PATH.

MacOS

  1. Install GCC with brew install gcc (first run xcode-select --install if you don't want to build it from source). Goblint requires GCC while macOS's default cpp is Clang, which will not work.
  2. ONLY for M1 (ARM64) processor: homebrew changed its install location from /usr/local/ to /opt/homebrew/. For packages to find their dependecies execute sudo ln -s /opt/homebrew/{include,lib} /usr/local/.
  3. Continue using Linux instructions (the formulae in brew for patch libgmp-dev libmpfr-dev are gpatch gmp mpfr, respectively).

Windows

  1. Install WSL.
  2. Continue using Linux instructions in WSL.

Other

  • opam. Install opam and run opam install goblint.
  • devcontainer. Select "Reopen in Container" in VS Code and continue with make using Linux instructions in devcontainer.
  • Docker (GitHub Container Registry). Run docker pull ghcr.io/goblint/analyzer:latest (or :nightly).
  • Docker (repository). Clone and run docker build -t goblint ..
  • Vagrant. Clone and run vagrant up && vagrant ssh.

Running

To confirm that building worked, you can try running Goblint as follows:

./goblint tests/regression/04-mutex/01-simple_rc.c

To confirm that installation into the opam switch worked, you can try running Goblint as follows:

goblint tests/regression/04-mutex/01-simple_rc.c

To confirm that the Docker container worked, you can try running Goblint as follows:

docker run -it --rm -v $(pwd):/data goblint /data/tests/regression/04-mutex/01-simple_rc.c

If pulled from GitHub Container Registry, use the container name ghcr.io/goblint/analyzer:latest (or :nightly) instead.

For further information, see documentation.

analyzer's People

Contributors

aherz avatar amato-gianluca avatar dependabot[bot] avatar edincitaku avatar fayanzar avatar fitnessflo avatar hydrogenoxide avatar ingramz avatar jakoberzar avatar jerhard avatar kalmera avatar keremc avatar martinspiessl avatar martinwehking avatar michael-schwarz avatar mikcp avatar nicokn avatar prion-cloud avatar rla avatar schwmart avatar sim642 avatar stefanmarcik avatar stilscher avatar timortel avatar vandah avatar vesalvojdani avatar vogler avatar vootelerotov avatar waffle-with-pears avatar wherekonshade avatar

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.