From the GUI you can use “set call type” or “force call type” to change the call type of a cexpr_t in the decompilation.
I would like to create a plugin that uses PAC signature for iOS to force call typed from idapython.
Is there a way to do it programatically?
Hello @yoavst, I’ll check with my colleagues if anyone has an idea for it. We’ll get back to you shortly!
something like this should work:
set_op_tinfo(call_ea, 0, &type_tif)
Thanks, works from idapython as well
It would be helpful to have an example of it idapython-examples for documentation.