mirror of
https://github.com/cemu-project/idapython.git
synced 2024-11-24 10:09:20 +01:00
56476d656a
Added support for void * + len input/output buffers (many netnodes function use it)
9 lines
162 B
OpenEdge ABL
9 lines
162 B
OpenEdge ABL
%apply int * OUTPUT { int *opnum };
|
|
|
|
// FIXME: search() should be checked and enabled
|
|
%ignore search;
|
|
%ignore user2bin;
|
|
|
|
%include "search.hpp"
|
|
%clear int *opnum;
|