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 Public

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

    Java 54 33

  2. lisa-tutorial Public

    Code for tutorials on the LiSA static analysis library

    Java 16

Repositories

Showing 10 of 12 repositories
  • evm-lisa Public

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

    Solidity 24 MIT 0 2 2 Updated Mar 13, 2025
  • go-lisa Public

    Golang frontend for LiSA

    Java 6 MIT 4 5 0 Updated Mar 11, 2025
  • lisa-tutorial Public

    Code for tutorials on the LiSA static analysis library

    Java 0 MIT 16 0 0 Updated Mar 7, 2025
  • lisa Public

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

    Java 54 MIT 33 30 2 Updated Feb 18, 2025
  • pylisa Public

    Python frontend for LiSA

    Jupyter Notebook 6 MIT 4 0 0 Updated Sep 26, 2024
  • lisa4ros2 Public
    Java 2 MIT 0 0 0 Updated Aug 15, 2024
  • lisa4ros2-fe Public
    HTML 1 0 0 0 Updated Jul 13, 2024
  • michelson-lisa Public

    Michelson frontend for LiSA

    Java 1 MIT 0 0 0 Updated Oct 27, 2023
  • lisa-analyzer.github.io Public

    LiSA's analyzer website

    SCSS 0 MIT 0 0 0 Updated Sep 28, 2023
  • rust-lisa Public

    Rust frontend for LiSA

    Java 3 MIT 0 20 0 Updated Apr 26, 2023

Top languages

Loading…

Most used topics

Loading…