Files
idapython-src/tools/genhooks/recipe_hexrays.py
T
2020-05-27 14:34:02 +02:00

23 lines
541 B
Python

recipe = {
"stkpnts" : {
"params" : {
"stkpnts" : { "rename" : "_sps", },
},
},
"create_hint" : {
"params" : {
"result_hint" : { "suppress_for_call" : True, },
"implines" : { "suppress_for_call" : True, },
},
"return" : {
"type" : "PyObject *",
"retexpr" : "Py_RETURN_NONE",
"convertor" : "Hexrays_Hooks::handle_create_hint_output",
"convertor_pass_args" : True,
}
}
}
default_rtype = "int"