mirror of
https://github.com/cemu-project/idapython.git
synced 2024-11-24 10:09:20 +01:00
8 lines
113 B
OpenEdge ABL
8 lines
113 B
OpenEdge ABL
%apply int * OUTPUT { int *opnum };
|
|
|
|
%ignore search;
|
|
%ignore user2bin;
|
|
|
|
%include "search.hpp"
|
|
%clear int *opnum;
|