mirror of
https://github.com/cemu-project/idapython.git
synced 2024-12-29 03:01:52 +01:00
ida.i: fixed %ignore so we ignore functions from the idainfo class
This commit is contained in:
parent
3862f05f3f
commit
a4627a6d36
@ -1,9 +1,9 @@
|
||||
// Ignore kernel-only symbols
|
||||
%ignore dual_text_options_t;
|
||||
%ignore init;
|
||||
%ignore retrieve;
|
||||
%ignore read;
|
||||
%ignore write;
|
||||
%ignore idainfo::init;
|
||||
%ignore idainfo::retrieve;
|
||||
%ignore idainfo::read;
|
||||
%ignore idainfo::write;
|
||||
|
||||
%ignore setflag(uchar &where,uchar bit,int value);
|
||||
%ignore setflag(ushort &where,ushort bit,int value);
|
||||
|
Loading…
Reference in New Issue
Block a user