»Home
»Examples
»Invocation
»Runtime Library
»Python Bindings
»Known Issues
Shellcode Compiler
A custom shellcode compiler for Binary Ninja
int accept(int sockfd, struct sockaddr* addr, socklen_t* addrlen);

Accepts a new connection on socket sockfd. If addr is not NULL, the address of the peer is stored. The handle of the connected socket is returned on success, or the negation of the error code on error.

See also