IDAPython 9.0
Loading...
Searching...
No Matches
plugin_info_t Class Reference
Inheritance diagram for plugin_info_t:

Public Member Functions

 __init__ (self)
 

Static Public Attributes

str next
 
str path
 
str org_name
 
str name
 
str org_hotkey
 
str hotkey
 
str arg
 
str entry
 
str dllmem
 
str flags
 
str comment
 
str idaplg_name
 

Properties

 thisown
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self)

Member Data Documentation

◆ arg

str arg
static
Initial value:
= property(_ida_loader.plugin_info_t_arg_get, _ida_loader
.plugin_info_t_arg_set)

◆ comment

str comment
static
Initial value:
= property(_ida_loader.plugin_info_t_comment_get,
_ida_loader.plugin_info_t_comment_set)

◆ dllmem

str dllmem
static
Initial value:
= property(_ida_loader.plugin_info_t_dllmem_get,
_ida_loader.plugin_info_t_dllmem_set)

◆ entry

str entry
static
Initial value:
= property(_ida_loader.plugin_info_t_entry_get,
_ida_loader.plugin_info_t_entry_set)

◆ flags

str flags
static
Initial value:
= property(_ida_loader.plugin_info_t_flags_get,
_ida_loader.plugin_info_t_flags_set)

◆ hotkey

str hotkey
static
Initial value:
= property(_ida_loader.plugin_info_t_hotkey_get,
_ida_loader.plugin_info_t_hotkey_set)

◆ idaplg_name

str idaplg_name
static
Initial value:
= property(_ida_loader.
plugin_info_t_idaplg_name_get, _ida_loader.
plugin_info_t_idaplg_name_set)

◆ name

str name
static
Initial value:
= property(_ida_loader.plugin_info_t_name_get,
_ida_loader.plugin_info_t_name_set)

◆ next

str next
static
Initial value:
= property(_ida_loader.plugin_info_t_next_get,
_ida_loader.plugin_info_t_next_set)

◆ org_hotkey

str org_hotkey
static
Initial value:
= property(_ida_loader.
plugin_info_t_org_hotkey_get, _ida_loader.plugin_info_t_org_hotkey_set)

◆ org_name

str org_name
static
Initial value:
= property(_ida_loader.plugin_info_t_org_name_get,
_ida_loader.plugin_info_t_org_name_set)

◆ path

str path
static
Initial value:
= property(_ida_loader.plugin_info_t_path_get,
_ida_loader.plugin_info_t_path_set)

Property Documentation

◆ thisown

thisown
static
Initial value:
= property(lambda x: x.this.own(), lambda x, v: x.this.own(v),
doc='The membership flag')

The documentation for this class was generated from the following file: