Skip to content

Instantly share code, notes, and snippets.

@alirezaahani
Created June 25, 2021 09:06
Show Gist options
  • Save alirezaahani/e8e8b85ed37f90d4e3c6290ccf6aab43 to your computer and use it in GitHub Desktop.
Save alirezaahani/e8e8b85ed37f90d4e3c6290ccf6aab43 to your computer and use it in GitHub Desktop.
small seg fault
section .text
global _start
_start:
mov byte[0x0], 0x1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment