mirror of
https://github.com/cemu-project/idapython.git
synced 2024-11-27 19:44:18 +01:00
idaapi.i: Added enable_extlang_python() to enable the Python external evaluator
This commit is contained in:
parent
1844d89d34
commit
ec4d2f7a06
@ -119,3 +119,7 @@ idainfo *get_inf_structure(void)
|
||||
%include "typeinf.i"
|
||||
%include "ua.i"
|
||||
%include "xref.i"
|
||||
|
||||
%inline {
|
||||
void enable_extlang_python(bool enable);
|
||||
}
|
Loading…
Reference in New Issue
Block a user