mirror of
https://github.com/cemu-project/idapython.git
synced 2024-11-24 01:59:18 +01:00
funcs.i: Added get_sig_filename() and get_idasgn_title()
This commit is contained in:
parent
573ffccc4e
commit
2395fd6b1d
@ -1,12 +1,10 @@
|
||||
%cstring_bounded_output_none(char *buf, MAXSTR);
|
||||
%cstring_bounded_output_none(char *optlibs, MAXSTR);
|
||||
|
||||
// FIXME: These should probably be fixed
|
||||
// FIXME: Are these really useful?
|
||||
%ignore iterate_func_chunks;
|
||||
%ignore get_idasgn_desc;
|
||||
%ignore get_sig_filename;
|
||||
%ignore get_idasgn_header_by_short_name;
|
||||
%ignore get_idasgn_title;
|
||||
|
||||
// Kernel-only & unexported symbols
|
||||
%ignore del_regargs;
|
||||
|
Loading…
Reference in New Issue
Block a user