IDAPython 9.0
Loading...
Searching...
No Matches
ida_ida.py File Reference

Classes

class  compiler_info_t
 Proxy of C++ compiler_info_t class. More...
 
class  idainfo
 Proxy of C++ idainfo class. More...
 
class  idbattr_valmap_t
 Proxy of C++ idbattr_valmap_t class. More...
 
class  idbattr_info_t
 Proxy of C++ idbattr_info_t class. More...
 

Namespaces

namespace  ida_ida
 Contains the ::inf structure definition and some functions common to the whole IDA project.
 

Functions

"bool" is_filetype_like_binary ("filetype_t" ft)
 is_filetype_like_binary(ft) -> bool Is unstructured input file?
 
"qstring *" getinf_str ("inftag_t" tag)
 getinf_str(tag) -> str Get program specific information (a non-scalar value)
 
"bool" delinf ("inftag_t" tag)
 delinf(tag) -> bool Undefine a program specific information
 
"ushort" inf_get_version ()
 inf_get_version() -> ushort
 
"bool" inf_set_version ("ushort" _v)
 inf_set_version(_v) -> bool
 
"ushort" inf_get_genflags ()
 inf_get_genflags() -> ushort
 
"bool" inf_set_genflags ("ushort" _v)
 inf_set_genflags(_v) -> bool
 
"bool" inf_is_auto_enabled ()
 inf_is_auto_enabled() -> bool
 
"bool" inf_set_auto_enabled ("bool" _v=True)
 inf_set_auto_enabled(_v=True) -> bool
 
"bool" inf_use_allasm ()
 inf_use_allasm() -> bool
 
"bool" inf_set_use_allasm ("bool" _v=True)
 inf_set_use_allasm(_v=True) -> bool
 
"bool" inf_loading_idc ()
 inf_loading_idc() -> bool
 
"bool" inf_set_loading_idc ("bool" _v=True)
 inf_set_loading_idc(_v=True) -> bool
 
"bool" inf_no_store_user_info ()
 inf_no_store_user_info() -> bool
 
"bool" inf_set_no_store_user_info ("bool" _v=True)
 inf_set_no_store_user_info(_v=True) -> bool
 
"bool" inf_readonly_idb ()
 inf_readonly_idb() -> bool
 
"bool" inf_set_readonly_idb ("bool" _v=True)
 inf_set_readonly_idb(_v=True) -> bool
 
"bool" inf_check_manual_ops ()
 inf_check_manual_ops() -> bool
 
"bool" inf_set_check_manual_ops ("bool" _v=True)
 inf_set_check_manual_ops(_v=True) -> bool
 
"bool" inf_allow_non_matched_ops ()
 inf_allow_non_matched_ops() -> bool
 
"bool" inf_set_allow_non_matched_ops ("bool" _v=True)
 inf_set_allow_non_matched_ops(_v=True) -> bool
 
"bool" inf_is_graph_view ()
 inf_is_graph_view() -> bool
 
"bool" inf_set_graph_view ("bool" _v=True)
 inf_set_graph_view(_v=True) -> bool
 
"uint32" inf_get_lflags ()
 inf_get_lflags() -> uint32
 
"bool" inf_set_lflags ("uint32" _v)
 inf_set_lflags(_v) -> bool
 
"bool" inf_decode_fpp ()
 inf_decode_fpp() -> bool
 
"bool" inf_set_decode_fpp ("bool" _v=True)
 inf_set_decode_fpp(_v=True) -> bool
 
"bool" inf_is_32bit_or_higher ()
 inf_is_32bit_or_higher() -> bool
 
"bool" inf_is_32bit_exactly ()
 inf_is_32bit_exactly() -> bool
 
"bool" inf_set_32bit ("bool" _v=True)
 inf_set_32bit(_v=True) -> bool
 
"bool" inf_is_16bit ()
 inf_is_16bit() -> bool
 
"bool" inf_is_64bit ()
 inf_is_64bit() -> bool
 
"bool" inf_set_64bit ("bool" _v=True)
 inf_set_64bit(_v=True) -> bool
 
"bool" inf_is_dll ()
 inf_is_dll() -> bool
 
"bool" inf_set_dll ("bool" _v=True)
 inf_set_dll(_v=True) -> bool
 
"bool" inf_is_flat_off32 ()
 inf_is_flat_off32() -> bool
 
"bool" inf_set_flat_off32 ("bool" _v=True)
 inf_set_flat_off32(_v=True) -> bool
 
"bool" inf_is_be ()
 inf_is_be() -> bool
 
"bool" inf_set_be ("bool" _v=True)
 inf_set_be(_v=True) -> bool
 
"bool" inf_is_wide_high_byte_first ()
 inf_is_wide_high_byte_first() -> bool
 
"bool" inf_set_wide_high_byte_first ("bool" _v=True)
 inf_set_wide_high_byte_first(_v=True) -> bool
 
"bool" inf_dbg_no_store_path ()
 inf_dbg_no_store_path() -> bool
 
"bool" inf_set_dbg_no_store_path ("bool" _v=True)
 inf_set_dbg_no_store_path(_v=True) -> bool
 
"bool" inf_is_snapshot ()
 inf_is_snapshot() -> bool
 
"bool" inf_set_snapshot ("bool" _v=True)
 inf_set_snapshot(_v=True) -> bool
 
"bool" inf_pack_idb ()
 inf_pack_idb() -> bool
 
"bool" inf_set_pack_idb ("bool" _v=True)
 inf_set_pack_idb(_v=True) -> bool
 
"bool" inf_compress_idb ()
 inf_compress_idb() -> bool
 
"bool" inf_set_compress_idb ("bool" _v=True)
 inf_set_compress_idb(_v=True) -> bool
 
"bool" inf_is_kernel_mode ()
 inf_is_kernel_mode() -> bool
 
"bool" inf_set_kernel_mode ("bool" _v=True)
 inf_set_kernel_mode(_v=True) -> bool
 
"uint" inf_get_app_bitness ()
 inf_get_app_bitness() -> uint
 
"void" inf_set_app_bitness ("uint" bitness)
 inf_set_app_bitness(bitness)
 
"uint32" inf_get_database_change_count ()
 inf_get_database_change_count() -> uint32
 
"bool" inf_set_database_change_count ("uint32" _v)
 inf_set_database_change_count(_v) -> bool
 
"filetype_t" inf_get_filetype ()
 inf_get_filetype() -> filetype_t
 
"bool" inf_set_filetype ("filetype_t" _v)
 inf_set_filetype(_v) -> bool
 
"ushort" inf_get_ostype ()
 inf_get_ostype() -> ushort
 
"bool" inf_set_ostype ("ushort" _v)
 inf_set_ostype(_v) -> bool
 
"ushort" inf_get_apptype ()
 inf_get_apptype() -> ushort
 
"bool" inf_set_apptype ("ushort" _v)
 inf_set_apptype(_v) -> bool
 
"uchar" inf_get_asmtype ()
 inf_get_asmtype() -> uchar
 
"bool" inf_set_asmtype ("uchar" _v)
 inf_set_asmtype(_v) -> bool
 
"uchar" inf_get_specsegs ()
 inf_get_specsegs() -> uchar
 
"bool" inf_set_specsegs ("uchar" _v)
 inf_set_specsegs(_v) -> bool
 
"uint32" inf_get_af ()
 inf_get_af() -> uint32
 
"bool" inf_set_af ("uint32" _v)
 inf_set_af(_v) -> bool
 
"bool" inf_trace_flow ()
 inf_trace_flow() -> bool
 
"bool" inf_set_trace_flow ("bool" _v=True)
 inf_set_trace_flow(_v=True) -> bool
 
"bool" inf_mark_code ()
 inf_mark_code() -> bool
 
"bool" inf_set_mark_code ("bool" _v=True)
 inf_set_mark_code(_v=True) -> bool
 
"bool" inf_create_jump_tables ()
 inf_create_jump_tables() -> bool
 
"bool" inf_set_create_jump_tables ("bool" _v=True)
 inf_set_create_jump_tables(_v=True) -> bool
 
"bool" inf_noflow_to_data ()
 inf_noflow_to_data() -> bool
 
"bool" inf_set_noflow_to_data ("bool" _v=True)
 inf_set_noflow_to_data(_v=True) -> bool
 
"bool" inf_create_all_xrefs ()
 inf_create_all_xrefs() -> bool
 
"bool" inf_set_create_all_xrefs ("bool" _v=True)
 inf_set_create_all_xrefs(_v=True) -> bool
 
"bool" inf_del_no_xref_insns ()
 inf_del_no_xref_insns() -> bool
 
"bool" inf_set_del_no_xref_insns ("bool" _v=True)
 inf_set_del_no_xref_insns(_v=True) -> bool
 
"bool" inf_create_func_from_ptr ()
 inf_create_func_from_ptr() -> bool
 
"bool" inf_set_create_func_from_ptr ("bool" _v=True)
 inf_set_create_func_from_ptr(_v=True) -> bool
 
"bool" inf_create_func_from_call ()
 inf_create_func_from_call() -> bool
 
"bool" inf_set_create_func_from_call ("bool" _v=True)
 inf_set_create_func_from_call(_v=True) -> bool
 
"bool" inf_create_func_tails ()
 inf_create_func_tails() -> bool
 
"bool" inf_set_create_func_tails ("bool" _v=True)
 inf_set_create_func_tails(_v=True) -> bool
 
"bool" inf_should_create_stkvars ()
 inf_should_create_stkvars() -> bool
 
"bool" inf_set_should_create_stkvars ("bool" _v=True)
 inf_set_should_create_stkvars(_v=True) -> bool
 
"bool" inf_propagate_stkargs ()
 inf_propagate_stkargs() -> bool
 
"bool" inf_set_propagate_stkargs ("bool" _v=True)
 inf_set_propagate_stkargs(_v=True) -> bool
 
"bool" inf_propagate_regargs ()
 inf_propagate_regargs() -> bool
 
"bool" inf_set_propagate_regargs ("bool" _v=True)
 inf_set_propagate_regargs(_v=True) -> bool
 
"bool" inf_should_trace_sp ()
 inf_should_trace_sp() -> bool
 
"bool" inf_set_should_trace_sp ("bool" _v=True)
 inf_set_should_trace_sp(_v=True) -> bool
 
"bool" inf_full_sp_ana ()
 inf_full_sp_ana() -> bool
 
"bool" inf_set_full_sp_ana ("bool" _v=True)
 inf_set_full_sp_ana(_v=True) -> bool
 
"bool" inf_noret_ana ()
 inf_noret_ana() -> bool
 
"bool" inf_set_noret_ana ("bool" _v=True)
 inf_set_noret_ana(_v=True) -> bool
 
"bool" inf_guess_func_type ()
 inf_guess_func_type() -> bool
 
"bool" inf_set_guess_func_type ("bool" _v=True)
 inf_set_guess_func_type(_v=True) -> bool
 
"bool" inf_truncate_on_del ()
 inf_truncate_on_del() -> bool
 
"bool" inf_set_truncate_on_del ("bool" _v=True)
 inf_set_truncate_on_del(_v=True) -> bool
 
"bool" inf_create_strlit_on_xref ()
 inf_create_strlit_on_xref() -> bool
 
"bool" inf_set_create_strlit_on_xref ("bool" _v=True)
 inf_set_create_strlit_on_xref(_v=True) -> bool
 
"bool" inf_check_unicode_strlits ()
 inf_check_unicode_strlits() -> bool
 
"bool" inf_set_check_unicode_strlits ("bool" _v=True)
 inf_set_check_unicode_strlits(_v=True) -> bool
 
"bool" inf_create_off_using_fixup ()
 inf_create_off_using_fixup() -> bool
 
"bool" inf_set_create_off_using_fixup ("bool" _v=True)
 inf_set_create_off_using_fixup(_v=True) -> bool
 
"bool" inf_create_off_on_dref ()
 inf_create_off_on_dref() -> bool
 
"bool" inf_set_create_off_on_dref ("bool" _v=True)
 inf_set_create_off_on_dref(_v=True) -> bool
 
"bool" inf_op_offset ()
 inf_op_offset() -> bool
 
"bool" inf_set_op_offset ("bool" _v=True)
 inf_set_op_offset(_v=True) -> bool
 
"bool" inf_data_offset ()
 inf_data_offset() -> bool
 
"bool" inf_set_data_offset ("bool" _v=True)
 inf_set_data_offset(_v=True) -> bool
 
"bool" inf_use_flirt ()
 inf_use_flirt() -> bool
 
"bool" inf_set_use_flirt ("bool" _v=True)
 inf_set_use_flirt(_v=True) -> bool
 
"bool" inf_append_sigcmt ()
 inf_append_sigcmt() -> bool
 
"bool" inf_set_append_sigcmt ("bool" _v=True)
 inf_set_append_sigcmt(_v=True) -> bool
 
"bool" inf_allow_sigmulti ()
 inf_allow_sigmulti() -> bool
 
"bool" inf_set_allow_sigmulti ("bool" _v=True)
 inf_set_allow_sigmulti(_v=True) -> bool
 
"bool" inf_hide_libfuncs ()
 inf_hide_libfuncs() -> bool
 
"bool" inf_set_hide_libfuncs ("bool" _v=True)
 inf_set_hide_libfuncs(_v=True) -> bool
 
"bool" inf_rename_jumpfunc ()
 inf_rename_jumpfunc() -> bool
 
"bool" inf_set_rename_jumpfunc ("bool" _v=True)
 inf_set_rename_jumpfunc(_v=True) -> bool
 
"bool" inf_rename_nullsub ()
 inf_rename_nullsub() -> bool
 
"bool" inf_set_rename_nullsub ("bool" _v=True)
 inf_set_rename_nullsub(_v=True) -> bool
 
"bool" inf_coagulate_data ()
 inf_coagulate_data() -> bool
 
"bool" inf_set_coagulate_data ("bool" _v=True)
 inf_set_coagulate_data(_v=True) -> bool
 
"bool" inf_coagulate_code ()
 inf_coagulate_code() -> bool
 
"bool" inf_set_coagulate_code ("bool" _v=True)
 inf_set_coagulate_code(_v=True) -> bool
 
"bool" inf_final_pass ()
 inf_final_pass() -> bool
 
"bool" inf_set_final_pass ("bool" _v=True)
 inf_set_final_pass(_v=True) -> bool
 
"uint32" inf_get_af2 ()
 inf_get_af2() -> uint32
 
"bool" inf_set_af2 ("uint32" _v)
 inf_set_af2(_v) -> bool
 
"bool" inf_handle_eh ()
 inf_handle_eh() -> bool
 
"bool" inf_set_handle_eh ("bool" _v=True)
 inf_set_handle_eh(_v=True) -> bool
 
"bool" inf_handle_rtti ()
 inf_handle_rtti() -> bool
 
"bool" inf_set_handle_rtti ("bool" _v=True)
 inf_set_handle_rtti(_v=True) -> bool
 
"bool" inf_macros_enabled ()
 inf_macros_enabled() -> bool
 
"bool" inf_set_macros_enabled ("bool" _v=True)
 inf_set_macros_enabled(_v=True) -> bool
 
"bool" inf_merge_strlits ()
 inf_merge_strlits() -> bool
 
"bool" inf_set_merge_strlits ("bool" _v=True)
 inf_set_merge_strlits(_v=True) -> bool
 
"uval_t" inf_get_baseaddr ()
 inf_get_baseaddr() -> uval_t
 
"bool" inf_set_baseaddr ("uval_t" _v)
 inf_set_baseaddr(_v) -> bool
 
"sel_t" inf_get_start_ss ()
 inf_get_start_ss() -> sel_t
 
"bool" inf_set_start_ss ("sel_t" _v)
 inf_set_start_ss(_v) -> bool
 
"sel_t" inf_get_start_cs ()
 inf_get_start_cs() -> sel_t
 
"bool" inf_set_start_cs ("sel_t" _v)
 inf_set_start_cs(_v) -> bool
 
"ea_t" inf_get_start_ip ()
 inf_get_start_ip() -> ea_t
 
"bool" inf_set_start_ip ("ea_t" _v)
 inf_set_start_ip(_v) -> bool
 
"ea_t" inf_get_start_ea ()
 inf_get_start_ea() -> ea_t
 
"bool" inf_set_start_ea ("ea_t" _v)
 inf_set_start_ea(_v) -> bool
 
"ea_t" inf_get_start_sp ()
 inf_get_start_sp() -> ea_t
 
"bool" inf_set_start_sp ("ea_t" _v)
 inf_set_start_sp(_v) -> bool
 
"ea_t" inf_get_main ()
 inf_get_main() -> ea_t
 
"bool" inf_set_main ("ea_t" _v)
 inf_set_main(_v) -> bool
 
"ea_t" inf_get_min_ea ()
 inf_get_min_ea() -> ea_t
 
"bool" inf_set_min_ea ("ea_t" _v)
 inf_set_min_ea(_v) -> bool
 
"ea_t" inf_get_max_ea ()
 inf_get_max_ea() -> ea_t
 
"bool" inf_set_max_ea ("ea_t" _v)
 inf_set_max_ea(_v) -> bool
 
"ea_t" inf_get_omin_ea ()
 inf_get_omin_ea() -> ea_t
 
"bool" inf_set_omin_ea ("ea_t" _v)
 inf_set_omin_ea(_v) -> bool
 
"ea_t" inf_get_omax_ea ()
 inf_get_omax_ea() -> ea_t
 
"bool" inf_set_omax_ea ("ea_t" _v)
 inf_set_omax_ea(_v) -> bool
 
"ea_t" inf_get_lowoff ()
 inf_get_lowoff() -> ea_t
 
"bool" inf_set_lowoff ("ea_t" _v)
 inf_set_lowoff(_v) -> bool
 
"ea_t" inf_get_highoff ()
 inf_get_highoff() -> ea_t
 
"bool" inf_set_highoff ("ea_t" _v)
 inf_set_highoff(_v) -> bool
 
"uval_t" inf_get_maxref ()
 inf_get_maxref() -> uval_t
 
"bool" inf_set_maxref ("uval_t" _v)
 inf_set_maxref(_v) -> bool
 
"sval_t" inf_get_netdelta ()
 inf_get_netdelta() -> sval_t
 
"bool" inf_set_netdelta ("sval_t" _v)
 inf_set_netdelta(_v) -> bool
 
"uchar" inf_get_xrefnum ()
 inf_get_xrefnum() -> uchar
 
"bool" inf_set_xrefnum ("uchar" _v)
 inf_set_xrefnum(_v) -> bool
 
"uchar" inf_get_type_xrefnum ()
 inf_get_type_xrefnum() -> uchar
 
"bool" inf_set_type_xrefnum ("uchar" _v)
 inf_set_type_xrefnum(_v) -> bool
 
"uchar" inf_get_refcmtnum ()
 inf_get_refcmtnum() -> uchar
 
"bool" inf_set_refcmtnum ("uchar" _v)
 inf_set_refcmtnum(_v) -> bool
 
"uchar" inf_get_xrefflag ()
 inf_get_xrefflag() -> uchar
 
"bool" inf_set_xrefflag ("uchar" _v)
 inf_set_xrefflag(_v) -> bool
 
"bool" inf_show_xref_seg ()
 inf_show_xref_seg() -> bool
 
"bool" inf_set_show_xref_seg ("bool" _v=True)
 inf_set_show_xref_seg(_v=True) -> bool
 
"bool" inf_show_xref_tmarks ()
 inf_show_xref_tmarks() -> bool
 
"bool" inf_set_show_xref_tmarks ("bool" _v=True)
 inf_set_show_xref_tmarks(_v=True) -> bool
 
"bool" inf_show_xref_fncoff ()
 inf_show_xref_fncoff() -> bool
 
"bool" inf_set_show_xref_fncoff ("bool" _v=True)
 inf_set_show_xref_fncoff(_v=True) -> bool
 
"bool" inf_show_xref_val ()
 inf_show_xref_val() -> bool
 
"bool" inf_set_show_xref_val ("bool" _v=True)
 inf_set_show_xref_val(_v=True) -> bool
 
"ushort" inf_get_max_autoname_len ()
 inf_get_max_autoname_len() -> ushort
 
"bool" inf_set_max_autoname_len ("ushort" _v)
 inf_set_max_autoname_len(_v) -> bool
 
"char" inf_get_nametype ()
 inf_get_nametype() -> char
 
"bool" inf_set_nametype ("char" _v)
 inf_set_nametype(_v) -> bool
 
"uint32" inf_get_short_demnames ()
 inf_get_short_demnames() -> uint32
 
"bool" inf_set_short_demnames ("uint32" _v)
 inf_set_short_demnames(_v) -> bool
 
"uint32" inf_get_long_demnames ()
 inf_get_long_demnames() -> uint32
 
"bool" inf_set_long_demnames ("uint32" _v)
 inf_set_long_demnames(_v) -> bool
 
"uchar" inf_get_demnames ()
 inf_get_demnames() -> uchar
 
"bool" inf_set_demnames ("uchar" _v)
 inf_set_demnames(_v) -> bool
 
"uchar" inf_get_listnames ()
 inf_get_listnames() -> uchar
 
"bool" inf_set_listnames ("uchar" _v)
 inf_set_listnames(_v) -> bool
 
"uchar" inf_get_indent ()
 inf_get_indent() -> uchar
 
"bool" inf_set_indent ("uchar" _v)
 inf_set_indent(_v) -> bool
 
"uchar" inf_get_cmt_indent ()
 inf_get_cmt_indent() -> uchar
 
"bool" inf_set_cmt_indent ("uchar" _v)
 inf_set_cmt_indent(_v) -> bool
 
"ushort" inf_get_margin ()
 inf_get_margin() -> ushort
 
"bool" inf_set_margin ("ushort" _v)
 inf_set_margin(_v) -> bool
 
"ushort" inf_get_lenxref ()
 inf_get_lenxref() -> ushort
 
"bool" inf_set_lenxref ("ushort" _v)
 inf_set_lenxref(_v) -> bool
 
"uint32" inf_get_outflags ()
 inf_get_outflags() -> uint32
 
"bool" inf_set_outflags ("uint32" _v)
 inf_set_outflags(_v) -> bool
 
"bool" inf_show_void ()
 inf_show_void() -> bool
 
"bool" inf_set_show_void ("bool" _v=True)
 inf_set_show_void(_v=True) -> bool
 
"bool" inf_show_auto ()
 inf_show_auto() -> bool
 
"bool" inf_set_show_auto ("bool" _v=True)
 inf_set_show_auto(_v=True) -> bool
 
"bool" inf_gen_null ()
 inf_gen_null() -> bool
 
"bool" inf_set_gen_null ("bool" _v=True)
 inf_set_gen_null(_v=True) -> bool
 
"bool" inf_show_line_pref ()
 inf_show_line_pref() -> bool
 
"bool" inf_set_show_line_pref ("bool" _v=True)
 inf_set_show_line_pref(_v=True) -> bool
 
"bool" inf_line_pref_with_seg ()
 inf_line_pref_with_seg() -> bool
 
"bool" inf_set_line_pref_with_seg ("bool" _v=True)
 inf_set_line_pref_with_seg(_v=True) -> bool
 
"bool" inf_gen_lzero ()
 inf_gen_lzero() -> bool
 
"bool" inf_set_gen_lzero ("bool" _v=True)
 inf_set_gen_lzero(_v=True) -> bool
 
"bool" inf_gen_org ()
 inf_gen_org() -> bool
 
"bool" inf_set_gen_org ("bool" _v=True)
 inf_set_gen_org(_v=True) -> bool
 
"bool" inf_gen_assume ()
 inf_gen_assume() -> bool
 
"bool" inf_set_gen_assume ("bool" _v=True)
 inf_set_gen_assume(_v=True) -> bool
 
"bool" inf_gen_tryblks ()
 inf_gen_tryblks() -> bool
 
"bool" inf_set_gen_tryblks ("bool" _v=True)
 inf_set_gen_tryblks(_v=True) -> bool
 
"uchar" inf_get_cmtflg ()
 inf_get_cmtflg() -> uchar
 
"bool" inf_set_cmtflg ("uchar" _v)
 inf_set_cmtflg(_v) -> bool
 
"bool" inf_show_repeatables ()
 inf_show_repeatables() -> bool
 
"bool" inf_set_show_repeatables ("bool" _v=True)
 inf_set_show_repeatables(_v=True) -> bool
 
"bool" inf_show_all_comments ()
 inf_show_all_comments() -> bool
 
"bool" inf_set_show_all_comments ("bool" _v=True)
 inf_set_show_all_comments(_v=True) -> bool
 
"bool" inf_hide_comments ()
 inf_hide_comments() -> bool
 
"bool" inf_set_hide_comments ("bool" _v=True)
 inf_set_hide_comments(_v=True) -> bool
 
"bool" inf_show_src_linnum ()
 inf_show_src_linnum() -> bool
 
"bool" inf_set_show_src_linnum ("bool" _v=True)
 inf_set_show_src_linnum(_v=True) -> bool
 
"bool" inf_test_mode ()
 inf_test_mode() -> bool
 
"bool" inf_show_hidden_insns ()
 inf_show_hidden_insns() -> bool
 
"bool" inf_set_show_hidden_insns ("bool" _v=True)
 inf_set_show_hidden_insns(_v=True) -> bool
 
"bool" inf_show_hidden_funcs ()
 inf_show_hidden_funcs() -> bool
 
"bool" inf_set_show_hidden_funcs ("bool" _v=True)
 inf_set_show_hidden_funcs(_v=True) -> bool
 
"bool" inf_show_hidden_segms ()
 inf_show_hidden_segms() -> bool
 
"bool" inf_set_show_hidden_segms ("bool" _v=True)
 inf_set_show_hidden_segms(_v=True) -> bool
 
"uchar" inf_get_limiter ()
 inf_get_limiter() -> uchar
 
"bool" inf_set_limiter ("uchar" _v)
 inf_set_limiter(_v) -> bool
 
"bool" inf_is_limiter_thin ()
 inf_is_limiter_thin() -> bool
 
"bool" inf_set_limiter_thin ("bool" _v=True)
 inf_set_limiter_thin(_v=True) -> bool
 
"bool" inf_is_limiter_thick ()
 inf_is_limiter_thick() -> bool
 
"bool" inf_set_limiter_thick ("bool" _v=True)
 inf_set_limiter_thick(_v=True) -> bool
 
"bool" inf_is_limiter_empty ()
 inf_is_limiter_empty() -> bool
 
"bool" inf_set_limiter_empty ("bool" _v=True)
 inf_set_limiter_empty(_v=True) -> bool
 
"short" inf_get_bin_prefix_size ()
 inf_get_bin_prefix_size() -> short
 
"bool" inf_set_bin_prefix_size ("short" _v)
 inf_set_bin_prefix_size(_v) -> bool
 
"uchar" inf_get_prefflag ()
 inf_get_prefflag() -> uchar
 
"bool" inf_set_prefflag ("uchar" _v)
 inf_set_prefflag(_v) -> bool
 
"bool" inf_prefix_show_segaddr ()
 inf_prefix_show_segaddr() -> bool
 
"bool" inf_set_prefix_show_segaddr ("bool" _v=True)
 inf_set_prefix_show_segaddr(_v=True) -> bool
 
"bool" inf_prefix_show_funcoff ()
 inf_prefix_show_funcoff() -> bool
 
"bool" inf_set_prefix_show_funcoff ("bool" _v=True)
 inf_set_prefix_show_funcoff(_v=True) -> bool
 
"bool" inf_prefix_show_stack ()
 inf_prefix_show_stack() -> bool
 
"bool" inf_set_prefix_show_stack ("bool" _v=True)
 inf_set_prefix_show_stack(_v=True) -> bool
 
"bool" inf_prefix_truncate_opcode_bytes ()
 inf_prefix_truncate_opcode_bytes() -> bool
 
"bool" inf_set_prefix_truncate_opcode_bytes ("bool" _v=True)
 inf_set_prefix_truncate_opcode_bytes(_v=True) -> bool
 
"uchar" inf_get_strlit_flags ()
 inf_get_strlit_flags() -> uchar
 
"bool" inf_set_strlit_flags ("uchar" _v)
 inf_set_strlit_flags(_v) -> bool
 
"bool" inf_strlit_names ()
 inf_strlit_names() -> bool
 
"bool" inf_set_strlit_names ("bool" _v=True)
 inf_set_strlit_names(_v=True) -> bool
 
"bool" inf_strlit_name_bit ()
 inf_strlit_name_bit() -> bool
 
"bool" inf_set_strlit_name_bit ("bool" _v=True)
 inf_set_strlit_name_bit(_v=True) -> bool
 
"bool" inf_strlit_serial_names ()
 inf_strlit_serial_names() -> bool
 
"bool" inf_set_strlit_serial_names ("bool" _v=True)
 inf_set_strlit_serial_names(_v=True) -> bool
 
"bool" inf_unicode_strlits ()
 inf_unicode_strlits() -> bool
 
"bool" inf_set_unicode_strlits ("bool" _v=True)
 inf_set_unicode_strlits(_v=True) -> bool
 
"bool" inf_strlit_autocmt ()
 inf_strlit_autocmt() -> bool
 
"bool" inf_set_strlit_autocmt ("bool" _v=True)
 inf_set_strlit_autocmt(_v=True) -> bool
 
"bool" inf_strlit_savecase ()
 inf_strlit_savecase() -> bool
 
"bool" inf_set_strlit_savecase ("bool" _v=True)
 inf_set_strlit_savecase(_v=True) -> bool
 
"uchar" inf_get_strlit_break ()
 inf_get_strlit_break() -> uchar
 
"bool" inf_set_strlit_break ("uchar" _v)
 inf_set_strlit_break(_v) -> bool
 
"char" inf_get_strlit_zeroes ()
 inf_get_strlit_zeroes() -> char
 
"bool" inf_set_strlit_zeroes ("char" _v)
 inf_set_strlit_zeroes(_v) -> bool
 
"int32" inf_get_strtype ()
 inf_get_strtype() -> int32
 
"bool" inf_set_strtype ("int32" _v)
 inf_set_strtype(_v) -> bool
 
"uval_t" inf_get_strlit_sernum ()
 inf_get_strlit_sernum() -> uval_t
 
"bool" inf_set_strlit_sernum ("uval_t" _v)
 inf_set_strlit_sernum(_v) -> bool
 
"uval_t" inf_get_datatypes ()
 inf_get_datatypes() -> uval_t
 
"bool" inf_set_datatypes ("uval_t" _v)
 inf_set_datatypes(_v) -> bool
 
"uint32" inf_get_abibits ()
 inf_get_abibits() -> uint32
 
"bool" inf_set_abibits ("uint32" _v)
 inf_set_abibits(_v) -> bool
 
"bool" inf_is_mem_aligned4 ()
 inf_is_mem_aligned4() -> bool
 
"bool" inf_set_mem_aligned4 ("bool" _v=True)
 inf_set_mem_aligned4(_v=True) -> bool
 
"bool" inf_pack_stkargs (*args)
 inf_pack_stkargs(cc) -> bool
 
"bool" inf_set_pack_stkargs ("bool" _v=True)
 inf_set_pack_stkargs(_v=True) -> bool
 
"bool" inf_big_arg_align (*args)
 inf_big_arg_align(cc) -> bool
 
"bool" inf_set_big_arg_align ("bool" _v=True)
 inf_set_big_arg_align(_v=True) -> bool
 
"bool" inf_stack_ldbl ()
 inf_stack_ldbl() -> bool
 
"bool" inf_set_stack_ldbl ("bool" _v=True)
 inf_set_stack_ldbl(_v=True) -> bool
 
"bool" inf_stack_varargs ()
 inf_stack_varargs() -> bool
 
"bool" inf_set_stack_varargs ("bool" _v=True)
 inf_set_stack_varargs(_v=True) -> bool
 
"bool" inf_is_hard_float ()
 inf_is_hard_float() -> bool
 
"bool" inf_set_hard_float ("bool" _v=True)
 inf_set_hard_float(_v=True) -> bool
 
"bool" inf_abi_set_by_user ()
 inf_abi_set_by_user() -> bool
 
"bool" inf_set_abi_set_by_user ("bool" _v=True)
 inf_set_abi_set_by_user(_v=True) -> bool
 
"bool" inf_use_gcc_layout ()
 inf_use_gcc_layout() -> bool
 
"bool" inf_set_use_gcc_layout ("bool" _v=True)
 inf_set_use_gcc_layout(_v=True) -> bool
 
"bool" inf_map_stkargs ()
 inf_map_stkargs() -> bool
 
"bool" inf_set_map_stkargs ("bool" _v=True)
 inf_set_map_stkargs(_v=True) -> bool
 
"bool" inf_huge_arg_align (*args)
 inf_huge_arg_align(cc) -> bool
 
"bool" inf_set_huge_arg_align ("bool" _v=True)
 inf_set_huge_arg_align(_v=True) -> bool
 
"uint32" inf_get_appcall_options ()
 inf_get_appcall_options() -> uint32
 
"bool" inf_set_appcall_options ("uint32" _v)
 inf_set_appcall_options(_v) -> bool
 
"ea_t" inf_get_privrange_start_ea ()
 inf_get_privrange_start_ea() -> ea_t
 
"bool" inf_set_privrange_start_ea ("ea_t" _v)
 inf_set_privrange_start_ea(_v) -> bool
 
"ea_t" inf_get_privrange_end_ea ()
 inf_get_privrange_end_ea() -> ea_t
 
"bool" inf_set_privrange_end_ea ("ea_t" _v)
 inf_set_privrange_end_ea(_v) -> bool
 
"comp_t" inf_get_cc_id ()
 inf_get_cc_id() -> comp_t
 
"bool" inf_set_cc_id ("comp_t" _v)
 inf_set_cc_id(_v) -> bool
 
"cm_t" inf_get_cc_cm ()
 inf_get_cc_cm() -> cm_t
 
"bool" inf_set_cc_cm ("cm_t" _v)
 inf_set_cc_cm(_v) -> bool
 
"uchar" inf_get_cc_size_i ()
 inf_get_cc_size_i() -> uchar
 
"bool" inf_set_cc_size_i ("uchar" _v)
 inf_set_cc_size_i(_v) -> bool
 
"uchar" inf_get_cc_size_b ()
 inf_get_cc_size_b() -> uchar
 
"bool" inf_set_cc_size_b ("uchar" _v)
 inf_set_cc_size_b(_v) -> bool
 
"uchar" inf_get_cc_size_e ()
 inf_get_cc_size_e() -> uchar
 
"bool" inf_set_cc_size_e ("uchar" _v)
 inf_set_cc_size_e(_v) -> bool
 
"uchar" inf_get_cc_defalign ()
 inf_get_cc_defalign() -> uchar
 
"bool" inf_set_cc_defalign ("uchar" _v)
 inf_set_cc_defalign(_v) -> bool
 
"uchar" inf_get_cc_size_s ()
 inf_get_cc_size_s() -> uchar
 
"bool" inf_set_cc_size_s ("uchar" _v)
 inf_set_cc_size_s(_v) -> bool
 
"uchar" inf_get_cc_size_l ()
 inf_get_cc_size_l() -> uchar
 
"bool" inf_set_cc_size_l ("uchar" _v)
 inf_set_cc_size_l(_v) -> bool
 
"uchar" inf_get_cc_size_ll ()
 inf_get_cc_size_ll() -> uchar
 
"bool" inf_set_cc_size_ll ("uchar" _v)
 inf_set_cc_size_ll(_v) -> bool
 
"uchar" inf_get_cc_size_ldbl ()
 inf_get_cc_size_ldbl() -> uchar
 
"bool" inf_set_cc_size_ldbl ("uchar" _v)
 inf_set_cc_size_ldbl(_v) -> bool
 
"size_t" inf_get_procname ()
 inf_get_procname() -> str
 
"bool" inf_set_procname (*args)
 inf_set_procname(_v, len=size_t(-1)) -> bool
 
"size_t" inf_get_strlit_pref ()
 inf_get_strlit_pref() -> str
 
"bool" inf_set_strlit_pref (*args)
 inf_set_strlit_pref(_v, len=size_t(-1)) -> bool
 
"bool" inf_get_cc ("compiler_info_t" out)
 inf_get_cc(out) -> bool
 
"bool" inf_set_cc ("compiler_info_t" _v)
 inf_set_cc(_v) -> bool
 
"bool" inf_set_privrange ("range_t" _v)
 inf_set_privrange(_v) -> bool
 
"range_t" inf_get_privrange (*args)
 inf_get_privrange(out) -> bool
 
"ushort" inf_get_af_low ()
 inf_get_af_low() -> ushort Get/set low/high 16bit halves of inf.af.
 
"void" inf_set_af_low ("ushort" saf)
 inf_set_af_low(saf)
 
"ushort" inf_get_af_high ()
 inf_get_af_high() -> ushort
 
"void" inf_set_af_high ("ushort" saf2)
 inf_set_af_high(saf2)
 
"ushort" inf_get_af2_low ()
 inf_get_af2_low() -> ushort Get/set low 16bit half of inf.af2.
 
"void" inf_set_af2_low ("ushort" saf)
 inf_set_af2_low(saf)
 
"int" inf_get_pack_mode ()
 inf_get_pack_mode() -> int
 
"int" inf_set_pack_mode ("int" pack_mode)
 inf_set_pack_mode(pack_mode) -> int
 
"void" inf_inc_database_change_count ("int" cnt=1)
 inf_inc_database_change_count(cnt=1)
 
"uchar" inf_get_demname_form ()
 inf_get_demname_form() -> uchar Get DEMNAM_MASK bits of #demnames.
 
"uval_t" inf_postinc_strlit_sernum ("uval_t" cnt=1)
 inf_postinc_strlit_sernum(cnt=1) -> uval_t
 
"bool" inf_like_binary ()
 inf_like_binary() -> bool
 
"int" calc_default_idaplace_flags ()
 calc_default_idaplace_flags() -> int Get default disassembly line options.
 
"ea_t" to_ea ("sel_t" reg_cs, "uval_t" reg_ip)
 to_ea(reg_cs, reg_ip) -> ea_t Convert (sel,off) value to a linear address.
 
"ssize_t" get_dbctx_id ()
 get_dbctx_id() -> ssize_t Get the current database context ID
 
"size_t" get_dbctx_qty ()
 get_dbctx_qty() -> size_t Get number of database contexts
 
"dbctx_t *" switch_dbctx ("size_t" idx)
 switch_dbctx(idx) -> dbctx_t * Switch to the database with the provided context ID
 
"bool" is_database_busy ()
 is_database_busy() -> bool Check if the database is busy (e.g.
 
"size_t" validate_idb ("uint32" vld_flags=0)
 validate_idb(vld_flags=0) -> size_t Validate the database
 
"bool" move_privrange ("ea_t" new_privrange_start)
 move_privrange(new_privrange_start) -> bool Move privrange to the specified address
 
 idainfo_is_32bit ()
 

Variables

 AF_FINAL = _ida_ida.AF_FINAL
 
 f_EXE_old = _ida_ida.f_EXE_old
 
 f_COM_old = _ida_ida.f_COM_old
 
 f_BIN = _ida_ida.f_BIN
 
 f_DRV = _ida_ida.f_DRV
 
 f_WIN = _ida_ida.f_WIN
 
 f_HEX = _ida_ida.f_HEX
 
 f_MEX = _ida_ida.f_MEX
 
 f_LX = _ida_ida.f_LX
 
 f_LE = _ida_ida.f_LE
 
 f_NLM = _ida_ida.f_NLM
 
 f_COFF = _ida_ida.f_COFF
 
 f_PE = _ida_ida.f_PE
 
 f_OMF = _ida_ida.f_OMF
 
 f_SREC = _ida_ida.f_SREC
 
 f_ZIP = _ida_ida.f_ZIP
 
 f_OMFLIB = _ida_ida.f_OMFLIB
 
 f_AR = _ida_ida.f_AR
 
 f_LOADER = _ida_ida.f_LOADER
 
 f_ELF = _ida_ida.f_ELF
 
 f_W32RUN = _ida_ida.f_W32RUN
 
 f_AOUT = _ida_ida.f_AOUT
 
 f_PRC = _ida_ida.f_PRC
 
 f_EXE = _ida_ida.f_EXE
 
 f_COM = _ida_ida.f_COM
 
 f_AIXAR = _ida_ida.f_AIXAR
 
 f_MACHO = _ida_ida.f_MACHO
 
 f_PSXOBJ = _ida_ida.f_PSXOBJ
 
 f_MD1IMG = _ida_ida.f_MD1IMG
 
 STT_CUR = _ida_ida.STT_CUR
 
 STT_VA = _ida_ida.STT_VA
 
 STT_MM = _ida_ida.STT_MM
 
 STT_DBG = _ida_ida.STT_DBG
 
 IDAINFO_TAG_SIZE = _ida_ida.IDAINFO_TAG_SIZE
 
 IDAINFO_PROCNAME_SIZE = _ida_ida.IDAINFO_PROCNAME_SIZE
 
 IDAINFO_STRLIT_PREF_SIZE = _ida_ida.IDAINFO_STRLIT_PREF_SIZE
 
 INFFL_AUTO = _ida_ida.INFFL_AUTO
 
 INFFL_ALLASM = _ida_ida.INFFL_ALLASM
 
 INFFL_LOADIDC = _ida_ida.INFFL_LOADIDC
 
 INFFL_NOUSER = _ida_ida.INFFL_NOUSER
 
 INFFL_READONLY = _ida_ida.INFFL_READONLY
 
 INFFL_CHKOPS = _ida_ida.INFFL_CHKOPS
 
 INFFL_NMOPS = _ida_ida.INFFL_NMOPS
 
 INFFL_GRAPH_VIEW = _ida_ida.INFFL_GRAPH_VIEW
 
 LFLG_PC_FPP = _ida_ida.LFLG_PC_FPP
 
 LFLG_PC_FLAT = _ida_ida.LFLG_PC_FLAT
 
 LFLG_64BIT = _ida_ida.LFLG_64BIT
 
 LFLG_IS_DLL = _ida_ida.LFLG_IS_DLL
 
 LFLG_FLAT_OFF32 = _ida_ida.LFLG_FLAT_OFF32
 
 LFLG_MSF = _ida_ida.LFLG_MSF
 
 LFLG_WIDE_HBF = _ida_ida.LFLG_WIDE_HBF
 
 LFLG_DBG_NOPATH = _ida_ida.LFLG_DBG_NOPATH
 
 LFLG_SNAPSHOT = _ida_ida.LFLG_SNAPSHOT
 
 LFLG_PACK = _ida_ida.LFLG_PACK
 
 LFLG_COMPRESS = _ida_ida.LFLG_COMPRESS
 
 LFLG_KERNMODE = _ida_ida.LFLG_KERNMODE
 
 IDB_UNPACKED = _ida_ida.IDB_UNPACKED
 
 IDB_PACKED = _ida_ida.IDB_PACKED
 
 IDB_COMPRESSED = _ida_ida.IDB_COMPRESSED
 
 AF_CODE = _ida_ida.AF_CODE
 
 AF_MARKCODE = _ida_ida.AF_MARKCODE
 
 AF_JUMPTBL = _ida_ida.AF_JUMPTBL
 
 AF_PURDAT = _ida_ida.AF_PURDAT
 
 AF_USED = _ida_ida.AF_USED
 
 AF_UNK = _ida_ida.AF_UNK
 
 AF_PROCPTR = _ida_ida.AF_PROCPTR
 
 AF_PROC = _ida_ida.AF_PROC
 
 AF_FTAIL = _ida_ida.AF_FTAIL
 
 AF_LVAR = _ida_ida.AF_LVAR
 
 AF_STKARG = _ida_ida.AF_STKARG
 
 AF_REGARG = _ida_ida.AF_REGARG
 
 AF_TRACE = _ida_ida.AF_TRACE
 
 AF_VERSP = _ida_ida.AF_VERSP
 
 AF_ANORET = _ida_ida.AF_ANORET
 
 AF_MEMFUNC = _ida_ida.AF_MEMFUNC
 
 AF_TRFUNC = _ida_ida.AF_TRFUNC
 
 AF_STRLIT = _ida_ida.AF_STRLIT
 
 AF_CHKUNI = _ida_ida.AF_CHKUNI
 
 AF_FIXUP = _ida_ida.AF_FIXUP
 
 AF_DREFOFF = _ida_ida.AF_DREFOFF
 
 AF_IMMOFF = _ida_ida.AF_IMMOFF
 
 AF_DATOFF = _ida_ida.AF_DATOFF
 
 AF_FLIRT = _ida_ida.AF_FLIRT
 
 AF_SIGCMT = _ida_ida.AF_SIGCMT
 
 AF_SIGMLT = _ida_ida.AF_SIGMLT
 
 AF_HFLIRT = _ida_ida.AF_HFLIRT
 
 AF_JFUNC = _ida_ida.AF_JFUNC
 
 AF_NULLSUB = _ida_ida.AF_NULLSUB
 
 AF_DODATA = _ida_ida.AF_DODATA
 
 AF_DOCODE = _ida_ida.AF_DOCODE
 
 AF2_DOEH = _ida_ida.AF2_DOEH
 
 AF2_DORTTI = _ida_ida.AF2_DORTTI
 
 AF2_MACRO = _ida_ida.AF2_MACRO
 
 AF2_MERGESTR = _ida_ida.AF2_MERGESTR
 
 SW_SEGXRF = _ida_ida.SW_SEGXRF
 
 SW_XRFMRK = _ida_ida.SW_XRFMRK
 
 SW_XRFFNC = _ida_ida.SW_XRFFNC
 
 SW_XRFVAL = _ida_ida.SW_XRFVAL
 
 NM_REL_OFF = _ida_ida.NM_REL_OFF
 
 NM_PTR_OFF = _ida_ida.NM_PTR_OFF
 
 NM_NAM_OFF = _ida_ida.NM_NAM_OFF
 
 NM_REL_EA = _ida_ida.NM_REL_EA
 
 NM_PTR_EA = _ida_ida.NM_PTR_EA
 
 NM_NAM_EA = _ida_ida.NM_NAM_EA
 
 NM_EA = _ida_ida.NM_EA
 
 NM_EA4 = _ida_ida.NM_EA4
 
 NM_EA8 = _ida_ida.NM_EA8
 
 NM_SHORT = _ida_ida.NM_SHORT
 
 NM_SERIAL = _ida_ida.NM_SERIAL
 
 DEMNAM_MASK = _ida_ida.DEMNAM_MASK
 
 DEMNAM_CMNT = _ida_ida.DEMNAM_CMNT
 
 DEMNAM_NAME = _ida_ida.DEMNAM_NAME
 
 DEMNAM_NONE = _ida_ida.DEMNAM_NONE
 
 DEMNAM_GCC3 = _ida_ida.DEMNAM_GCC3
 
 DEMNAM_FIRST = _ida_ida.DEMNAM_FIRST
 
 LN_NORMAL = _ida_ida.LN_NORMAL
 
 LN_PUBLIC = _ida_ida.LN_PUBLIC
 
 LN_AUTO = _ida_ida.LN_AUTO
 
 LN_WEAK = _ida_ida.LN_WEAK
 
 OFLG_SHOW_VOID = _ida_ida.OFLG_SHOW_VOID
 
 OFLG_SHOW_AUTO = _ida_ida.OFLG_SHOW_AUTO
 
 OFLG_GEN_NULL = _ida_ida.OFLG_GEN_NULL
 
 OFLG_SHOW_PREF = _ida_ida.OFLG_SHOW_PREF
 
 OFLG_PREF_SEG = _ida_ida.OFLG_PREF_SEG
 
 OFLG_LZERO = _ida_ida.OFLG_LZERO
 
 OFLG_GEN_ORG = _ida_ida.OFLG_GEN_ORG
 
 OFLG_GEN_ASSUME = _ida_ida.OFLG_GEN_ASSUME
 
 OFLG_GEN_TRYBLKS = _ida_ida.OFLG_GEN_TRYBLKS
 
 SCF_RPTCMT = _ida_ida.SCF_RPTCMT
 
 SCF_ALLCMT = _ida_ida.SCF_ALLCMT
 
 SCF_NOCMT = _ida_ida.SCF_NOCMT
 
 SCF_LINNUM = _ida_ida.SCF_LINNUM
 
 SCF_TESTMODE = _ida_ida.SCF_TESTMODE
 
 SCF_SHHID_ITEM = _ida_ida.SCF_SHHID_ITEM
 
 SCF_SHHID_FUNC = _ida_ida.SCF_SHHID_FUNC
 
 SCF_SHHID_SEGM = _ida_ida.SCF_SHHID_SEGM
 
 LMT_THIN = _ida_ida.LMT_THIN
 
 LMT_THICK = _ida_ida.LMT_THICK
 
 LMT_EMPTY = _ida_ida.LMT_EMPTY
 
 PREF_SEGADR = _ida_ida.PREF_SEGADR
 
 PREF_FNCOFF = _ida_ida.PREF_FNCOFF
 
 PREF_STACK = _ida_ida.PREF_STACK
 
 PREF_PFXTRUNC = _ida_ida.PREF_PFXTRUNC
 
 STRF_GEN = _ida_ida.STRF_GEN
 
 STRF_AUTO = _ida_ida.STRF_AUTO
 
 STRF_SERIAL = _ida_ida.STRF_SERIAL
 
 STRF_UNICODE = _ida_ida.STRF_UNICODE
 
 STRF_COMMENT = _ida_ida.STRF_COMMENT
 
 STRF_SAVECASE = _ida_ida.STRF_SAVECASE
 
 ABI_8ALIGN4 = _ida_ida.ABI_8ALIGN4
 
 ABI_PACK_STKARGS = _ida_ida.ABI_PACK_STKARGS
 
 ABI_BIGARG_ALIGN = _ida_ida.ABI_BIGARG_ALIGN
 
 ABI_STACK_LDBL = _ida_ida.ABI_STACK_LDBL
 
 ABI_STACK_VARARGS = _ida_ida.ABI_STACK_VARARGS
 
 ABI_HARD_FLOAT = _ida_ida.ABI_HARD_FLOAT
 
 ABI_SET_BY_USER = _ida_ida.ABI_SET_BY_USER
 
 ABI_GCC_LAYOUT = _ida_ida.ABI_GCC_LAYOUT
 
 ABI_MAP_STKARGS = _ida_ida.ABI_MAP_STKARGS
 
 ABI_HUGEARG_ALIGN = _ida_ida.ABI_HUGEARG_ALIGN
 
 INF_VERSION = _ida_ida.INF_VERSION
 
 INF_PROCNAME = _ida_ida.INF_PROCNAME
 
 INF_GENFLAGS = _ida_ida.INF_GENFLAGS
 
 INF_LFLAGS = _ida_ida.INF_LFLAGS
 
 INF_DATABASE_CHANGE_COUNT = _ida_ida.INF_DATABASE_CHANGE_COUNT
 
 INF_FILETYPE = _ida_ida.INF_FILETYPE
 
 INF_OSTYPE = _ida_ida.INF_OSTYPE
 
 INF_APPTYPE = _ida_ida.INF_APPTYPE
 
 INF_ASMTYPE = _ida_ida.INF_ASMTYPE
 
 INF_SPECSEGS = _ida_ida.INF_SPECSEGS
 
 INF_AF = _ida_ida.INF_AF
 
 INF_AF2 = _ida_ida.INF_AF2
 
 INF_BASEADDR = _ida_ida.INF_BASEADDR
 
 INF_START_SS = _ida_ida.INF_START_SS
 
 INF_START_CS = _ida_ida.INF_START_CS
 
 INF_START_IP = _ida_ida.INF_START_IP
 
 INF_START_EA = _ida_ida.INF_START_EA
 
 INF_START_SP = _ida_ida.INF_START_SP
 
 INF_MAIN = _ida_ida.INF_MAIN
 
 INF_MIN_EA = _ida_ida.INF_MIN_EA
 
 INF_MAX_EA = _ida_ida.INF_MAX_EA
 
 INF_OMIN_EA = _ida_ida.INF_OMIN_EA
 
 INF_OMAX_EA = _ida_ida.INF_OMAX_EA
 
 INF_LOWOFF = _ida_ida.INF_LOWOFF
 
 INF_HIGHOFF = _ida_ida.INF_HIGHOFF
 
 INF_MAXREF = _ida_ida.INF_MAXREF
 
 INF_PRIVRANGE = _ida_ida.INF_PRIVRANGE
 
 INF_PRIVRANGE_START_EA = _ida_ida.INF_PRIVRANGE_START_EA
 
 INF_PRIVRANGE_END_EA = _ida_ida.INF_PRIVRANGE_END_EA
 
 INF_NETDELTA = _ida_ida.INF_NETDELTA
 
 INF_XREFNUM = _ida_ida.INF_XREFNUM
 
 INF_TYPE_XREFNUM = _ida_ida.INF_TYPE_XREFNUM
 
 INF_REFCMTNUM = _ida_ida.INF_REFCMTNUM
 
 INF_XREFFLAG = _ida_ida.INF_XREFFLAG
 
 INF_MAX_AUTONAME_LEN = _ida_ida.INF_MAX_AUTONAME_LEN
 
 INF_NAMETYPE = _ida_ida.INF_NAMETYPE
 
 INF_SHORT_DEMNAMES = _ida_ida.INF_SHORT_DEMNAMES
 
 INF_LONG_DEMNAMES = _ida_ida.INF_LONG_DEMNAMES
 
 INF_DEMNAMES = _ida_ida.INF_DEMNAMES
 
 INF_LISTNAMES = _ida_ida.INF_LISTNAMES
 
 INF_INDENT = _ida_ida.INF_INDENT
 
 INF_CMT_INDENT = _ida_ida.INF_CMT_INDENT
 
 INF_MARGIN = _ida_ida.INF_MARGIN
 
 INF_LENXREF = _ida_ida.INF_LENXREF
 
 INF_OUTFLAGS = _ida_ida.INF_OUTFLAGS
 
 INF_CMTFLG = _ida_ida.INF_CMTFLG
 
 INF_LIMITER = _ida_ida.INF_LIMITER
 
 INF_BIN_PREFIX_SIZE = _ida_ida.INF_BIN_PREFIX_SIZE
 
 INF_PREFFLAG = _ida_ida.INF_PREFFLAG
 
 INF_STRLIT_FLAGS = _ida_ida.INF_STRLIT_FLAGS
 
 INF_STRLIT_BREAK = _ida_ida.INF_STRLIT_BREAK
 
 INF_STRLIT_ZEROES = _ida_ida.INF_STRLIT_ZEROES
 
 INF_STRTYPE = _ida_ida.INF_STRTYPE
 
 INF_STRLIT_PREF = _ida_ida.INF_STRLIT_PREF
 
 INF_STRLIT_SERNUM = _ida_ida.INF_STRLIT_SERNUM
 
 INF_DATATYPES = _ida_ida.INF_DATATYPES
 
 INF_CC = _ida_ida.INF_CC
 
 INF_CC_ID = _ida_ida.INF_CC_ID
 
 INF_CC_CM = _ida_ida.INF_CC_CM
 
 INF_CC_SIZE_I = _ida_ida.INF_CC_SIZE_I
 
 INF_CC_SIZE_B = _ida_ida.INF_CC_SIZE_B
 
 INF_CC_SIZE_E = _ida_ida.INF_CC_SIZE_E
 
 INF_CC_DEFALIGN = _ida_ida.INF_CC_DEFALIGN
 
 INF_CC_SIZE_S = _ida_ida.INF_CC_SIZE_S
 
 INF_CC_SIZE_L = _ida_ida.INF_CC_SIZE_L
 
 INF_CC_SIZE_LL = _ida_ida.INF_CC_SIZE_LL
 
 INF_CC_SIZE_LDBL = _ida_ida.INF_CC_SIZE_LDBL
 
 INF_ABIBITS = _ida_ida.INF_ABIBITS
 
 INF_APPCALL_OPTIONS = _ida_ida.INF_APPCALL_OPTIONS
 
 INF_FILE_FORMAT_NAME = _ida_ida.INF_FILE_FORMAT_NAME
 
 INF_GROUPS = _ida_ida.INF_GROUPS
 
 INF_H_PATH = _ida_ida.INF_H_PATH
 
 INF_C_MACROS = _ida_ida.INF_C_MACROS
 
 INF_INCLUDE = _ida_ida.INF_INCLUDE
 
 INF_DUALOP_GRAPH = _ida_ida.INF_DUALOP_GRAPH
 
 INF_DUALOP_TEXT = _ida_ida.INF_DUALOP_TEXT
 
 INF_MD5 = _ida_ida.INF_MD5
 
 INF_IDA_VERSION = _ida_ida.INF_IDA_VERSION
 
 INF_STR_ENCODINGS = _ida_ida.INF_STR_ENCODINGS
 
 INF_DBG_BINPATHS = _ida_ida.INF_DBG_BINPATHS
 
 INF_SHA256 = _ida_ida.INF_SHA256
 
 INF_ABINAME = _ida_ida.INF_ABINAME
 
 INF_ARCHIVE_PATH = _ida_ida.INF_ARCHIVE_PATH
 
 INF_PROBLEMS = _ida_ida.INF_PROBLEMS
 
 INF_SELECTORS = _ida_ida.INF_SELECTORS
 
 INF_NOTEPAD = _ida_ida.INF_NOTEPAD
 
 INF_SRCDBG_PATHS = _ida_ida.INF_SRCDBG_PATHS
 
 INF_SRCDBG_UNDESIRED = _ida_ida.INF_SRCDBG_UNDESIRED
 
 INF_INITIAL_VERSION = _ida_ida.INF_INITIAL_VERSION
 
 INF_CTIME = _ida_ida.INF_CTIME
 
 INF_ELAPSED = _ida_ida.INF_ELAPSED
 
 INF_NOPENS = _ida_ida.INF_NOPENS
 
 INF_CRC32 = _ida_ida.INF_CRC32
 
 INF_IMAGEBASE = _ida_ida.INF_IMAGEBASE
 
 INF_IDSNODE = _ida_ida.INF_IDSNODE
 
 INF_FSIZE = _ida_ida.INF_FSIZE
 
 INF_OUTFILEENC = _ida_ida.INF_OUTFILEENC
 
 INF_INPUT_FILE_PATH = _ida_ida.INF_INPUT_FILE_PATH
 
 INF_LAST = _ida_ida.INF_LAST
 
 UA_MAXOP = _ida_ida.UA_MAXOP
 
 IDB_EXT32 = _ida_ida.IDB_EXT32
 
 IDB_EXT64 = _ida_ida.IDB_EXT64
 
 IDB_EXT = _ida_ida.IDB_EXT
 
 VLD_AUTO_REPAIR = _ida_ida.VLD_AUTO_REPAIR
 
 VLD_DIALOG = _ida_ida.VLD_DIALOG
 
 VLD_SILENT = _ida_ida.VLD_SILENT
 
 IDI_STRUCFLD = _ida_ida.IDI_STRUCFLD
 
 IDI_ALTVAL = _ida_ida.IDI_ALTVAL
 
 IDI_SUPVAL = _ida_ida.IDI_SUPVAL
 
 IDI_VALOBJ = _ida_ida.IDI_VALOBJ
 
 IDI_BLOB = _ida_ida.IDI_BLOB
 
 IDI_SCALAR = _ida_ida.IDI_SCALAR
 
 IDI_CSTR = _ida_ida.IDI_CSTR
 
 IDI_QSTRING = _ida_ida.IDI_QSTRING
 
 IDI_BYTEARRAY = _ida_ida.IDI_BYTEARRAY
 
 IDI_EA_HEX = _ida_ida.IDI_EA_HEX
 
 IDI_DEC = _ida_ida.IDI_DEC
 
 IDI_HEX = _ida_ida.IDI_HEX
 
 IDI_INC = _ida_ida.IDI_INC
 
 IDI_MAP_VAL = _ida_ida.IDI_MAP_VAL
 
 IDI_HASH = _ida_ida.IDI_HASH
 
 IDI_HLPSTRUC = _ida_ida.IDI_HLPSTRUC
 
 IDI_READONLY = _ida_ida.IDI_READONLY
 
 IDI_BITMAP = _ida_ida.IDI_BITMAP
 
 IDI_ONOFF = _ida_ida.IDI_ONOFF
 
 IDI_NOMERGE = _ida_ida.IDI_NOMERGE
 
 IDI_NODEVAL = _ida_ida.IDI_NODEVAL
 
 IDI_BUFVAR = _ida_ida.IDI_BUFVAR
 
str _NO_SETTER = "<nosetter>"
 
"bool" idainfo_big_arg_align = inf_big_arg_align
 
"bool" idainfo_gen_null = inf_gen_null
 
"bool" idainfo_set_gen_null = inf_set_gen_null
 
"bool" idainfo_gen_lzero = inf_gen_lzero
 
"bool" idainfo_set_gen_lzero = inf_set_gen_lzero
 
"bool" idainfo_gen_tryblks = inf_gen_tryblks
 
"bool" idainfo_set_gen_tryblks = inf_set_gen_tryblks
 
"uchar" idainfo_get_demname_form = inf_get_demname_form
 
"int" idainfo_get_pack_mode = inf_get_pack_mode
 
"int" idainfo_set_pack_mode = inf_set_pack_mode
 
"bool" idainfo_is_64bit = inf_is_64bit
 
"bool" idainfo_set_64bit = inf_set_64bit
 
"bool" idainfo_is_auto_enabled = inf_is_auto_enabled
 
"bool" idainfo_set_auto_enabled = inf_set_auto_enabled
 
"bool" idainfo_is_be = inf_is_be
 
"bool" idainfo_set_be = inf_set_be
 
"bool" idainfo_is_dll = inf_is_dll
 
"bool" idainfo_is_flat_off32 = inf_is_flat_off32
 
"bool" idainfo_is_graph_view = inf_is_graph_view
 
"bool" idainfo_set_graph_view = inf_set_graph_view
 
"bool" idainfo_is_hard_float = inf_is_hard_float
 
"bool" idainfo_is_kernel_mode = inf_is_kernel_mode
 
"bool" idainfo_is_mem_aligned4 = inf_is_mem_aligned4
 
"bool" idainfo_is_snapshot = inf_is_snapshot
 
"bool" idainfo_is_wide_high_byte_first = inf_is_wide_high_byte_first
 
"bool" idainfo_set_wide_high_byte_first = inf_set_wide_high_byte_first
 
"bool" idainfo_like_binary = inf_like_binary
 
"bool" idainfo_line_pref_with_seg = inf_line_pref_with_seg
 
"bool" idainfo_set_line_pref_with_seg = inf_set_line_pref_with_seg
 
"bool" idainfo_show_auto = inf_show_auto
 
"bool" idainfo_set_show_auto = inf_set_show_auto
 
"bool" idainfo_show_line_pref = inf_show_line_pref
 
"bool" idainfo_set_show_line_pref = inf_set_show_line_pref
 
"bool" idainfo_show_void = inf_show_void
 
"bool" idainfo_set_show_void = inf_set_show_void
 
"bool" idainfo_loading_idc = inf_loading_idc
 
"bool" idainfo_map_stkargs = inf_map_stkargs
 
"bool" idainfo_pack_stkargs = inf_pack_stkargs
 
"bool" idainfo_readonly_idb = inf_readonly_idb
 
not idainfo_set_store_user_info = lambda *args inf_set_store_user_info()
 
"bool" idainfo_stack_ldbl = inf_stack_ldbl
 
"bool" idainfo_stack_varargs = inf_stack_varargs
 
"bool" idainfo_use_allasm = inf_use_allasm
 
"bool" idainfo_use_gcc_layout = inf_use_gcc_layout
 
"bool" macros_enabled = inf_macros_enabled
 
"bool" should_create_stkvars = inf_should_create_stkvars
 
"bool" should_trace_sp = inf_should_trace_sp
 
"bool" show_all_comments = inf_show_all_comments
 
not show_comments = lambda *args inf_hide_comments()
 
"bool" show_repeatables = inf_show_repeatables
 
"uchar" inf_get_comment = inf_get_cmt_indent
 
"bool" inf_set_comment = inf_set_cmt_indent
 
"uchar" idainfo_comment_get = inf_get_cmt_indent
 
"bool" idainfo_comment_set = inf_set_cmt_indent
 
 orig = orig