Small batch of IDA 5.5 compatibility fixes.

This commit is contained in:
gergely.erdelyi 2009-06-20 13:51:07 +00:00
parent 2cc8e934f6
commit dadf628feb
6 changed files with 12 additions and 1 deletions

View File

@ -22,7 +22,7 @@ from distutils import sysconfig
# Start of user configurable options
VERBOSE = True
IDA_MAJOR_VERSION = 5
IDA_MINOR_VERSION = 4
IDA_MINOR_VERSION = 5
IDA_SDK = ".." + os.sep + "swigsdk-versions" + os.sep + "%d.%d" % (IDA_MAJOR_VERSION, IDA_MINOR_VERSION)
#IDA_SDK = ".." + os.sep + ".."
# End of user configurable options

View File

@ -40,4 +40,6 @@
%ignore areacb_t::move_areas;
%ignore areacb_t::for_all_areas;
%include "area.hpp"

View File

@ -2,6 +2,8 @@
%ignore auto_process_all;
%ignore autoPlanned;
%ignore nextPlanned;
%ignore is_planned_ea;
%ignore get_next_planned_ea;
%ignore autoDelCode;
%ignore autoPeek;
%ignore autoProcess;

View File

@ -57,6 +57,10 @@
%ignore FlagsInit;
%ignore FlagsTerm;
%ignore FlagsReset;
%ignore init_flags;
%ignore term_flags;
%ignore reset_flags;
%ignore flush_flags;
// TODO: These could be fixed if someone needs them.
%ignore get_many_bytes;

View File

@ -108,6 +108,7 @@
%ignore clear_plugin_options;
%ignore is_in_loader;
%ignore get_ids_filename;
%ignore is_embedded_dbfile_ext;
// mem2base() has a custom wrapper
%ignore mem2base;

View File

@ -134,6 +134,8 @@
%ignore type_names;
%ignore get_compiler_id;
%ignore build_func_type;
%include "typeinf.hpp"
// Custom wrappers