sticky-tea / afetch

A command-line system information tool written in x86 assembly language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

afetch

afetch
A command-line system information tool written in x86 assembly language. Linux-only because of linux syscalls

How to install

Required dependencies

  • lsb_release
    Also fasm to compile and make to make (optional)

Installing

$ make && sudo make install

or

$ fasm afetch.asm && chmod +x afetch && ./afetch

About

A command-line system information tool written in x86 assembly language


Languages

Language:Assembly 99.0%Language:Makefile 1.0%