diff options
| author | Rusty Wagner <rusty@vector35.com> | 2015-02-19 01:32:45 -0500 |
|---|---|---|
| committer | Rusty Wagner <rusty@vector35.com> | 2015-02-19 01:32:45 -0500 |
| commit | 584e4d244a9124f6ec403162994434ff085e9c5d (patch) | |
| tree | 1df2fd7d9f6f38f3217b596772c2866b2e12d606 /api.pro | |
| parent | 3f36f01667138e248d030701b9c0c047c1c7f5d7 (diff) | |
Add APIs for accessing function information
Diffstat (limited to 'api.pro')
| -rw-r--r-- | api.pro | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -20,7 +20,9 @@ SOURCES += \ binaryreader.cpp \ binarywriter.cpp \ transform.cpp \ - architecture.cpp + architecture.cpp \ + basicblock.cpp \ + function.cpp HEADERS += binaryninjaapi.h unix { |
