progex icon indicating copy to clipboard operation
progex copied to clipboard

PROGEX (Program Graph Extractor); a cross platform tool for extracting graphical program representations from software source code

Results 7 progex issues
Sort by recently updated
recently updated
newest added

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? ![image](https://user-images.githubusercontent.com/82823886/169244790-9daf4c1f-39a4-4408-a05a-27d0d5d54795.png)

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...

enhancement

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: ````...

bug

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

enhancement
help wanted