shepgoba / smolcat

A small implementation of cat for Linux written in x86-64 assembly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

smolcat

This is a clone of cat that works as expected, except it does not default to stdin with no arguments. Right now the smallest binary I can produce (without trimming some sections) is 600 bytes. After trimming the data after the last string the binary is currently 389 bytes, and executes properly (on linux 4.4.0)

About

A small implementation of cat for Linux written in x86-64 assembly

License:MIT License


Languages

Language:Assembly 91.3%Language:Makefile 8.7%