progex
progex copied to clipboard
PROGEX (Program Graph Extractor); a cross platform tool for extracting graphical program representations from software source code
Hi, I am getting the following error while generating ICFG. I tried the methods in other issues and still failed. How can I fix this problem? 
Hi ghaffarian, thx for your briliiant tool progex, but it seems not supoort parsing for lambda expression and method reference yet. is there any plan for adding support for these...
Fixes #17 There was an unsafe assignment @ ex line 1935 where the result of the call to visit method was directly passed to the string builder without checking for...
Hi, When I try to generate AST for large files, PROGEX give me the following error: Exception in thread "main" java.lang.NullPointerException at java.base/java.lang.StringBuilder.(StringBuilder.java:124) I have increased the memory. But still...
Hello, Before all, congratulations for your source code and your presentation, it is very very clean and structured. I executed and generated the DOT files. That's excellent !! I saw...
Before all, thank you for your excellent work ,it is very helpful for me. But when I use command line for generating ICFG, some errors was reported as below: ````...
Hi, I wonder what other input languages are supported by this tool, apart from java, and how one may call them when using the application. Regards Hooman