单项选择题

当我们使用python的pwntools模块进行编写exp去尝试利用栈溢出漏洞时,我们可以通过以下哪个函数去远程连接可执行文件()

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