This repository contains some of my asm snippets/attemps.
x64_cat.asm
: an as minimal as possible x86-64 asm snippet that replicates cat command in linux.x64_execve.asm
: simple execve snippet.
Work in progress...
This project is licensed under the MIT License - see the LICENSE file for details