A robust parser for C/C++ storing abstract syntax trees, control flow graphs and program dependence graphs in a neo4j graph database.
Stars
557
Forks
140
Watchers
557
Open Issues
46
Overall repository health assessment
No package.json found
This might not be a Node.js project
245
commits
72
commits
27
commits
13
commits
6
commits
3
commits
2
commits
1
commits
1
commits
1
commits
Merge branch 'dev' of github.com:octopus-platform/joern into dev
fd9d01cView on GitHubFixed a bug that would cause a function's name to change across several invocations of FunctonDef.getName()
0bcf0c4View on GitHubBetween version 10 and version 30 of php-ast, some flags changed in util.php.
9b92f47View on GitHubIn line with version 20 of php-ast, since nested AST_STMT_LISTs are now flattened out, affected tests have been updated
08b96f4View on GitHubIn line with version 20 of php-ast, AST_CATCH now uses an AST_VAR node instead of a string for the catch variable's name
d346db3View on GitHubIn line with version 20 of php-ast, AST_STATIC now uses an AST_VAR node instead of a string for the static variable's name
2402f83View on GitHubIn line with version 20 of php-ast, AST_ASSIGN_OP now uses BINARY_* flags instead of ASSIGN_* flags
065ed0eView on GitHubIn line with version 20 of php-ast, AST_SILENCE, AST_UNARY_MINUS, and AST_UNARY_PLUS have been moved into AST_UNARY_OP with corresponding flags
229bd74View on GitHubIn line with version 20 of php-ast, AST_GREATER, AST_GREATER_OR_EQUAL, AST_AND, and AST_OR have been moved into AST_BINARY_OP with corresponding flags
4bddc88View on GitHubAdded doccomment property to AST_PROP_ELEM nodes according to php-ast version 15
1354727View on GitHubMoved udg.useDefAnalysis to udg.php.useDefAnalysis in joern-php
ed043d2View on GitHubMerge pull request #150 from timhemel/graphstreamimporter
a2ccf0eView on GitHub