Where does the value returned by the syscalls stored in linux?

后端 未结 0 1690
清歌不尽
清歌不尽 2020-12-07 17:43
_start:
    mov ax, 0x167 ;putting syscall number of socket which is 359
    mov bl, 0x2   ;putting 2 as first argument
    mov cl, 0x1   ;putting 1 as second argume         


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