BinaryNinja::PluginCommandContext Struct Reference

Public Member Functions

 PluginCommandContext ()
 

Public Attributes

Ref< BinaryViewbinaryView
 
uint64_t address
 
uint64_t length
 
size_t instrIndex
 
Ref< Functionfunction
 
Ref< LowLevelILFunctionlowLevelILFunction
 
Ref< MediumLevelILFunctionmediumLevelILFunction
 
Ref< HighLevelILFunctionhighLevelILFunction
 

Constructor & Destructor Documentation

◆ PluginCommandContext()

PluginCommandContext::PluginCommandContext ( )

Member Data Documentation

◆ address

uint64_t BinaryNinja::PluginCommandContext::address

◆ binaryView

Ref<BinaryView> BinaryNinja::PluginCommandContext::binaryView

◆ function

Ref<Function> BinaryNinja::PluginCommandContext::function

◆ highLevelILFunction

Ref<HighLevelILFunction> BinaryNinja::PluginCommandContext::highLevelILFunction

◆ instrIndex

size_t BinaryNinja::PluginCommandContext::instrIndex

◆ length

uint64_t BinaryNinja::PluginCommandContext::length

◆ lowLevelILFunction

Ref<LowLevelILFunction> BinaryNinja::PluginCommandContext::lowLevelILFunction

◆ mediumLevelILFunction

Ref<MediumLevelILFunction> BinaryNinja::PluginCommandContext::mediumLevelILFunction

The documentation for this struct was generated from the following files: