Created
February 24, 2017 03:12
-
-
Save ahh/d766f9ab30e2739fbedeaf002d681d2f to your computer and use it in GitHub Desktop.
stack alignment detector
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.globl _start | |
.section .text | |
_start: | |
movq $0x3c, %rax | |
movq %rsp, %rdi | |
andq $63, %rdi | |
syscall |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment