<meta name="robots" content="noindex" />

Project Description

The Multi-Lingual Static Analysis (MLSA, pronounced Melissa for convenience) is a tool that analyzes software that is written in multiple languages and in which the languages call each other. The objective is to provide open-source tools that help analyze the way multilingual code inter operates to address security issues, software design and refactoring, efficiency and correctness. The first step in the project is to address multilingual call graphs for C/C++, Java, Javascript and Fortran.

multilingual_system.png

The first tool set produced in this project reviews function (procedure) calls within source code. It generates a call graph in csv/graphviz format with formatted information about function calls and their arguments. The tool is currently capable of analyzing programs in C and in Python, and in which a C program calls Python code through the python.h interface. The result in all cases is a call graph that includes procedures in both languages showing their mutual call relationships. We are building up a database of multilingual code and evaluating the performance of this first version.

Immediate extensions include extending how much of the python.h interface can be handled by the tool. At the moment only the “SimpleFile” interface is handled. The next step is handling mutual C/Python calls.

More Details

System Requirements

Installation

Execution

How does it work?

Known Issues for Version 0.1

Permissions

Persons/group who can view/change the page:

-- (c) Fordham University Robotics and Computer Vision

  • multilingual system:

Topic attachments
I Attachment History Action Size Date Who Comment
PNGpng multilingual_system.png r1 manage 48.0 K 2016-07-27 - 14:44 DamianLyons multilingual system

This topic: Main > WebHome > FordhamRoboticsAndComputerVisionLaboratory > FRCVPublicProject > FRCVLabMLSA
Topic revision: r3 - 2016-07-27 - BrunoVieiro
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback