IDAPython 9.0
|
Proxy of C++ fixup_data_t class.
Public Member Functions | |
__init__ (self, *args) | |
init(self) -> fixup_data_t init(self, type_, flags_=0) -> fixup_data_t | |
"fixup_type_t" | get_type (self) |
get_type(self) -> fixup_type_t Fixup type Types of fixups. | |
"void" | set_type (self, "fixup_type_t" type_) |
set_type(self, type_) | |
"void" | set_type_and_flags (self, "fixup_type_t" type_, "uint32" flags_=0) |
set_type_and_flags(self, type_, flags_=0) | |
"bool" | is_custom (self) |
is_custom(self) -> bool is_fixup_custom() | |
"uint32" | get_flags (self) |
get_flags(self) -> uint32 Fixup flags Fixup flags. | |
"bool" | is_extdef (self) |
is_extdef(self) -> bool | |
"void" | set_extdef (self) |
set_extdef(self) | |
"void" | clr_extdef (self) |
clr_extdef(self) | |
"bool" | is_unused (self) |
is_unused(self) -> bool | |
"void" | set_unused (self) |
set_unused(self) | |
"void" | clr_unused (self) |
clr_unused(self) | |
"bool" | has_base (self) |
has_base(self) -> bool Is fixup relative? | |
"bool" | was_created (self) |
was_created(self) -> bool Is fixup artificial? | |
"ea_t" | get_base (self) |
get_base(self) -> ea_t Get base of fixup. | |
"void" | set_base (self, "ea_t" new_base) |
set_base(self, new_base) Set base of fixup. | |
"void" | set_sel (self, "segment_t const *" seg) |
set_sel(self, seg) | |
"void" | set_target_sel (self) |
set_target_sel(self) Set selector of fixup to the target. | |
"void" | set (self, "ea_t" source) |
set(self, source) set_fixup() | |
"bool" | get (self, "ea_t" source) |
get(self, source) -> bool get_fixup() | |
"fixup_handler_t const *" | get_handler (self) |
get_handler(self) -> fixup_handler_t const * get_fixup_handler() | |
"char const *" | get_desc (self, "ea_t" source) |
get_desc(self, source) -> char const * get_fixup_desc() | |
"int" | calc_size (self) |
calc_size(self) -> int calc_fixup_size() | |
"uval_t" | get_value (self, "ea_t" ea) |
get_value(self, ea) -> uval_t get_fixup_value() | |
"bool" | patch_value (self, "ea_t" ea) |
patch_value(self, ea) -> bool patch_fixup_value() | |
Static Public Attributes | |
str | sel = property(_ida_fixup.fixup_data_t_sel_get, _ida_fixup.fixup_data_t_sel_set, doc=) |
str | off = property(_ida_fixup.fixup_data_t_off_get, _ida_fixup.fixup_data_t_off_set, doc=) |
str | displacement = property(_ida_fixup.fixup_data_t_displacement_get, _ida_fixup.fixup_data_t_displacement_set, doc=) |
Properties | |
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | |
__init__ | ( | self, | |
* | args ) |
type_ | fixup_type_t |
flags_ | uint32 |
"int" calc_size | ( | self | ) |
"void" clr_extdef | ( | self | ) |
"void" clr_unused | ( | self | ) |
"bool" get | ( | self, | |
"ea_t" | source ) |
source | (C++: ea_t) |
"ea_t" get_base | ( | self | ) |
get_base() + off
. "char const *" get_desc | ( | self, | |
"ea_t" | source ) |
source | (C++: ea_t) |
"uint32" get_flags | ( | self | ) |
"fixup_handler_t const *" get_handler | ( | self | ) |
"fixup_type_t" get_type | ( | self | ) |
"uval_t" get_value | ( | self, | |
"ea_t" | ea ) |
ea | (C++: ea_t) |
"bool" has_base | ( | self | ) |
"bool" is_custom | ( | self | ) |
"bool" is_extdef | ( | self | ) |
"bool" is_unused | ( | self | ) |
"bool" patch_value | ( | self, | |
"ea_t" | ea ) |
ea | (C++: ea_t) |
"void" set | ( | self, | |
"ea_t" | source ) |
source | (C++: ea_t) |
"void" set_base | ( | self, | |
"ea_t" | new_base ) |
The target should be set before a call of this function.
new_base | (C++: ea_t) |
"void" set_extdef | ( | self | ) |
"void" set_sel | ( | self, | |
"segment_t const *" | seg ) |
seg | segment_t const * |
"void" set_target_sel | ( | self | ) |
The target should be set before a call of this function.
"void" set_type | ( | self, | |
"fixup_type_t" | type_ ) |
type_ | fixup_type_t |
"void" set_type_and_flags | ( | self, | |
"fixup_type_t" | type_, | ||
"uint32" | flags_ = 0 ) |
type_ | fixup_type_t |
flags_ | uint32 |
"void" set_unused | ( | self | ) |
"bool" was_created | ( | self | ) |
|
static |
|
static |
|
static |
|
static |