Gallopsled / Gallopsled/pwntools
errno: Search by perror string
Open
feature
- Dominant language
- Python
- Stars
- 13.7k
- Forks
- 1.9k
- Avg merge
- 6d 23h
- Merged PRs (30d)
- 3
Description
I want stuff like `pwn errno "Cannot allocate memory"` to return EACCES. Can often come in handy when I see the message being printed via errno and want to check the man pages or source to see what condition causes that.
The definitions are in glibc/sysdeps/gnu/errlist.h
Contributor guide
Assessment
This issue has not been assessed yet.