diff options
| author | Rusty Wagner <rusty@vector35.com> | 2015-02-20 03:12:19 -0500 |
|---|---|---|
| committer | Rusty Wagner <rusty@vector35.com> | 2015-02-20 03:12:19 -0500 |
| commit | f2b794bf897a2e208407bf5f4a13f4f813531e68 (patch) | |
| tree | d439622fedebdede54833c445251040a60ad30cb /api.pro | |
| parent | 584e4d244a9124f6ec403162994434ff085e9c5d (diff) | |
Initial code for generating function graphs
Diffstat (limited to 'api.pro')
| -rw-r--r-- | api.pro | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -22,7 +22,9 @@ SOURCES += \ transform.cpp \ architecture.cpp \ basicblock.cpp \ - function.cpp + function.cpp \ + functiongraph.cpp \ + functiongraphblock.cpp HEADERS += binaryninjaapi.h unix { |
