调用约定
[0x00000000]> afc?
|Usage: afc[agl?]
| afc convention Manually set calling convention for current function
| afc Show Calling convention for the Current function
| afcr[j] Show register usage for the current function
| afca Analyse function for finding the current calling convention
| afcf name Prints return type function(arg1, arg2...)
| afcl List all available calling conventions
| afco path Open Calling Convention sdb profile from given path
[0x00000000]>[0x00000000]> afcl
amd64
ms[0x00000000]> afcf printf
int printf(const char *format)
[0x00000000]> afcf fgets
char *fgets(char *s, int size, FILE *stream)最后更新于