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

  1. lisa lisa Public

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

    Java 40 32

Repositories

Showing 10 of 11 repositories

Top languages

Loading…

Most used topics

Loading…