生成所有api的信息包含
- 返回值/参数类型
- 调用约定
- 架构信息
- 支持的系统信息
- 文档地址
u32 winapi user32.dll.MessageBoxA({ptr},{ptr},{ptr},u32)
{
"name": "MessageBoxA",
"args": [
{
"struct": {
"fields": [
{
"type": "ptr"
}
],
"union": false
}
},
{
"struct": {
"fields": [
{
"type": "ptr"
}
],
"union": false
}
},
{
"struct": {
"fields": [
{
"type": "ptr"
}
],
"union": false
}
},
{
"type": "u32"
}
],
"ret": {
"type": "u32"
},
"callconv": "winapi",
"dll": "user32.dll",
"os": "windows5.0",
"ref": "https://learn.microsoft.com/windows/win32/api/winuser/nf-winuser-messageboxa"
}