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
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