Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Graph builder #36

Open
wants to merge 2,740 commits into
base: master
Choose a base branch
from
Open

Graph builder #36

wants to merge 2,740 commits into from

Conversation

diogo55
Copy link

@diogo55 diogo55 commented Jan 28, 2021

Created a feature that builds Control Flow Graphs, Data Flow Graphs and Function call graphs for input code.

pgbovine and others added 30 commits June 13, 2018 13:06
+                          # added these additional ones on 2018-06-15
+                          # after seeing usage logs of what users tried
+                          # importing a lot but we didn't support yet
+                          # (ignoring imports that heavily deal with
+                          # filesystem, networking, or 3rd-party libs)
+                          '__future__', 'cmath', 'decimal', 'fractions',
+                          'pprint', 'calendar', 'pickle', 'cPickle',
+                          'struct', 'types', 'ctypes', 'array',
+                          'sqlite3', 'locale', 'glob', 'abc', 'inspect',
+                          'doctest', 'unittest',
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants