syscall_list
Retrieve a complete table of system calls for a specified CPU architecture, including x86, x86_64, ARM, and AArch64.
Instructions
List all system calls for a given platform.
Args: platform: Platform: x86, x86_64/x64, arm/arm32, arm64/aarch64. Default: x86_64.
Returns: Complete syscall table for the platform.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| platform | No | x86_64 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |