Linux 64 command line parameters in Assembly

前端 未结 3 1070
既然无缘
既然无缘 2020-12-19 07:55

This description is valid for Linux 32 bit: When a Linux program begins, all pointers to command-line arguments are stored on the stack. The number of arguments is stored at

3条回答
  •  猫巷女王i
    2020-12-19 08:10

    It looks like section 3.4 Process Initialization, and specifically figure 3.9, in the already mentioned System V AMD64 ABI describes precisely what you want to know.

提交回复
热议问题