Command line tool for querying assembly information. Big thanks to syscall.sh for such an awesome API.
- All query results are printed in a table
- Query results are
$PAGER
friendly - Query an architecture syscall
- Query a specific syscall over all architectures
- Query a list of all syscalls for a specific architecture
- Pretty print JSON result
- Internet access for calling the api (offline mode is a WIP)
The recommended installation method is building from source
You can add the binary to $PATH
to use it from anywhere on your system