summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'binaryninjaapi.h')
-rw-r--r--binaryninjaapi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h
index 18645092..5f02b41b 100644
--- a/binaryninjaapi.h
+++ b/binaryninjaapi.h
@@ -3749,6 +3749,7 @@ namespace BinaryNinja
std::string GetName() const { return m_command.name; }
std::string GetDescription() const { return m_command.description; }
BNPluginCommandType GetType() const { return m_command.type; }
+ const BNPluginCommand* GetObject() const { return &m_command; }
bool IsValid(const PluginCommandContext& ctxt) const;
void Execute(const PluginCommandContext& ctxt) const;