Linux 32 位与 64 位系统调用号速查表
64 位123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525…
#pwn #shellcode #Linux #syscallTAG2 篇
64 位123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525…
#pwn #shellcode #Linux #syscall接受数据1234567891011121314p.interactive() #获取shell后进行交互p.recvall() #一直接收直到达到文件EOFp.recvline(keepends=Fa…
#pwn #libc #pwntools #shellcode #format-string