Establishing Connection
Connecting to a Remote Process
p = remote('vunrotc.cole-ellis.com', 1100)l = listen(1100)
r = remote('vunrotc.cole-ellis.com', l.lport)
p = l.wait_for_connection()Connecting to a Local Process
p = process('./win32')Using GDB with Pwntools
Last updated