Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 485 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 485 Bytes

asm snippets GitHub license

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...

License

This project is licensed under the MIT License - see the LICENSE file for details