diff options
| author | Rusty Wagner <dontpanic@binaryninja.com> | 2015-03-23 22:52:58 -0400 |
|---|---|---|
| committer | Rusty Wagner <dontpanic@binaryninja.com> | 2015-03-23 22:52:58 -0400 |
| commit | d5dc1c2e3169760156ac54c976bbe1ea3d9a8441 (patch) | |
| tree | 5d2f430469a6a553cbcafd95c0548bee2f9681e0 /binaryninjaapi.h | |
| parent | d056d837d0da994a99b1d8d7a1c2325e6108e059 (diff) | |
Add E hotkey to in-place edit instructions in graph view
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 379e0d88..358d278b 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -832,6 +832,7 @@ namespace BinaryNinja BNFunctionGraphBlock* GetBlockObject() const { return m_block; } + Ref<Architecture> GetArchitecture() const; uint64_t GetStart() const; uint64_t GetEnd() const; int GetX() const; |
