»Home
»Examples
»Invocation
»Runtime Library
»Python Bindings
»Known Issues
Shellcode Compiler
A custom shellcode compiler for Binary Ninja
int listen(int sockfd, int backlog);

Listens for new connections on socket sockfd. The maximum number of queued connections is backlog. Returns zero on success, or the negation of the error code on failure.

See also