Gallopsled / pwntools

CTF framework and exploit development library
http://pwntools.com
Other
11.74k stars 1.67k forks source link

Add helper to generate tty control sequence characters #2368

Open peace-maker opened 4 months ago

peace-maker commented 4 months ago

Sending e.g. ctrl+c through a socket as b'\x03' isn't intuitive to read. We should include some nice enum/abstraction to generate these sequences.