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

Shuts down the socket sockfd. The how parameter can be one of SHUT_RD, SHUT_WR, or SHUT_RDWR. Returns zero on success, or the negation of the error code on error.

See also