naivenom / file-descriptor-stdin-attack

In Unix and related computer operating systems, a file descriptor (FD, less frequently fildes) is an abstract indicator (handle) used to access a file or other input/output resource, such as a pipe or network socket. File descriptors form part of the POSIX application programming interface. A file descriptor is a non-negative integer, generally represented in the C programming language as the type int (negative values being reserved to indicate "no value" or an error condition). Each Unix process (except perhaps a daemon) should expect to have three standard POSIX file descriptors, corresponding to the three standard streams.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

naivenom/file-descriptor-stdin-attack Issues

No issues in this repository yet.