Why does the program catch SIGSEGV on push instructions?

后端 未结 0 451
我在风中等你
我在风中等你 2020-11-30 22:50

A simple x86_64 shellcode is written:

BITS 64
xor rax, rax
push rax
push 0x68732f6e
push 0x69622f2f
mov rbx, rsp
push rax
mov rdx, rsp
push rbx
mov rcx, rsp
m         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题