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 46 32

Repositories

Showing 10 of 12 repositories
  • lisa-analyzer/lisa4ros2-fe’s past year of commit activity
    HTML 1 0 0 0 Updated Jul 13, 2024
  • evm-lisa Public

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

    lisa-analyzer/evm-lisa’s past year of commit activity
    Java 17 MIT 0 1 0 Updated Jul 12, 2024
  • 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 46 MIT 32 27 1 Updated Jul 12, 2024
  • go-lisa Public

    Golang frontend for LiSA

    lisa-analyzer/go-lisa’s past year of commit activity
    Java 5 MIT 3 5 0 Updated Jun 25, 2024
  • 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 0 0 0 Updated Jun 24, 2024
  • pylisa Public

    Python frontend for LiSA

    lisa-analyzer/pylisa’s past year of commit activity
    Jupyter Notebook 6 MIT 4 0 0 Updated May 28, 2024
  • lisa-analyzer/lisa4ros2’s past year of commit activity
    Java 2 MIT 0 0 0 Updated Mar 17, 2024
  • michelson-lisa Public

    Michelson frontend for LiSA

    lisa-analyzer/michelson-lisa’s past year of commit activity
    Java 1 MIT 0 0 0 Updated Oct 27, 2023
  • lisa-analyzer.github.io Public

    LiSA's analyzer website

    lisa-analyzer/lisa-analyzer.github.io’s past year of commit activity
    SCSS 0 MIT 0 0 0 Updated Sep 28, 2023
  • rust-lisa Public

    Rust frontend for LiSA

    lisa-analyzer/rust-lisa’s past year of commit activity
    Java 3 MIT 0 20 0 Updated Apr 26, 2023

Top languages

Loading…

Most used topics

Loading…