/pilai-pidi

Cross language analysis

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

PilaiPidi

A tool to perform cross-language static data flow analysis

Buiding and running PilaiPidi

You need maven to build this project and the following command will build and generate the executable.

mvn clean install

The generated executable will be found in the /target directory of the build. You can issue the following command to execute PilaiPidi

java -jar <path-to-pilai-pidi-exec-jar> <path-to-the-cross-language-project-to-analyse>