A tool to perform cross-language static data flow analysis
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>