IDAPython for IDA 8.4

This commit is contained in:
Arnaud Diederen
2024-02-21 14:22:30 +01:00
parent 6142005952
commit ae62cd4df5
75 changed files with 167600 additions and 505202 deletions
+6 -5
View File
@@ -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;