单项选择题

当我们使用python的pwntools模块进行编写exp去尝试利用栈溢出漏洞时,我们可以通过以下哪个函数去输入我们构建的payload()

A.process()
B.remote()
C.recvuntil()
D.sendline()