Files
idapython-src/tools/patch_codegen/hexrays.py
T
2018-11-06 08:14:17 +01:00

21 lines
469 B
Python

{
"vcreate_helper" : [
("va_copy", ("arg4", "temp")),
],
"vcall_helper" : [
("va_copy", ("arg4", "temp")),
],
"Hexrays_Callback" : [
("va_copy", ("arg3", "temp")),
],
"SwigDirector_microcode_filter_t::match" : [
("acquire_gil", True)
],
"SwigDirector_microcode_filter_t::apply" : [
("acquire_gil", True)
],
"SwigDirector_udc_filter_t::match" : [
("acquire_gil", True)
],
}