mirror of
https://github.com/cemu-project/idapython.git
synced 2024-11-24 10:09:20 +01:00
idaapi.i: Added sval_pointer() type
This commit is contained in:
parent
4059c6ec72
commit
45b614fff0
@ -70,6 +70,7 @@ typedef long long longlong;
|
||||
%array_class(ea_t, eaArray);
|
||||
%pointer_class(int, int_pointer);
|
||||
%pointer_class(ea_t, ea_pointer);
|
||||
%pointer_class(sval_t, sval_pointer);
|
||||
|
||||
%include "ida.i"
|
||||
%include "idd.hpp"
|
||||
|
Loading…
Reference in New Issue
Block a user