mirror of
https://github.com/idapython/src
synced 2026-06-08 14:47:00 +00:00
IDAPython for IDA 7.5
This commit is contained in:
@@ -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", (
|
||||
|
||||
Reference in New Issue
Block a user