mirror of
https://github.com/cemu-project/idapython.git
synced 2024-11-24 18:16:55 +01:00
14 lines
251 B
OpenEdge ABL
14 lines
251 B
OpenEdge ABL
|
// Ignore kernel-only symbols
|
||
|
%ignore dual_text_options_t;
|
||
|
%ignore init;
|
||
|
%ignore retrieve;
|
||
|
%ignore read;
|
||
|
%ignore write;
|
||
|
|
||
|
// Make idainfo::get_proc_name() work
|
||
|
%cstring_bounded_output(char *buf, 8);
|
||
|
|
||
|
%include "ida.hpp"
|
||
|
|
||
|
%clear(char *buf);
|