Gallopsled / Gallopsled/pwntools
Add helper to generate tty control sequence characters
Open
feature
- Dominant language
- Python
- Stars
- 13.7k
- Forks
- 1.9k
- Avg merge
- 6d 23h
- Merged PRs (30d)
- 3
Description
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.
Contributor guide
Research direction
The issue names no file, test, or entry point; begin by locating the socket-facing terminal/control-sequence code and existing public helper conventions. Clarify which control sequences the abstraction must cover, then add focused coverage showing that the ctrl+c example produces b'\x03' and that the public API is readable.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100