Skip to content
@lisa-analyzer

LiSA Analyzer

Organization managing and maintaining the 📚LiSA static analyzer project and its frontends

logo


LiSA (Library for Static Analysis) aims to ease the creation and implementation of static analyzers based on the Abstract Interpretation theory. LiSA provides an analysis engine that works on a generic and extensible control flow graph representation of the program to analyze. Abstract interpreters in LiSA are built for analyzing such representation, providing a unique analysis infrastructure for all the analyzers that will rely on it.

Building an analyzer upon LiSA boils down to writing a parser for the language that one aims to analyze, translating the source code or the compiled code towards the control flow graph representation of LiSA. Then, simple checks iterating over the results provided by the semantic analyses of LiSA can be easily defined to translate semantic information into warnings that can be of value for the final user.

For more information, documentation and useful guides, refer to the project website!

LiSA started as a project of the Software and System Verification (SSV) group @ Università Ca' Foscari in Venice, Italy, and is now maintained and developed in collaboration with the University of Parma.

Pinned Loading

  1. lisa lisa Public

    📚 a modular easy to use Library for Static Analysis aiming at multi-language analysis

    Java 79 36

  2. lisa-tutorial lisa-tutorial Public

    Code for tutorials on the LiSA static analysis library

    Java 22

Repositories

Showing 10 of 15 repositories
  • jlisa Public

    Java static analyzer built on LiSA — abstract interpretation, interprocedural analysis, and formal program verification. SV-COMP 2026 🥉

    lisa-analyzer/jlisa’s past year of commit activity
    Java 28 MIT 0 15 3 Updated Apr 3, 2026
  • lisa-tutorial Public

    Code for tutorials on the LiSA static analysis library

    lisa-analyzer/lisa-tutorial’s past year of commit activity
    Java 0 MIT 22 0 1 Updated Apr 2, 2026
  • reg-lisa Public

    REGLiSA: a static analyzer for regular commands

    lisa-analyzer/reg-lisa’s past year of commit activity
    Java 3 0 0 0 Updated Apr 2, 2026
  • lisa Public

    📚 a modular easy to use Library for Static Analysis aiming at multi-language analysis

    lisa-analyzer/lisa’s past year of commit activity
    Java 79 MIT 36 28 2 Updated Apr 1, 2026
  • lisa-analyzer.github.io Public

    LiSA's analyzer website

    lisa-analyzer/lisa-analyzer.github.io’s past year of commit activity
    TeX 0 MIT 0 0 0 Updated Apr 1, 2026
  • sv-comp Public
    lisa-analyzer/sv-comp’s past year of commit activity
    Python 2 MIT 0 4 1 Updated Mar 30, 2026
  • evm-lisa Public

    EVMLiSA: an abstract interpretation-based static analyzer for EVM bytecode

    lisa-analyzer/evm-lisa’s past year of commit activity
    Solidity 35 MIT 3 2 0 Updated Mar 26, 2026
  • go-lisa Public

    Golang frontend for LiSA

    lisa-analyzer/go-lisa’s past year of commit activity
    Java 6 MIT 4 5 0 Updated Sep 28, 2025
  • pylisa Public

    Python frontend for LiSA

    lisa-analyzer/pylisa’s past year of commit activity
    Jupyter Notebook 8 MIT 4 0 0 Updated Sep 26, 2024
  • lisa4ros2 Public
    lisa-analyzer/lisa4ros2’s past year of commit activity
    Java 4 MIT 0 0 0 Updated Aug 15, 2024

Top languages

Loading…

Most used topics

Loading…