syscall_lookup
Find Linux system call information by number or name, with support for x86, x86_64, ARM, and AArch64 platforms.
Instructions
Look up Linux system call information.
Supports lookup by number or name (partial match).
Args: query: Syscall number (e.g. "59") or name (e.g. "execve", supports partial match). platform: Platform: x86, x86_64/x64, arm/arm32, arm64/aarch64. Default: x86_64.
Returns: Matching syscall info including number, name, and arguments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| platform | No | x86_64 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |