Skip to content

Selyss/AssemBuddy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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