On 12/13/10 10:13, Robin Vossen wrote:
While working on the decompiler I noticed that there isnt a way to get the CallingConvention of a Function by the API. I think it would be of great value to add this. But also other information that might be required, eg where the arguments are taken from (stack, specific registers).
RAnal actually supports FastCall and StdCall, at the moment, stdcall is used everywhere, and fastcall is used when analyzing software interrupt code. It would be good to have support for more calling conventions and propagate this info if detected automatically or manually specified. do you have the complete list of calling conventions+examples? That would help. --pancake _______________________________________________ radare mailing list [email protected] http://lists.nopcode.org/listinfo.cgi/radare-nopcode.org
