[FPanalysis.py](https://anonymous.4open.science/r/source_code-54F8/analysis-source-code/FPanalysis.py), which includes the main logic of dynamic analysis, connects to PostgreSQL that stores [crawling data](https://drive.google.com/file/d/18AYXCa-zGFjAoniQ0P9qncJzBx5d0iA5/view?usp=sharing) and conducts locality algorithm on APIs in table element ["APIs"](https://anonymous.4open.science/r/source_code-54F8/vv8-post-processor/mega/postgres_schema.sql)(Line 102). Then, it inserts the dynamic analysis results in another database(we provide it [here](https://drive.google.com/file/d/1ao-4gabio8lxFYKf85lSdFp0nyb5xXY9/view?usp=sharing) with the format mentioned in this [table](https://anonymous.4open.science/r/source_code-54F8/vv8-post-processor/mega/postgres_schema.sql)(Line 105-110)). The command we used to run dynamic analysis is
0 commit comments