You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CFGCreator should handle multiple files and functions correctly.
Files should be represented by a FILE node containing all the functions and global variables in the file.
Functions should be connected by call edges.
We should be able to parse a directory and get back a CFG with correctly connected files and functions, for easier full-project analysis.
The text was updated successfully, but these errors were encountered:
CFGCreator should handle multiple files and functions correctly.
Files should be represented by a FILE node containing all the functions and global variables in the file.
Functions should be connected by call edges.
We should be able to parse a directory and get back a CFG with correctly connected files and functions, for easier full-project analysis.
The text was updated successfully, but these errors were encountered: