mirror of
https://github.com/idapython/src
synced 2026-06-08 14:47:00 +00:00
IDAPython for IDA 8.4
This commit is contained in:
+6
-5
@@ -8,10 +8,11 @@ global:
|
||||
PyW_GetStringAttr;
|
||||
PyW_IsSequenceType;
|
||||
PyW_ObjectToString;
|
||||
PyW_PyListToEaVec;
|
||||
PyW_PyListToEa64Vec;
|
||||
PyW_PyListToSizeVec;
|
||||
PyW_PyListToStrVec;
|
||||
PyW_PySeqToEaVec;
|
||||
PyW_PySeqToTidVec;
|
||||
PyW_PySeqToEa64Vec;
|
||||
PyW_PySeqToSizeVec;
|
||||
PyW_PySeqToStrVec;
|
||||
PyW_from_jvalue_t;
|
||||
PyW_to_jvalue_t;
|
||||
PyW_from_jobj_t;
|
||||
@@ -56,7 +57,7 @@ global:
|
||||
python_timer_new;
|
||||
pyvar_to_idcvar;
|
||||
pyvar_to_idcvar_or_error;
|
||||
pyvar_walk_list;
|
||||
pyvar_walk_seq;
|
||||
pyw_convert_idc_args;
|
||||
register_module_lifecycle_callbacks;
|
||||
set_script_timeout;
|
||||
|
||||
Reference in New Issue
Block a user