IDAPython for IDA 7.5

This commit is contained in:
Arnaud Diederen
2020-05-27 14:34:02 +02:00
parent fc05f78e37
commit 604de9cfad
177 changed files with 102110 additions and 53038 deletions
+15 -14
View File
@@ -3,29 +3,30 @@
("maybe_collect_director_fixed_method_set", None),
],
"vcreate_helper" : [
("va_copy", ("arg4", "temp")),
],
"vcall_helper" : [
("va_copy", ("arg4", "temp")),
],
"Hexrays_Callback" : [
("va_copy", ("arg3", "temp")),
],
"SwigDirector_microcode_filter_t::match" : [
("spontaneous_callback_call", True)
("spontaneous_callback_call", None)
],
"SwigDirector_microcode_filter_t::apply" : [
("spontaneous_callback_call", True)
("spontaneous_callback_call", None)
],
"SwigDirector_udc_filter_t::match" : [
("spontaneous_callback_call", True)
("spontaneous_callback_call", None)
],
"SwigDirector_optinsn_t::func" : [
("spontaneous_callback_call", True)
("director_method_call_arity_cap", (
True, # add GIL lock
"func",
"(method ,(PyObject *)obj0,(PyObject *)obj1,(__argcnt < 3 ? NULL : (PyObject *)obj2), NULL)",
"(swig_get_self(), (PyObject *) swig_method_name ,(PyObject *)obj0,(PyObject *)obj1,(__argcnt < 4 ? NULL : (PyObject *)obj2), NULL)",
)),
("spontaneous_callback_call", (
False, # add GIL lock
None, # try anchor
None # catch anchor
)),
],
"SwigDirector_optblock_t::func" : [
("spontaneous_callback_call", True)
("spontaneous_callback_call", None)
],
"new_mba_ranges_t" : [
("repl_text", (