Skip to content

Instantly share code, notes, and snippets.

@Garciat
Created June 9, 2016 13:38
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 Garciat/82bd76bd62dd973af8345a19757f58be to your computer and use it in GitHub Desktop.
Save Garciat/82bd76bd62dd973af8345a19757f58be to your computer and use it in GitHub Desktop.
void _start() {
asm(
"mov $60, %rax;"
"mov $0, %rdi;"
"syscall;"
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment