Skip to content

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

Notifications You must be signed in to change notification settings

sticky-tea/afetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published