You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
.globl crash1 |
|
.globl crashnostack |
|
|
|
crash1: |
|
movl $0xa5a50000, %eax |
|
movl $0xa5a50001, %ebx |
|
movl $0xa5a50002, %ecx |
|
|
|
movl $0, %edx |
|
jmp *%edx |
|
|
|
|
|
crashnostack: |
|
movl $0, %ebp |
|
jmp *%ebp
|
|
|