Module ida_ida :: Class idainfo
[frames] | no frames]

Class idainfo

object --+
         |
        idainfo

Proxy of C++ idainfo class.

Instance Methods
 
__init__(self, *args, **kwargs)
x.__init__(...) initializes x; see help(type(x)) for signature
 
__repr__(self)
repr(x)
 
big_arg_align(self, *args)
 
gen_lzero(self, *args)
 
gen_null(self, *args)
 
gen_tryblks(self, *args)
qstring
get_abiname(self)
 
get_demname_form(self, *args)
 
get_pack_mode(self, *args)
 
is_32bit(self, *args)
 
is_64bit(self, *args)
 
is_auto_enabled(self, *args)
 
is_be(self, *args)
 
is_dll(self, *args)
 
is_flat_off32(self, *args)
 
is_graph_view(self, *args)
 
is_hard_float(self, *args)
 
is_kernel_mode(self, *args)
 
is_mem_aligned4(self, *args)
 
is_snapshot(self, *args)
 
is_wide_high_byte_first(self, *args)
 
like_binary(self, *args)
 
line_pref_with_seg(self, *args)
 
loading_idc(self, *args)
 
map_stkargs(self, *args)
 
pack_stkargs(self, *args)
 
readonly_idb(self, *args)
 
set_64bit(self, *args)
 
set_auto_enabled(self, *args)
 
set_be(self, *args)
 
set_gen_lzero(self, *args)
 
set_gen_null(self, *args)
 
set_gen_tryblks(self, *args)
 
set_graph_view(self, *args)
 
set_line_pref_with_seg(self, *args)
 
set_pack_mode(self, *args)
 
set_show_auto(self, *args)
 
set_show_line_pref(self, *args)
 
set_show_void(self, *args)
 
set_wide_high_byte_first(self, *args)
 
show_auto(self, *args)
 
show_line_pref(self, *args)
 
show_void(self, *args)
 
stack_ldbl(self, *args)
 
stack_varargs(self, *args)
 
use_allasm(self, *args)
 
use_gcc_layout(self, *args)

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties
  abibits
idainfo_abibits_get(self) -> uint32
  abiname
get_abiname(self) -> qstring
  af
idainfo_af_get(self) -> uint32
  af2
idainfo_af2_get(self) -> uint32
  appcall_options
idainfo_appcall_options_get(self) -> uint32
  apptype
idainfo_apptype_get(self) -> ushort
  asmtype
idainfo_asmtype_get(self) -> uchar
  baseaddr
idainfo_baseaddr_get(self) -> uval_t
  bin_prefix_size
idainfo_bin_prefix_size_get(self) -> short
  cc
idainfo_cc_get(self) -> compiler_info_t
  comment
idainfo_comment_get(self) -> uchar
  database_change_count
idainfo_database_change_count_get(self) -> uint32
  datatypes
idainfo_datatypes_get(self) -> uval_t
  demnames
idainfo_demnames_get(self) -> uchar
  filetype
idainfo_filetype_get(self) -> ushort
  highoff
idainfo_highoff_get(self) -> ea_t
  indent
idainfo_indent_get(self) -> uchar
  lenxref
idainfo_lenxref_get(self) -> ushort
  lflags
idainfo_lflags_get(self) -> uint32
  listnames
idainfo_listnames_get(self) -> uchar
  long_demnames
idainfo_long_demnames_get(self) -> uint32
  lowoff
idainfo_lowoff_get(self) -> ea_t
  main
idainfo_main_get(self) -> ea_t
  margin
idainfo_margin_get(self) -> ushort
  max_autoname_len
idainfo_max_autoname_len_get(self) -> ushort
  max_ea
idainfo_max_ea_get(self) -> ea_t
  maxref
idainfo_maxref_get(self) -> uval_t
  min_ea
idainfo_min_ea_get(self) -> ea_t
  nametype
idainfo_nametype_get(self) -> char
  omax_ea
idainfo_omax_ea_get(self) -> ea_t
  omin_ea
idainfo_omin_ea_get(self) -> ea_t
  ostype
idainfo_ostype_get(self) -> ushort
  outflags
idainfo_outflags_get(self) -> uint32
  procname
idainfo_procname_get(self) -> char [16]
  refcmtnum
idainfo_refcmtnum_get(self) -> uchar
  s_cmtflg
idainfo_s_cmtflg_get(self) -> uchar
  s_genflags
idainfo_s_genflags_get(self) -> ushort
  s_limiter
idainfo_s_limiter_get(self) -> uchar
  s_prefflag
idainfo_s_prefflag_get(self) -> uchar
  s_xrefflag
idainfo_s_xrefflag_get(self) -> uchar
  short_demnames
idainfo_short_demnames_get(self) -> uint32
  specsegs
idainfo_specsegs_get(self) -> uchar
  start_cs
idainfo_start_cs_get(self) -> sel_t
  start_ea
idainfo_start_ea_get(self) -> ea_t
  start_ip
idainfo_start_ip_get(self) -> ea_t
  start_sp
idainfo_start_sp_get(self) -> ea_t
  start_ss
idainfo_start_ss_get(self) -> sel_t
  strlit_break
idainfo_strlit_break_get(self) -> uchar
  strlit_flags
idainfo_strlit_flags_get(self) -> uchar
  strlit_pref
idainfo_strlit_pref_get(self) -> char [16]
  strlit_sernum
idainfo_strlit_sernum_get(self) -> uval_t
  strlit_zeroes
idainfo_strlit_zeroes_get(self) -> char
  strtype
idainfo_strtype_get(self) -> int32
  tag
idainfo_tag_get(self) -> char [3]
  thisown
The membership flag
  type_xrefnum
idainfo_type_xrefnum_get(self) -> uchar
  version
idainfo_version_get(self) -> ushort
  xrefnum
idainfo_xrefnum_get(self) -> uchar

Inherited from object: __class__

Method Details

__init__(self, *args, **kwargs)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

Property Details

abibits

idainfo_abibits_get(self) -> uint32

Get Method:
unreachable.idainfo_abibits_get(self)
Set Method:
unreachable.idainfo_abibits_set(self, abibits)

abiname

get_abiname(self) -> qstring

Get Method:
get_abiname(self)

af

idainfo_af_get(self) -> uint32

Get Method:
unreachable.idainfo_af_get(self)
Set Method:
unreachable.idainfo_af_set(self, af)

af2

idainfo_af2_get(self) -> uint32

Get Method:
unreachable.idainfo_af2_get(self)
Set Method:
unreachable.idainfo_af2_set(self, af2)

appcall_options

idainfo_appcall_options_get(self) -> uint32

Get Method:
unreachable.idainfo_appcall_options_get(self)
Set Method:
unreachable.idainfo_appcall_options_set(self, appcall_options)

apptype

idainfo_apptype_get(self) -> ushort

Get Method:
unreachable.idainfo_apptype_get(self)
Set Method:
unreachable.idainfo_apptype_set(self, apptype)

asmtype

idainfo_asmtype_get(self) -> uchar

Get Method:
unreachable.idainfo_asmtype_get(self)
Set Method:
unreachable.idainfo_asmtype_set(self, asmtype)

baseaddr

idainfo_baseaddr_get(self) -> uval_t

Get Method:
unreachable.idainfo_baseaddr_get(self)
Set Method:
unreachable.idainfo_baseaddr_set(self, baseaddr)

bin_prefix_size

idainfo_bin_prefix_size_get(self) -> short

Get Method:
unreachable.idainfo_bin_prefix_size_get(self)
Set Method:
unreachable.idainfo_bin_prefix_size_set(self, bin_prefix_size)

cc

idainfo_cc_get(self) -> compiler_info_t

Get Method:
unreachable.idainfo_cc_get(self)
Set Method:
unreachable.idainfo_cc_set(self, cc)

comment

idainfo_comment_get(self) -> uchar

Get Method:
unreachable.idainfo_comment_get(self)
Set Method:
unreachable.idainfo_comment_set(self, comment)

database_change_count

idainfo_database_change_count_get(self) -> uint32

Get Method:
unreachable.idainfo_database_change_count_get(self)
Set Method:
unreachable.idainfo_database_change_count_set(self, database_change_count)

datatypes

idainfo_datatypes_get(self) -> uval_t

Get Method:
unreachable.idainfo_datatypes_get(self)
Set Method:
unreachable.idainfo_datatypes_set(self, datatypes)

demnames

idainfo_demnames_get(self) -> uchar

Get Method:
unreachable.idainfo_demnames_get(self)
Set Method:
unreachable.idainfo_demnames_set(self, demnames)

filetype

idainfo_filetype_get(self) -> ushort

Get Method:
unreachable.idainfo_filetype_get(self)
Set Method:
unreachable.idainfo_filetype_set(self, filetype)

highoff

idainfo_highoff_get(self) -> ea_t

Get Method:
unreachable.idainfo_highoff_get(self)
Set Method:
unreachable.idainfo_highoff_set(self, highoff)

indent

idainfo_indent_get(self) -> uchar

Get Method:
unreachable.idainfo_indent_get(self)
Set Method:
unreachable.idainfo_indent_set(self, indent)

lenxref

idainfo_lenxref_get(self) -> ushort

Get Method:
unreachable.idainfo_lenxref_get(self)
Set Method:
unreachable.idainfo_lenxref_set(self, lenxref)

lflags

idainfo_lflags_get(self) -> uint32

Get Method:
unreachable.idainfo_lflags_get(self)
Set Method:
unreachable.idainfo_lflags_set(self, lflags)

listnames

idainfo_listnames_get(self) -> uchar

Get Method:
unreachable.idainfo_listnames_get(self)
Set Method:
unreachable.idainfo_listnames_set(self, listnames)

long_demnames

idainfo_long_demnames_get(self) -> uint32

Get Method:
unreachable.idainfo_long_demnames_get(self)
Set Method:
unreachable.idainfo_long_demnames_set(self, long_demnames)

lowoff

idainfo_lowoff_get(self) -> ea_t

Get Method:
unreachable.idainfo_lowoff_get(self)
Set Method:
unreachable.idainfo_lowoff_set(self, lowoff)

main

idainfo_main_get(self) -> ea_t

Get Method:
unreachable.idainfo_main_get(self)
Set Method:
unreachable.idainfo_main_set(self, main)

margin

idainfo_margin_get(self) -> ushort

Get Method:
unreachable.idainfo_margin_get(self)
Set Method:
unreachable.idainfo_margin_set(self, margin)

max_autoname_len

idainfo_max_autoname_len_get(self) -> ushort

Get Method:
unreachable.idainfo_max_autoname_len_get(self)
Set Method:
unreachable.idainfo_max_autoname_len_set(self, max_autoname_len)

max_ea

idainfo_max_ea_get(self) -> ea_t

Get Method:
unreachable.idainfo_max_ea_get(self)
Set Method:
unreachable.idainfo_max_ea_set(self, max_ea)

maxref

idainfo_maxref_get(self) -> uval_t

Get Method:
unreachable.idainfo_maxref_get(self)
Set Method:
unreachable.idainfo_maxref_set(self, maxref)

min_ea

idainfo_min_ea_get(self) -> ea_t

Get Method:
unreachable.idainfo_min_ea_get(self)
Set Method:
unreachable.idainfo_min_ea_set(self, min_ea)

nametype

idainfo_nametype_get(self) -> char

Get Method:
unreachable.idainfo_nametype_get(self)
Set Method:
unreachable.idainfo_nametype_set(self, nametype)

omax_ea

idainfo_omax_ea_get(self) -> ea_t

Get Method:
unreachable.idainfo_omax_ea_get(self)
Set Method:
unreachable.idainfo_omax_ea_set(self, omax_ea)

omin_ea

idainfo_omin_ea_get(self) -> ea_t

Get Method:
unreachable.idainfo_omin_ea_get(self)
Set Method:
unreachable.idainfo_omin_ea_set(self, omin_ea)

ostype

idainfo_ostype_get(self) -> ushort

Get Method:
unreachable.idainfo_ostype_get(self)
Set Method:
unreachable.idainfo_ostype_set(self, ostype)

outflags

idainfo_outflags_get(self) -> uint32

Get Method:
unreachable.idainfo_outflags_get(self)
Set Method:
unreachable.idainfo_outflags_set(self, outflags)

procname

idainfo_procname_get(self) -> char [16]

Get Method:
unreachable.idainfo_procname_get(self)
Set Method:
unreachable.idainfo_procname_set(self, procname)

refcmtnum

idainfo_refcmtnum_get(self) -> uchar

Get Method:
unreachable.idainfo_refcmtnum_get(self)
Set Method:
unreachable.idainfo_refcmtnum_set(self, refcmtnum)

s_cmtflg

idainfo_s_cmtflg_get(self) -> uchar

Get Method:
unreachable.idainfo_s_cmtflg_get(self)
Set Method:
unreachable.idainfo_s_cmtflg_set(self, s_cmtflg)

s_genflags

idainfo_s_genflags_get(self) -> ushort

Get Method:
unreachable.idainfo_s_genflags_get(self)
Set Method:
unreachable.idainfo_s_genflags_set(self, s_genflags)

s_limiter

idainfo_s_limiter_get(self) -> uchar

Get Method:
unreachable.idainfo_s_limiter_get(self)
Set Method:
unreachable.idainfo_s_limiter_set(self, s_limiter)

s_prefflag

idainfo_s_prefflag_get(self) -> uchar

Get Method:
unreachable.idainfo_s_prefflag_get(self)
Set Method:
unreachable.idainfo_s_prefflag_set(self, s_prefflag)

s_xrefflag

idainfo_s_xrefflag_get(self) -> uchar

Get Method:
unreachable.idainfo_s_xrefflag_get(self)
Set Method:
unreachable.idainfo_s_xrefflag_set(self, s_xrefflag)

short_demnames

idainfo_short_demnames_get(self) -> uint32

Get Method:
unreachable.idainfo_short_demnames_get(self)
Set Method:
unreachable.idainfo_short_demnames_set(self, short_demnames)

specsegs

idainfo_specsegs_get(self) -> uchar

Get Method:
unreachable.idainfo_specsegs_get(self)
Set Method:
unreachable.idainfo_specsegs_set(self, specsegs)

start_cs

idainfo_start_cs_get(self) -> sel_t

Get Method:
unreachable.idainfo_start_cs_get(self)
Set Method:
unreachable.idainfo_start_cs_set(self, start_cs)

start_ea

idainfo_start_ea_get(self) -> ea_t

Get Method:
unreachable.idainfo_start_ea_get(self)
Set Method:
unreachable.idainfo_start_ea_set(self, start_ea)

start_ip

idainfo_start_ip_get(self) -> ea_t

Get Method:
unreachable.idainfo_start_ip_get(self)
Set Method:
unreachable.idainfo_start_ip_set(self, start_ip)

start_sp

idainfo_start_sp_get(self) -> ea_t

Get Method:
unreachable.idainfo_start_sp_get(self)
Set Method:
unreachable.idainfo_start_sp_set(self, start_sp)

start_ss

idainfo_start_ss_get(self) -> sel_t

Get Method:
unreachable.idainfo_start_ss_get(self)
Set Method:
unreachable.idainfo_start_ss_set(self, start_ss)

strlit_break

idainfo_strlit_break_get(self) -> uchar

Get Method:
unreachable.idainfo_strlit_break_get(self)
Set Method:
unreachable.idainfo_strlit_break_set(self, strlit_break)

strlit_flags

idainfo_strlit_flags_get(self) -> uchar

Get Method:
unreachable.idainfo_strlit_flags_get(self)
Set Method:
unreachable.idainfo_strlit_flags_set(self, strlit_flags)

strlit_pref

idainfo_strlit_pref_get(self) -> char [16]

Get Method:
unreachable.idainfo_strlit_pref_get(self)
Set Method:
unreachable.idainfo_strlit_pref_set(self, strlit_pref)

strlit_sernum

idainfo_strlit_sernum_get(self) -> uval_t

Get Method:
unreachable.idainfo_strlit_sernum_get(self)
Set Method:
unreachable.idainfo_strlit_sernum_set(self, strlit_sernum)

strlit_zeroes

idainfo_strlit_zeroes_get(self) -> char

Get Method:
unreachable.idainfo_strlit_zeroes_get(self)
Set Method:
unreachable.idainfo_strlit_zeroes_set(self, strlit_zeroes)

strtype

idainfo_strtype_get(self) -> int32

Get Method:
unreachable.idainfo_strtype_get(self)
Set Method:
unreachable.idainfo_strtype_set(self, strtype)

tag

idainfo_tag_get(self) -> char [3]

Get Method:
unreachable.idainfo_tag_get(self)
Set Method:
unreachable.idainfo_tag_set(self, tag)

thisown

The membership flag

Get Method:
unreachable(x)
Set Method:
unreachable(x, v)

type_xrefnum

idainfo_type_xrefnum_get(self) -> uchar

Get Method:
unreachable.idainfo_type_xrefnum_get(self)
Set Method:
unreachable.idainfo_type_xrefnum_set(self, type_xrefnum)

version

idainfo_version_get(self) -> ushort

Get Method:
unreachable.idainfo_version_get(self)
Set Method:
unreachable.idainfo_version_set(self, version)

xrefnum

idainfo_xrefnum_get(self) -> uchar

Get Method:
unreachable.idainfo_xrefnum_get(self)
Set Method:
unreachable.idainfo_xrefnum_set(self, xrefnum)