errno: Search by perror string
Author: k4lizenCreated Dec 13, 2025Updated Dec 14, 2025
Labelsfeature
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
Source: Gallopsled/pwntools