mirror of
https://github.com/cemu-project/idapython.git
synced 2026-01-31 01:15:17 +01:00
idaapi.i: Added enable_extlang_python() to enable the Python external evaluator
This commit is contained in:
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user