From d5dc1c2e3169760156ac54c976bbe1ea3d9a8441 Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Mon, 23 Mar 2015 22:52:58 -0400 Subject: Add E hotkey to in-place edit instructions in graph view --- binaryninjaapi.h | 1 + 1 file changed, 1 insertion(+) (limited to 'binaryninjaapi.h') 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 GetArchitecture() const; uint64_t GetStart() const; uint64_t GetEnd() const; int GetX() const; -- cgit v1.3.1