Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.18 KB

README.md

File metadata and controls

37 lines (22 loc) · 1.18 KB

AssemBuddy

Command line tool for querying assembly information. Big thanks to syscall.sh for such an awesome API.

demo

✨ Features

  • 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

⚡️ Requirements

  • Internet access for calling the api (offline mode is a WIP)

📦 Installation

The recommended installation method is building from source
You can add the binary to $PATH to use it from anywhere on your system

⚙️ Examples

Querying a specific syscall

demo

Querying a specific syscall over all architectures

all

Querying all syscalls for an architecture

arch