diff options
| author | Rusty Wagner <dontpanic@binaryninja.com> | 2015-03-21 03:51:23 -0400 |
|---|---|---|
| committer | Rusty Wagner <dontpanic@binaryninja.com> | 2015-03-21 03:51:23 -0400 |
| commit | c85cae0d74c2c32b23f5e1422f230bebd61f1b1e (patch) | |
| tree | db86059ab0816bc57c469fa72d144768711f9077 /api.pro | |
| parent | e044ab55ef7204237507465074b54a113c8aae4d (diff) | |
Add assemble dialog and use nasm for x86/x86_64
Diffstat (limited to 'api.pro')
| -rw-r--r-- | api.pro | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -25,7 +25,8 @@ SOURCES += \ function.cpp \ functiongraph.cpp \ functiongraphblock.cpp \ - log.cpp + log.cpp \ + tempfile.cpp HEADERS += binaryninjaapi.h unix { |
