Why program linked with “-pie” option cannot run

前端 未结 0 472
长情又很酷
长情又很酷 2020-11-29 18:37

I have a simple assembly program like this:

$ cat hello.asm
          global    _start

          section   .text
_start:   mov       rax, 1                           


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