Skip to content

Instantly share code, notes, and snippets.

@kjensenxz
Created June 12, 2016 02:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kjensenxz/5f0985fcbd2c05df9051825ab4904520 to your computer and use it in GitHub Desktop.
Save kjensenxz/5f0985fcbd2c05df9051825ab4904520 to your computer and use it in GitHub Desktop.
; this > GNU's coreutils true
global _start
_start:
mov eax, 1
int 0x80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment